8 Commits
Author SHA1 Message Date
John O'Keefe 4087599629 chore(frontend): Tailwind v4 CSS-first config
Move every tailwind.config.js option into src/style.css: @import,
@plugin flowbite/plugin, @source for the flowbite-svelte dist
(node_modules is gitignored so auto-detection skips the lib),
@theme for the custom primary scale, and @utility container
porting the old center plus responsive padding and max-width
ladders. darkMode media is v4s default so it needs no equivalent.
vite.config.ts gains the tailwindcss() plugin; index.html loses the
dead flowbite.js tag.

style.css also carries two v4-behavior restorations found while
verifying the built CSS: pointer cursor on buttons (v4 preflight
dropped v3s rule) and the container max-width ladder the first
pass at this file omitted.
2026-09-16 13:59:19 -04:00
john-okeefe 18c744c1cf fixed formatting 2025-01-25 19:17:42 -05:00
john-okeefe 4fa38b5252 removed favicon from index.html 2024-08-31 13:04:53 -04:00
john-okeefe ca6727d2b6 updated app icon 2024-08-22 21:00:17 -04:00
john-okeefe 784e6c0b7d playing with datepicker options 2024-07-29 16:54:05 -04:00
john-okeefe 2932cf1d3b moved flowbite location to ensure it loads 2024-07-26 16:49:32 -04:00
john-okeefe d89121a4de got search dropdown mostly finished
From here I just want to polish up the looks and make it cleaner and
bigger
2024-07-25 21:11:18 -04:00
john-okeefe 49e399d50c added wails Svelte Template 2024-07-09 10:16:53 -04:00