about summary refs log tree commit diff
path: root/src/components/AppLanguageDropdown.tsx
Commit message (Collapse)AuthorAgeFilesLines
* 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>