Commit 45df236
authored
feat: implement user menu (#68)
* feat: add application header
* feat: add user menu
* feat: add user avatar
* feat: add sign out menu item
* feat: implement actual sign out flow
* improve directory structure
* add icon to sign out menu item
* adjust header style
* adjust avatar colors
* add chevron
* add indicator chevron component
* avoid hardcoded colors
* layout imporovements
* style adjustments
* refactor
* apply claude's recommendations
* .
* move test file to place that makes more sense
* cleanup1 parent b7316cd commit 45df236
File tree
13 files changed
+1287
-0
lines changed- src
- app
- components
- ui
13 files changed
+1287
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
| 32 | + | |
30 | 33 | | |
31 | 34 | | |
32 | 35 | | |
| |||
0 commit comments