about summary refs log tree commit diff
path: root/src/components/dialogs/SwitchAccount.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Improve account switcher pending state (#3827)dan2024-05-021-2/+2
| | | | | | | | | * Protect against races * Reduce UI jank when switching accounts * Add pending state to selected account * Disable presses while pending
* [Session] Extract selectAccount out (#3812)dan2024-05-021-1/+2
|
* properly close the switch account dialog (#3558)Hailey2024-04-221-8/+9
| | | | | | | | | | | | | | | | | | | * properly close the switch account dialog * use it for switch account as well * ensure dialog is closed on unmount Revert "properly check if the ref is null" This reverts commit 8f563808a5d39389b0bc47a31e73cd147d1e7e8b. properly check if the ref is null ensure dialog is closed on unmount * Revert "ensure dialog is closed on unmount" This reverts commit a48548fd8ed53ae3eb08a0e05bb89f641c112b95.
* Use ALF for the account quick switch dialog (#3327)Samuel Newman2024-04-031-0/+61
* Use ALF for account quick switch * clean up modal type * add haptics to dialog opening * move account list to it's own component and share * make tick slightly darker