about summary refs log tree commit diff
path: root/src/screens
Commit message (Collapse)AuthorAgeFilesLines
* Improve e2e tests (#8927)Samuel Newman2025-08-295-3/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | * get e2e image picker working * verify create account actually reaches onboarding * wait for image to actually be attached before posting * wait until login finishes before moving on * sign out before switch accounts then wait until logged in * disable onboarding experiments in e2e * add testId to handle availability checkmark * fix too long username * update thread muting test to reflect current behaviour * hackfix for the british english translation * unflake the onboarding tests * fix curate list flow * admit defeat on the most list one
* prevent double border (#8937)Samuel Newman2025-08-291-2/+2
|
* Add `english-only-resource` context and tweak labels (#8805)surfdude292025-08-273-6/+26
| | | | | | | | | | | | | * add context in VerificationsDialog.tsx * add context in VerifierDialog.tsx * add context in VerificationSettings.tsx * add context in EditProfileDialog.tsx * add context and tweak label in ChangeHandleDialog.tsx * tweak label in ContentHider.tsx
* prevent android exposures to gate (#8916)Samuel Newman2025-08-271-1/+2
|
* Add suggested follows experiment to onboarding (#8847)Samuel Newman2025-08-2711-164/+829
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add new gated screen to onboarding * add tab bar, adjust layout * replace chevron with arrow * get suggested accounts working on native * tweaks for web * add metrics to follow all * rm non-functional link from card * ensure selected interests are passed through to interests query * fix logcontext * followed all accounts! toast * rm save interests function * Update src/screens/Onboarding/StepSuggestedAccounts/index.tsx Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * use admonition * rm comment * Better interest tabs (#8879) * make tabs draggable * move tab component to own file * rm focused state from tab, improve label * add focus styles, remove focus when dragging * rm log * add arrows to tabs * rename Tabs -> InterestTabs * try and simplify approach * rename ref * Update InterestTabs.tsx Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/components/InterestTabs.tsx Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/components/ProgressGuide/FollowDialog.tsx Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/components/ProgressGuide/FollowDialog.tsx Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * add newline --------- Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * fix flex problem * Add value proposition screen experiment (#8898) * add assets * add value prop experiment * add alt text * add metrics * add transitions * add skip button * tweak copy Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * add borderless variant for web * rm pointer events --------- Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Add slight delay, prevent layout shift * Handle layout shift, add Let's Go! text --------- Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> Co-authored-by: Eric Bailey <git@esb.lol>
* use an env var for configurable proxy header (#8863)hailey2025-08-262-5/+5
|
* 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
|