Skip to content

Commit

Permalink
wip: added user dropdown for theme and logout
Browse files Browse the repository at this point in the history
  • Loading branch information
tabarra committed Nov 11, 2023
1 parent 11b1396 commit d56ecb6
Show file tree
Hide file tree
Showing 5 changed files with 444 additions and 18 deletions.
1 change: 1 addition & 0 deletions docs/dev_notes.md
Expand Up @@ -78,6 +78,7 @@ Processo:
- [ ][2h] server controls
- [ ][1h] server scheduled restarts (legacy style)
- [ ][3d] playerlist
- [ ][1d] add the new logos to shell+auth pages
- [ ][3h] playerlist click opens legacy player modal (`iframe.contentWindow.postMessage("openModal", ???);`)
- [ ][5d] full auth flow
- [x] password login
Expand Down
182 changes: 182 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions panel/package.json
Expand Up @@ -17,6 +17,7 @@
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-scroll-area": "^1.0.5",
Expand Down

0 comments on commit d56ecb6

Please sign in to comment.