brewlog/templates
Jon Seager 16a4704fcf
feat(account): add account page with passkey and token management
- Add /account page with passkey list, token list, and sign-out
- Replace nav login/logout buttons with user icon linking to /account or /login
- Add passkey management: add new passkeys (WebAuthn ceremony), delete with confirmation
- Add token management: create, copy one-time value, revoke with confirmation
- Add user/key/clipboard icon macros
- Add PasskeyCredentialRepository::get() for ownership verification
- Add WebAuthn passkey/start and passkey/finish endpoints for adding passkeys
2026-02-05 11:24:43 +00:00
..
partials feat(account): add account page with passkey and token management 2026-02-05 11:24:43 +00:00
account.html feat(account): add account page with passkey and token management 2026-02-05 11:24:43 +00:00
add.html refactor: consolidate entity pages into unified /data and /add views 2026-02-04 20:51:30 +00:00
base.html feat(home): redesign home page with recent brews cards and inline scan 2026-02-04 17:14:46 +00:00
checkin.html refactor(templates): extract inline SVG icons into shared icons partial 2026-02-04 16:32:18 +00:00
cli_callback.html feat(auth): replace password auth with WebAuthn passkeys 2026-02-05 11:00:07 +00:00
data.html feat(data): redesign mobile data page with card layout and tab selector 2026-02-04 22:22:18 +00:00
favicon.ico feat: bootstrap brewlog platform 2025-11-24 11:44:12 +00:00
home.html refactor: consolidate entity pages into unified /data and /add views 2026-02-04 20:51:30 +00:00
login.html feat(auth): replace password auth with WebAuthn passkeys 2026-02-05 11:00:07 +00:00
nav.html feat(account): add account page with passkey and token management 2026-02-05 11:24:43 +00:00
register.html feat(auth): replace password auth with WebAuthn passkeys 2026-02-05 11:00:07 +00:00
styles.css feat(data): redesign mobile data page with card layout and tab selector 2026-02-04 22:22:18 +00:00
timeline.html fix(timeline): restore sticky month headers and jump-to-top button 2026-02-03 13:29:46 +00:00
webauthn.js feat(account): add account page with passkey and token management 2026-02-05 11:24:43 +00:00