about summary refs log tree commit diff
path: root/src/components/AppLanguageDropdown.web.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Fix NavSignupCard on web (#5813)Eric Bailey2024-10-211-2/+3
|
* 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
* add maxwidth to app language dropdown (#3635)Samuel Newman2024-04-221-0/+1
|
* Fix splash screen language picker appearance on Chrome (#2952)Mary2024-04-181-16/+20
| | | | | * fix: correct language picker appearance on Chrome * fix: prevent chevron shrink on long language names
* 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
* Increase hit slop for web's app language picker (#3535)Mary2024-04-131-1/+10
| | | | | | | | | * fix: make app language picker tap region larger * fix: add right padding on drawer signup card noticeable on portuguese language * fix: mimic hitSlop
* PWI improvements (#3489)Paul Frazee2024-04-121-0/+62
* 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>