about summary refs log tree commit diff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Integrate Sonner for toasts (#8839)Eric Bailey2025-08-1410-386/+152
| | | | | | | | | * Integrate Sonner for toasts * Fix animation on iOS * Refactor API * Update e2e file
* Improve "replied to a post" component (#8602)Samuel Newman2025-08-145-158/+109
| | | | | * unify component * change bottom padding from 2px to 4px
* Nightly source-language updatepfrazee2025-08-141-105/+97
|
* [Perf - part 1] Hoist service config query (#8812)Samuel Newman2025-08-1412-88/+119
|
* Add displayName to contexts (#8814)Samuel Newman2025-08-1486-23/+165
|
* [Perf - part 3] Stop every dialog control in the entire app rerendering when ↵Samuel Newman2025-08-142-16/+19
| | | | opening a dialog (#8815)
* stop incorrectly using suffixtext (#8352)Samuel Newman2025-08-141-22/+15
|
* Fix chat button placeholder size on profile (#8827)Samuel Newman2025-08-131-1/+2
|
* fix: don't open user profile when clicking edit button in user list (#8831)Elijah Seed-Arita2025-08-131-3/+10
|
* Fix deletion of composed emojis in web composer (#8829)Arturo Fonseca2025-08-131-1/+20
|
* Nightly source-language updatepfrazee2025-08-131-23/+23
|
* remove imports from @atproto/api internals (#8403)Samuel Newman2025-08-1212-47/+58
|
* remove unicode ltr chars and replace with css (#8826)Samuel Newman2025-08-122-5/+21
|
* Translations (#8823)Eric Bailey2025-08-1146-10225/+10419
| | | | | | | * Extract en * Pull and extract * Pull and extract
* Update dates (#8822)Eric Bailey2025-08-112-7/+7
|
* set maxwidth on feed context string (#8817)Samuel Newman2025-08-111-2/+2
|
* filter out muted/blocked convos from share menu (#8802)Samuel Newman2025-08-111-2/+14
|
* add bottom border to feed headers in explore on web (#8801)Samuel Newman2025-08-111-5/+1
|
* Tweak small buttons (#8818)Samuel Newman2025-08-117-28/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | * set size=small buttons to `text_sm` * change to `leading_snug` * add gap to repost buttons * Add medium-weight font, use for buttons (#8819) * add medium weight inter * add medium font to buttons * Adjust bold weights * Fix ref --------- Co-authored-by: Eric Bailey <git@esb.lol> * Align with designs --------- Co-authored-by: Eric Bailey <git@esb.lol>
* make sure admonition text doesn't touch button (#8816)Samuel Newman2025-08-111-1/+1
|
* Add context and comments to button text, label and title in email ↵surfdude292025-08-111-3/+15
| | | | | | | | | | | | | verification dialog (#8810) * add context and comment for translators to button text in email verification dialog * shorten comment * add comment for other string * tweak comment * tweak again
* 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-115-38/+82
| | | | | | | | | | | | | | | * 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
* Nightly source-language updatepfrazee2025-08-101-27/+27
|
* 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
| |
* | Captcha fixes (#8803)Eric Bailey2025-08-081-4/+6
| | | | | | | | | | * Add env to scripts * Update var name
* | Update links (#8800)Eric Bailey2025-08-071-5/+5
| |
* | Pull latest translations (#8799)Eric Bailey2025-08-0746-16256/+22098
| |
* | Check handle as you type (#8601)Samuel Newman2025-08-0714-236/+582
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 cursor pointer to web select trigger (#8787)Bartosz Kaszubowski2025-08-071-1/+2
| |
* | Fix disabled primary button text color (#8796)Eric Bailey2025-08-071-1/+7
| |
* | Fix e2e (#8794)Eric Bailey2025-08-073-12/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Only enable policy update overlay once the actual Overlay mounts (after onboarding and all that) * Disable policy overlay in e2e * Add comments * Add extra insurance * Rm log * Fix shared prefs test * Fix login flows by optionally closing 'Remember password' system dialog * Return missing testID * Bump dev-env
* | Fix policy overlay logic (#8793)Eric Bailey2025-08-075-17/+80
| | | | | | | | | | | | | | | | | | | | | | * Only enable policy update overlay once the actual Overlay mounts (after onboarding and all that) * Disable policy overlay in e2e * Add comments * Add extra insurance * Rm log
* | Add device attestation to signup flow (#8757)hailey2025-08-074-42/+154
| |
* | add border curve in neater way (#8792)Samuel Newman2025-08-071-5/+2
| |
* | Fix web scrollable select unwanted overflow (#8786)Bartosz Kaszubowski2025-08-071-0/+1
| |
* | add profile hover card to notif items (#8666)Samuel Newman2025-08-075-30/+41
| |
* | [APP-1310] Button refresh (#8758)Eric Bailey2025-08-074-206/+170
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 * Update Buttons storybook section * Update tiny styles * Update small styles * Update large sizes * Ensure proper alignment of buttons in storybook * Update button colors * Rename negative_secondary to negative_subtle * Remove unnecessary select() * Update icon size and gap * Update negative_subtle styles * Custom button colors * Add borderCurve
* | Only parse notifs with a reason (#8785)Samuel Newman2025-08-071-12/+7
| | | | | | | | | | * only parse notifs with a reason * move error log to a warn, make it actually fire
* | Toast tweaks (#8791)Eric Bailey2025-08-072-14/+54
| | | | | | | | | | | | | | | | | | * Tweak colors * Fix e2e * Color tweaks * Fix alignment
* | Nightly source-language updatepfrazee2025-08-071-84/+175
| |
* | [APP-1365]: Ensure toast text meets a11y guidelines (#8779)Anastasiya Uraleva2025-08-061-98/+22
| | | | | | | | | | | | | | | | | | * update: toast colors for accessibility * update: toast color codes from figma * condense the colors to remove select calls that are unecessary * remove unused select
* | [LEG-203] Add onboarding text for policy updates (#8783)Eric Bailey2025-08-063-10/+50
| | | | | | | | | | | | | | | | | | | | | | * 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-0629-88/+1214
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* | Fix quality of first seconds of videos on web (#8761) (#8778)Arturo Fonseca2025-08-051-1/+5
| |
* | Nightly source-language updatepfrazee2025-08-051-19/+20
| |