about summary refs log tree commit diff
path: root/src/screens
Commit message (Collapse)AuthorAgeFilesLines
* Web: fix Edit Profile discard warning when pressing backdrop (#8824)Bartosz Kaszubowski2025-08-261-15/+9
| | | | | * Web: fix Edit Profile discard warning * cleanup imports
* `Discover Feeds` ⮕ `Discover New Feeds` (#8860)surfdude292025-08-261-1/+1
|
* Enable show less / more buttons for third party feeds (#8672)kindgracekind2025-08-264-4/+10
| | | | | Co-authored-by: hailey <hailey@blueskyweb.xyz> Co-authored-by: Hailey <me@haileyok.com>
* Modernise change password dialog (#8269)Samuel Newman2025-08-262-1/+304
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * alf change password dialog * rm old modal * move dialog * fix buttons on native * lowercase * fix dupe import * Apply suggestions from code review Thanks @surfdude29 :) Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * use primary_subtle, change web layout * move to into non-network err, warn -> error * error -> safeMessage * better message than token is invalid * cancel button native only * move close to end of focus priority --------- Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
* Adds signup CTA tests for logged-out visitors (#8906)Alex Benzer2025-08-262-1/+8
|
* Threads v2 cleanup (#8902)Eric Bailey2025-08-266-165/+241
| | | | | | | | | | | | | | | | | | | | | * Delete root PostThread component * Remove PostThreadItem, migrate DebugMod to use new components * Remove other unused components * Move PostThreadFollowBtn to new home * Move PostThreadComposePrompt to new home * Remove gate * Keep naming in DebugMod * rm v1 prefs --------- Co-authored-by: Samuel Newman <mozzius@protonmail.com>
* Merge pull request #8806 from ↵jim2025-08-252-44/+81
|\ | | | | | | | | internet-development/binaryfiddler/starter-pack-part2 Starter pack dialog implementations
| * optimize for the webChenyu Huang2025-08-221-1/+0
| |
| * address feedbackChenyu Huang2025-08-201-23/+37
| |
| * loading stateChenyu Huang2025-08-191-13/+5
| |
| * clean up onSuccess callbackChenyu Huang2025-08-191-7/+6
| |
| * parameterize the initial profile for starter pack profile select wizard screenChenyu Huang2025-08-192-26/+38
| |
| * starter pack dialog flow from profileMenuChenyu Huang2025-08-161-10/+31
| |
* | Remove handle suggestion gate (#8899)Samuel Newman2025-08-251-5/+1
| | | | | | | | | | * remove handle suggestion gate * rm from list of gates
* | ALF log screen (#8845)Samuel Newman2025-08-251-0/+128
| |
* | Update `@mozzius/expo-dynamic-app-icon` (#8834)Samuel Newman2025-08-244-13/+22
| |
* | refactor: all uses of "Follow Back" to "Follow back"Caidan Williams2025-08-211-1/+1
| |
* | [APP-1357] profile header follow recommendations (#8784)Caidan2025-08-213-158/+218
| |
* | fix typo (#8869)cirx2025-08-201-1/+1
| |
* | tweak plural formatting (#8871)surfdude292025-08-201-3/+3
| |
* | Add underage notice to Moderation screen (#8868)Eric Bailey2025-08-181-0/+19
|/ | | | | | | | | | | * Add underage notice to Moderation screen * Incorporate suggestion Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> --------- Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
* Use medium font weight in a few places (#8848)Samuel Newman2025-08-152-6/+3
| | | | | | | * medium font toasts * medium font tabs * medium font trending pill
* feat: use OP's language as recommendation when replying (#8832)Elijah Seed-Arita2025-08-155-0/+5
| | | | | * feat: use OP's language as recommendation when replying * fix: address nits
* Profile back button tweaks for web (#8795)Bartosz Kaszubowski2025-08-141-55/+41
| | | | | | | | | | | * Profile back button tweaks * apply review feedback - remove StyleSheet * Update src/screens/Profile/Header/Shell.tsx --------- Co-authored-by: Samuel Newman <mozzius@protonmail.com>
* [Perf - part 1] Hoist service config query (#8812)Samuel Newman2025-08-143-3/+3
|
* Add displayName to contexts (#8814)Samuel Newman2025-08-145-1/+9
|
* stop incorrectly using suffixtext (#8352)Samuel Newman2025-08-141-22/+15
|
* remove imports from @atproto/api internals (#8403)Samuel Newman2025-08-125-14/+19
|
* remove unicode ltr chars and replace with css (#8826)Samuel Newman2025-08-121-3/+12
|
* Update dates (#8822)Eric Bailey2025-08-111-1/+1
|
* add bottom border to feed headers in explore on web (#8801)Samuel Newman2025-08-111-5/+1
|
* Fix policy state (#8821)Eric Bailey2025-08-112-15/+5
| | | | | * Mark completedForDevice prior to creating an account * Mark policies as completed after initial create account step
* Fix translations on Android using PROCESS_TEXT intent (#8486)Samuel Newman2025-08-111-9/+10
| | | | | | | | | | | | | | | * use intents to translate text on android * clean up config plugins * restore day night plugin just to be safe * leave a comment for why we can't open translate directly * add todo * fix lockfile lint
* Merge pull request #8766 from internet-development/binaryfiddler/starter-packjim2025-08-091-71/+85
|\ | | | | Update starter pack wizard screen
| * add missing importChenyu Huang2025-08-081-1/+1
| |
| * Update src/screens/StarterPack/Wizard/index.tsxChenyu2025-08-061-1/+1
| | | | | | Co-authored-by: Samuel Newman <mozzius@protonmail.com>
| * left align header contentChenyu Huang2025-08-061-1/+1
| |
| * update starter pack wizard layoutChenyu Huang2025-08-011-69/+83
| |
* | Check handle as you type (#8601)Samuel Newman2025-08-077-223/+366
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * check handle as you type * metrics * add metric types * fix overflow * only check reserved handles for bsky.social, fix test * change validation check name * tweak input * move ghosttext component to textfield * tweak styles to try and match latest * add suggestions * improvements, metrics * share logic between typeahead and next button * Apply suggestions from code review Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * update checks, disable button if unavailable * convert to lowercase * fix bug with checkHandleAvailability * add gate * move files around to make clearer * fix bad import * Fix flashing next button * Enable for TF --------- Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> Co-authored-by: Hailey <me@haileyok.com> Co-authored-by: Eric Bailey <git@esb.lol>
* | Add device attestation to signup flow (#8757)hailey2025-08-073-42/+147
| |
* | [LEG-203] Add onboarding text for policy updates (#8783)Eric Bailey2025-08-061-10/+42
| | | | | | | | | | | | | | | | | | | | | | * Add onboarding text for policy updates * Add gate, add to other case * Update other UI cases to use Admonitions * Th * Update date
* | [APP-1356] Policy update dialog (#8782)Eric Bailey2025-08-062-1/+57
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add blocking announcement dialog feature * WIP custom dialog * Rework dialog and add native FocusScope * Lock scroll on web, fix backdrop * Add web FocusScope * Create custom Outlet for these announcements * Clean up FocusScope native impl * Comments * Some styling fixes * Handle screen reader specifically * Clean up state, remove Portal edits * Reorg, rename * Add syncing, tests * Revert dialog updates * Revert formatting * Delete unused file * Format * Add FullWindowOverlay * remove mmkv storage in debug btn * Add debug code * fix taps passing through on iOS * Reorg * Reorg, rename everything * Complete policy update after signup * Add logger * Move context around, unmount portals on native * Move a11y prop into FocusScope * Remove useMemo * Update dates * Move debug to dev settings * Unmount web portals until policy update completed * UPdate dates --------- Co-authored-by: Samuel Newman <mozzius@protonmail.com>
* [APP-1310] Button cleanup (#8754)Eric Bailey2025-07-313-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | * Rm gradient buttons from Storybook * TEMP move storybook button section * Remove gradient_sky * Remove actual defs for gradient_sky and gradient_primary * Remove other gradient defs * Remove gradient support entirely * Deprecate 'variant' in favor of 'color' * Fork base styles codepath to make variant deprecation more obvious * Remove text styles for when no color is set, never been used * Fork text styles codepath to make variant deprecation more obvious * Revert temp storybook commit, remove deprecated values * Replace remaining gradient button usage
* tweak case of labels in SearchResults.tsx (#8759)surfdude292025-07-311-2/+2
|
* Make proper extension of `Button` more clearly defined (#8753)Eric Bailey2025-07-311-3/+3
| | | | | * Remove unecessary color prop from SettingsList LinkItem * Add UninheritableButtonProps to avoid misuse
* Rework variable naming, logic for rendering chat requests (#8737)hailey2025-07-302-35/+29
|
* [APP-1173] Clean up env (#8701)Eric Bailey2025-07-304-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Clean up env files * Use new env in Sentry setup file * Use new env in Bitdrift setup file * Use new env in chat proxy header * Prefix Bitdrift key with EXPO_PUBLIC * Deprecate SENTRY_RELEASE since we use package.json now * Use existing EXPO_PUBLIC_BUNDLE_IDENTIFIER short commit has as Sentry dist value * Fix missing bundle identifier for Render deploys * Deprecate SENTRY_DIST in favor of EXPO_PUBLIC_BUNDLE_IDENTIFIER * Prefix SENTRY_DSN with EXPO_PUBLIC to match others * Remove debugging field * Replace NODE_ENV in places where its safe * Self review * Properly patch Sentry package * Echo variables to .env in Dockerfile instead of passing to shell script * Make sure EXPO_PUBLIC_ENV is set for web container builds * Update IS_TESTFLIGHT to include testflight-android * Slice bundle hash to match other platforms, needed for render.com deployments * [APP-1331] Migrate `app-info` to new env (#8703) * Move env files into directory with platform specific files * Migrate usages of app-info to new env * Fix bad import * Update BUNDLE_DATE format comment * Trim RENDER_GIT_COMMIT to first 7 to match --short sha * Clarify build process env vars and ensure they are explicitly passed in * Revert Sentry patch as a result of prev commit * Update webpack Sentry dist value based on prev commits * Add PACKAGE_VERSION and replace in statsig to fix conflict * Fix render substitution syntax * Remove invalid syntax * Remove unnecessary testflight check * Just use long commit hash * Slice full hash for display in app * Fix missing space in ios workflow * Pass in sentry CLI env vars, align matching values * Align on RELEASE_VERSION * Add new env setup to missed OTA spot * Update webpack to use same SENTRY_RELEASE var * Just fallback to package version for Render deploys * Remove TF check for BUNDLE_DATE * Set EXPO_PUBLIC_ENV for bundle update * Consistent naming "Env" * Add comment * Use RELEASE_VERSION instead of package.json * Update PR comment CI
* fix: small profile followup fixes (#8735)Elijah Seed-Arita2025-07-292-2/+3
| | | | | | | * fix: small profile followup fixes * fix: change platform-specific compensation for profileHeaderDisplayName marginBottom to target all native * fix: apply suggestion for consistent cross-platform profile username margin
* fix final final final (#8719)hailey2025-07-241-2/+36
|
* OTA deployments on PR comment action (#8713)hailey2025-07-241-0/+16
|