about summary refs log tree commit diff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | Add zh-TW localization (#2781)Frudrax Cheng2024-04-035-0/+5977
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add zh-TW localization * fix typo * fix languages.ts * improve translation * improve translation * 部分翻譯修正 - 使用全形標點符號 - 將部分簡體字修正為正體字 - 更改部分用語 * fix incorrectly commented strings * small fix and suggestion * update translation team * Update src/locale/locales/zh-TW/messages.po Co-authored-by: Yuki Cheung <13027432+snowleo208@users.noreply.github.com> * Update src/locale/locales/zh-TW/messages.po Co-authored-by: Yuki Cheung <13027432+snowleo208@users.noreply.github.com> * Update src/locale/locales/zh-TW/messages.po Co-authored-by: Yuki Cheung <13027432+snowleo208@users.noreply.github.com> * modify the translation based on the review suggestions * Update src/locale/locales/zh-TW/messages.po Co-authored-by: Yuki Cheung <13027432+snowleo208@users.noreply.github.com> * Update src/locale/locales/zh-TW/messages.po Co-authored-by: Yuki Cheung <13027432+snowleo208@users.noreply.github.com> * Update src/locale/locales/zh-TW/messages.po Co-authored-by: Yuki Cheung <13027432+snowleo208@users.noreply.github.com> * Update src/locale/locales/zh-TW/messages.po Co-authored-by: noeFly <jeffyang0123@gmail.com> * Update src/locale/locales/zh-TW/messages.po Co-authored-by: noeFly <jeffyang0123@gmail.com> * Update src/locale/locales/zh-TW/messages.po Co-authored-by: noeFly <jeffyang0123@gmail.com> * Update src/locale/locales/zh-TW/messages.po Co-authored-by: Yuki Cheung <13027432+snowleo208@users.noreply.github.com> * Update src/locale/locales/zh-TW/messages.po Co-authored-by: Yuki Cheung <13027432+snowleo208@users.noreply.github.com> * Update src/locale/locales/zh-TW/messages.po Co-authored-by: Yuki Cheung <13027432+snowleo208@users.noreply.github.com> * modify translation by review * modify translation by review * modify translation by review * modify translation by review * modify translation by review * modify translation by review * minor fixes * minor fixes * Update messages.po * translate new strings * fix typo * Update src/locale/locales/zh-TW/messages.po Co-authored-by: Howard Guo <50100922+toto6038@users.noreply.github.com> * Update src/locale/locales/zh-TW/messages.po Co-authored-by: Howard Guo <50100922+toto6038@users.noreply.github.com> * Update src/locale/locales/zh-TW/messages.po Co-authored-by: Howard Guo <50100922+toto6038@users.noreply.github.com> * Update src/locale/locales/zh-TW/messages.po Co-authored-by: Howard Guo <50100922+toto6038@users.noreply.github.com> * Update src/locale/locales/zh-TW/messages.po Co-authored-by: Howard Guo <50100922+toto6038@users.noreply.github.com> * Update messages.po * Update messages.po * Update messages.po * Update messages.po * fixed typo * Update messages.po * correct translation * Update messages.po * modify translation by review * Update messages.po * Update messages.po --------- Co-authored-by: noeFly <jeffyang0123@gmail.com> Co-authored-by: Kuwa Lee <kuwalee1069@gmail.com> Co-authored-by: Yuki Cheung <13027432+snowleo208@users.noreply.github.com> Co-authored-by: Howard Guo <50100922+toto6038@users.noreply.github.com>
* | Remove Button error boundary (#3372)dan2024-04-031-41/+9
| |
* | Add share warning to big share button in post ctrl (#3367)Samuel Newman2024-04-033-58/+87
| |
* | make entire recent search clickable (#3387)Samuel Newman2024-04-031-44/+44
| |
* | apply bg color to entire scrollview (#3364)Samuel Newman2024-03-311-15/+14
| |
* | Mark `Retry` and `Go Back` buttons in Error.tsx for localisation (#3352)surfdude292024-03-291-9/+16
| | | | | | | | | | | | | | * Mark `Retry` and `Go Back` buttons in Error.tsx for localisation * add and sort imports * sort imports better
* | revert change for closing composer on web only (#3343)Hailey2024-03-221-1/+5
| |
* | Mark `under13` and `Next` and `Back` buttons in signup for localisation (#3341)surfdude292024-03-222-7/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | * Mark under13 string for translation * Mark buttons for localisation * tweak label * wrap in `ButtonText` * lint * try to fix lint again
* | Wrap Button children in an error boundary (#3340)Eric Bailey2024-03-221-14/+49
| | | | | | | | | | * Wrap Button children in an error boundary * Check for Trans component
* | Fix crash during onboarding (#3338)Eric Bailey2024-03-222-32/+30
| | | | | | | | | | * Fix crash during onboarding * Fix other usage
* | Merge pull request #3337 from bluesky-social/samuel/scrollable-loggedoutlayoutSamuel Newman2024-03-225-81/+95
|\ \ | | | | | | Move scrollview to `LoggedOutLayout` to fix scrolling on web
| * | move auth flows scrollview to loggedin layoutSamuel Newman2024-03-225-81/+95
| | |
* | | fix android back after closing composer (#3330)Hailey2024-03-221-43/+46
|/ /
* | Sign In -> Sign inSamuel Newman2024-03-213-8/+9
| |
* | Use logger.error instead of rethrow (#3323)dan2024-03-211-4/+2
| |
* | Release fixes (#3318)Eric Bailey2024-03-212-3/+3
| | | | | | | | | | | | | | | | | | | | | | * Fix error overflow * await setSavedFeeds before setting birth date * await birth date first instead of feeds --------- Co-authored-by: Samuel Newman <mozzius@protonmail.com>
* | Mods UI fixes (#3296)Eric Bailey2024-03-2112-378/+388
| | | | | | | | | | * Fix report dialog buttons on Android by adjusting styles * Dry up label pref comp
* | Fix missing error on `PostThread` (#3295)Hailey2024-03-211-1/+1
| |
* | Fix dialogs state references, fixes Android back button (#3314)Eric Bailey2024-03-211-8/+8
| | | | | | | | | | * Fix active/open dialogs state * Improve close logic
* | [Statsig] Protect against early logEvent call crashing (#3315)dan2024-03-211-5/+15
| | | | | | | | | | * [Statsig] Check if initialized * Never interrupt the caller
* | Fix android splash jump (#3316)Eric Bailey2024-03-211-3/+0
| | | | | | | | | | | | | | | | | | | | | | * Setup translucent status bar of splash screen on android (#3300) Co-authored-by: Eric Bailey <git@esb.lol> * Fix conflict better --------- Co-authored-by: Eiichi Yoshikawa <edo@bari-ikutsu.com>
* | [Statsig] Onboarding and routing events (#3302)dan2024-03-2113-178/+259
| |
* | Fix problems with `BottomSheet` and the report dialog (#3297)Hailey2024-03-209-107/+114
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * use @discord/bottom-sheet * add @types/invariant * some progress on keyboard dialog * rework rework add a comment use discord bottom sheet * remove `@gorhom/bottom-sheet` * remove android specific code * organize imports
* | Merge pull request #3217 from bluesky-social/samuel/alf-loginSamuel Newman2024-03-2048-2554/+2564
|\ \ | | | | | | Use ALF for login & signup flow
| * | Adjust DateField timezone offsetEric Bailey2024-03-202-3/+4
| | |
| * | Fix key error on choose accountEric Bailey2024-03-201-3/+2
| | |
| * | Move some things aroundEric Bailey2024-03-206-301/+4
| | |
| * | Bump button size on choose accountEric Bailey2024-03-201-1/+1
| | |
| * | Password flow tweaksEric Bailey2024-03-204-25/+29
| | |
| * | Login form tweaksEric Bailey2024-03-201-74/+75
| | |
| * | Remove logEric Bailey2024-03-201-1/+0
| | |
| * | StepInfo tweaksEric Bailey2024-03-202-69/+38
| | |
| * | Signup shell tweaksEric Bailey2024-03-203-39/+25
| | |
| * | HostingProvider tweaksEric Bailey2024-03-201-26/+34
| | |
| * | sort imports for files related to this PRSamuel Newman2024-03-2017-118/+122
| | |
| * | dismiss keyboard when opening dialogSamuel Newman2024-03-202-2/+3
| | |
| * | skip initial entering animation for loginSamuel Newman2024-03-201-1/+4
| | |
| * | login form back button goes to chooseaccount conditionallySamuel Newman2024-03-201-1/+3
| | |
| * | rm extra atomSamuel Newman2024-03-201-1/+0
| | |
| * | remove unnecessary group componentSamuel Newman2024-03-201-33/+17
| | |
| * | add logEvent that got lost in merge from mainSamuel Newman2024-03-201-0/+5
| | |
| * | Merge remote-tracking branch 'origin/main' into samuel/alf-loginSamuel Newman2024-03-2051-10709/+29908
| |\ \
| * | | hog FormErrorSamuel Newman2024-03-191-15/+10
| | | |
| * | | add pressed state and rm cloneElementSamuel Newman2024-03-191-11/+5
| | | |
| * | | change choose account form to use Button + add hover stylesSamuel Newman2024-03-191-36/+54
| | | |
| * | | change hosting provider and forgot pw touchables to buttonSamuel Newman2024-03-192-23/+43
| | | |
| * | | remove textfield references from hosting providerSamuel Newman2024-03-191-3/+4
| | | |
| * | | remove explicit height/widthSamuel Newman2024-03-191-5/+1
| | | |
| * | | rename pencil -> pencilLine and reexportSamuel Newman2024-03-192-3/+3
| | | |
| * | | animate login spinnerSamuel Newman2024-03-191-0/+3
| | | |