brewlog/templates
Jon Seager 33c27ed0d0
build: add Tailwind CSS v4 build pipeline with theme tokens
Replace the checked-in styles.css with a build-time Tailwind CSS
pipeline. input.css defines CSS custom properties for light/dark
themes, mapped to Tailwind utilities via @theme. build.rs runs
the Tailwind CLI to generate styles.css at compile time.
2026-02-05 17:02:13 +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
input.css build: add Tailwind CSS v4 build pipeline with theme tokens 2026-02-05 17:02:13 +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
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