about summary refs log tree commit diff
path: root/src/components/AppLanguageDropdown.tsx
Commit message (Collapse)AuthorAgeFilesLines
* New `Select` component (#8323)Samuel Newman2025-05-061-40/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 iOS language picker style in dark mode (#6804)Foster2024-11-281-0/+1
| | | Co-authored-by: skipness <ckhf@proton.me>
* Fix NavSignupCard on web (#5813)Eric Bailey2024-10-211-2/+2
|
* Language fixes (#5384)Eric Bailey2024-09-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | * Add some comments * Decouple language settings * Normalize on read/write * Refactor * Support device locale on app startup * Cleanup, port to web * Clean up comments * Comment * Try not to mutate * Protect util handling, update test * Dedupe array values
* Improve the language behaviors around the PWI (#3545)Paul Frazee2024-04-131-1/+9
| | | | | | | | | * Handle leftnav overflow with longer languages' copy * Update the language dropdown to set ALL language prefs * Add hackfix to language cachebusting on PWI * Reset feeds on language change
* PWI improvements (#3489)Paul Frazee2024-04-121-0/+67
* 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>