about summary refs log tree commit diff
path: root/src/components/dialogs/Signin.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Fix "log in", "log out" to "sign in", "sign out" (#7739)Minseo Lee2025-02-171-1/+1
| | | | | * log to sign * logged to signed
* Zhuzh sign in dialog (#3512)Eric Bailey2024-04-121-2/+13
|
* PWI improvements (#3489)Paul Frazee2024-04-121-0/+99
* 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>