about summary refs log tree commit diff
path: root/src/view/com/auth/SplashScreen.tsx
Commit message (Collapse)AuthorAgeFilesLines
* New `Select` component (#8323)Samuel Newman2025-05-061-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * radix select component on web * native implementation (wip) * fix sheet height/padding * tone down web styles * react 19 cleanup * replace primary language select * change style on native * get auto placeholder working * more style tweaks * replace app language dropdown * replace rnpickerselect with native select * rm react-native-picker-select dependency * rm placeholder, since a value is always selected * docblock for renderItem * add more docblocks * add style prop to item * pass selectedValue through renderItem * fix context * Style overflow buttons --------- Co-authored-by: Eric Bailey <git@esb.lol>
* Fix "log in", "log out" to "sign in", "sign out" (#7739)Minseo Lee2025-02-171-1/+1
| | | | | * log to sign * logged to signed
* Leverage jsx transform to remove unnecessary react imports and update eslint ↵Paul Coroneos2024-11-191-1/+0
| | | | | | | | | config (#6516) * update eslint config with jsx runtime * leverage jsx transform to remove unnecessary react imports and update eslint config * run yarn lint --fix to remove eslint disables related to react/prop-types that is now disabled
* Fix weird button wrapping on splash (#5507)Eric Bailey2024-09-261-5/+4
| | | | | * Fix weird button wrapping on splash * Web
* [Neue] Font weights (#5442)Eric Bailey2024-09-201-3/+2
| | | | | | | * Align all font weights * Only load necessary fonts * Also comment out from hook
* PWI improvements (#3489)Paul Frazee2024-04-121-56/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Enable home and feeds on the PWI * Add global SigninDialog to drive useRequireAuth() * Tweak desktop styles * Make the logo in leftnav PWI a clickable home link * Add label * Improve dialog on web * Fix query key * Go to home after signout from settings screen * Filter out feeds from the discover listing for logged out users which are known to break without auth * Update profile header follow/subscribe to give signin prompt * Show profile feeds tabs on pwi * Add language selector to account creation footer and pwi left nav desktop --------- Co-authored-by: dan <dan.abramov@gmail.com>
* Sign In -> Sign inSamuel Newman2024-03-211-1/+1
|
* Mods UI fixes (#3296)Eric Bailey2024-03-211-9/+9
| | | | | * Fix report dialog buttons on Android by adjusting styles * Dry up label pref comp
* use alf for splashscreen (native)Samuel Newman2024-03-201-91/+56
|
* Mark more texts for localizationMinseo Lee2024-02-141-2/+6
|
* Add a little more bottom pad to be safePaul Frazee2024-02-131-1/+2
|
* Add safearea pad to bottom of native splashPaul Frazee2024-02-131-0/+3
|
* fix: style adjustmentsMary2024-02-131-2/+1
|
* feat: language selection on mobileMary2024-02-131-1/+75
|
* Fix `Logotype` fill for dark mode (#2230)Eric Bailey2023-12-181-1/+1
| | | | | * Fix fill of Logotype in dark mode * Update default Logotype fill
* Update splash screen tagline, update translations, bump ios build numberPaul Frazee2023-12-171-1/+1
|
* 🤫 (#2211)Eric Bailey2023-12-141-5/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add new assets * Add splashiness * Add butter icon, spread it * Cream together eggs, sugar, and vanilla * Hi, I'd like to place and order. Yeah, none pizza with left beef, plz. * test * Refine animation * tweak * tweak * tweak * Tweak * Simplify * Cleanup * Fix android logo --------- Co-authored-by: Ansh Nanda <anshnanda10@gmail.com>
* [PWI] Clean up logged out screen (#1978)Eric Bailey2023-11-221-65/+33
| | | | | * Clean up logged out screen * Better responsive styles
* PWI Base (#1964)Eric Bailey2023-11-211-1/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Base work for public view * Make default moderation settings more restrictive * Fix type * Handle showing sign-in on authed actions * Fix hoc logic * Simplify prefs logic * Remove duplicate method * Add todo * Clean up RepostButton.web * Fix x button color * Add todo * Retain existing label prefs for now, use separate logged out settings * Clean up useAuthedMethod, rename to useRequireAuth * Add todos * Move dismiss logic to withAuthRequired * Ooops add web * Block public view in prod * Add todo * Fix bad import
* Internationalization & localization (#1822)Ansh2023-11-091-6/+14
| | | | | | | | | | | | | | | | | | | | | | | | | * install and setup lingui * setup dynamic locale activation and async loading * first pass of automated replacement of text messages * add some more documentaton * fix nits * add `es` and `hi`locales for testing purposes * make accessibilityLabel localized * compile and extract new messages * fix merge conflicts * fix eslint warning * change instructions from sending email to opening PR * fix comments
* Various case and text fixes. (#757)Markus Amalthea Magnuson2023-06-131-1/+1
| | | | | | | | | * Various case and text fixes. * Update some labels per requested changes. --------- Co-authored-by: Ansh <anshnanda10@gmail.com>
* React Native accessibility (#539)Ollie H2023-05-011-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * React Native accessibility * First round of changes * Latest update * Checkpoint * Wrap up * Lint * Remove unhelpful image hints * Fix navigation * Fix rebase and lint * Mitigate an known issue with the password entry in login * Fix composer dismiss * Remove focus on input elements for web * Remove i and npm * pls work * Remove stray declaration * Regenerate yarn.lock --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* Rework account creation and login viewsPaul Frazee2023-03-141-28/+16
|
* Rework logged out state to preserve routing and work for webPaul Frazee2023-03-131-0/+92