feat: redesign account page — compact Firezone-style layout
Some checks failed
CI / test (push) Failing after 8s
CI / release (push) Has been skipped
CI / docker (push) Has been skipped

- Remove tabbed layout, stack all sections vertically
- Compact key-value rows for user details
- Dense bordered tables for API tokens and MFA methods
- Consistent button styling with proper padding (BTN_PRIMARY/OUTLINE/DANGER)
- Token creation with inline copy-to-clipboard banner
- TOTP registration with compact inline QR + form
- Danger zone with typed-email confirmation dialog
- Add .idea and .coverage to gitignore
- Fix CI: add node:20-slim container to release job
- Fix connectivity check URL to Cloudflare endpoint
This commit is contained in:
Stefano Bertelli 2026-03-30 18:47:07 -05:00
parent 9d9afbe3ad
commit 5aff71ec4c
6 changed files with 257 additions and 461 deletions

2
.gitignore vendored
View file

@ -4,3 +4,5 @@ __pycache__/
.env
.nicegui/
logs/
.idea/
.coverage