about summary refs log tree commit diff
path: root/src/lib/hooks/useCustomPalette.ts
Commit message (Collapse)AuthorAgeFilesLines
* [Settings] Ungate, and remove old settings (#6144)Samuel Newman2024-11-081-14/+0
| | | | | | | | | | | | | | | | | | | * move export car dialog * move disableemail2fadialog * delete old settings screens * fix type error * Update Navigation.tsx * Delete AccountDropdownBtn.tsx * remove old change handle modal * delete add app paswords * forgot to actually delete the change handle modal
* Sort imports (#6009)dan2024-10-291-2/+3
| | | | | * Mark import sort/order/style rules as error * npm run lint -- --fix
* Add user invite codes (#393)Paul Frazee2023-04-051-0/+13
* Add mobile UIs for invite codes * Update invite code UIs for web * Finish implementing invite code behaviors (including notifications of invited users) * Bump deps * Update web right nav to use real data; also fix lint