brewlog/templates
Jon Seager 4fc81dd0c5
style(templates): modernize JS to arrow functions and const/let
Convert all remaining function declarations, var usage, and string
concatenation across base, add, checkin, and data templates.
2026-02-05 12:45:52 +00:00
..
partials feat(account): add account page with passkey and token management 2026-02-05 11:24:43 +00:00
account.html refactor(account): simplify passkey/token JS and modernize syntax 2026-02-05 12:43:03 +00:00
add.html style(templates): modernize JS to arrow functions and const/let 2026-02-05 12:45:52 +00:00
base.html style(templates): modernize JS to arrow functions and const/let 2026-02-05 12:45:52 +00:00
checkin.html style(templates): modernize JS to arrow functions and const/let 2026-02-05 12:45:52 +00:00
cli_callback.html feat(auth): replace password auth with WebAuthn passkeys 2026-02-05 11:00:07 +00:00
data.html style(templates): modernize JS to arrow functions and const/let 2026-02-05 12:45:52 +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): allow naming the initial passkey during registration 2026-02-05 11:24:52 +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(auth): allow naming the initial passkey during registration 2026-02-05 11:24:52 +00:00