Commit Graph

  • 6fec58ef80 refactor: move scrollbar styles to global utilities master Florian Schroedl 2026-03-19 14:14:15 +01:00
  • 293df10590 feat: add tasks list recipe and small badge size variant Florian Schroedl 2026-03-19 14:12:34 +01:00
  • 63e853b6ac style: spacing Florian Schroedl 2026-03-29 20:09:55 +02:00
  • b9406cc024 style: spacing Florian Schroedl 2026-03-29 20:02:07 +02:00
  • fd4eb8415b chore: add .editorconfig with 2-space indentation Florian Schroedl 2026-03-29 19:54:41 +02:00
  • 5449d3c0f3 feat(dialog): add overlay-based dialog pattern (dialog-overlay + dialog-panel) Florian Schroedl 2026-03-29 13:21:19 +02:00
  • 5994f1d1da fix(calendar-events): remove border-radius from event pills Florian Schroedl 2026-03-29 12:23:08 +02:00
  • 7f1a679b74 Revert "feat(calendar-events): add view toggle, source filters, detail dialog, error banner, loading indicator" Florian Schroedl 2026-03-29 11:20:55 +02:00
  • d8e280df2a feat(calendar-events): add view toggle, source filters, detail dialog, error banner, loading indicator Florian Schroedl 2026-03-29 11:17:24 +02:00
  • d6d205cb3b feat: add calendar docs with inline markdown rendering Florian Schroedl 2026-03-29 09:59:31 +02:00
  • 25f868fb69 feat: add calendar widget components Florian Schroedl 2026-03-29 09:42:29 +02:00
  • d4f21f80a5 feat(hiccup): add live reload via file watcher + browser polling Florian Schroedl 2026-03-05 19:46:29 +01:00
  • 93edebf144 feat: add icon support to button, alert, badge, and form input Florian Schroedl 2026-03-05 19:33:55 +01:00
  • e3132a3cb4 chore: gitignore copied dev assets in replicant/public Florian Schroedl 2026-03-11 18:56:14 +01:00
  • e305109324 fix(form): increase form-field gap from size-1 to size-2 Florian Schroedl 2026-03-11 18:51:10 +01:00
  • 9d5db65746 feat: add CSS live reload for dev setup Florian Schroedl 2026-03-11 18:46:20 +01:00
  • e9e0b15e16 feat: add separator component Florian Schroedl 2026-03-11 18:38:20 +01:00
  • 660723179c feat(theme-adapter): add font scale and border radius controls Florian Schroedl 2026-03-11 18:35:22 +01:00
  • 64bf5e029c feat(card): add card-list component with full and inset dividers Florian Schroedl 2026-03-11 18:29:39 +01:00
  • e356bc2e6a fix(form): remove left border-radius from buttons inside form-group Florian Schroedl 2026-03-11 17:09:18 +01:00
  • 051d79d65d feat(dev): add border radius scale control to theme adapter panel Florian Schroedl 2026-03-11 17:06:21 +01:00
  • 705c4fbfc8 feat(dev): add font base and ratio controls to theme adapter panel Florian Schroedl 2026-03-11 17:04:24 +01:00
  • bfc6cf4c53 feat(dev): add spacing base step control to theme adapter panel Florian Schroedl 2026-03-11 17:02:05 +01:00
  • a7a57f6f5f docs: add git submodule installation and usage instructions Florian Schroedl 2026-03-11 16:57:37 +01:00
  • e01cb075c6 style: change button and badge font-weight to semi-bold (600) Florian Schroedl 2026-03-11 16:55:18 +01:00
  • 9f3ebe453f refactor(dev): dogfood framework CSS in theme adapter panel Florian Schroedl 2026-03-11 16:53:08 +01:00
  • 59d46700bc refactor(theme): switch color generation from HSL to OKLCH Florian Schroedl 2026-03-11 12:04:33 +01:00
  • 41811dba88 feat(dev): add live theme adapter panel for color customization Florian Schroedl 2026-03-11 11:51:59 +01:00
  • 07f18872cf docs: add README with color system documentation Florian Schroedl 2026-03-11 11:35:10 +01:00
  • fa38d9f9c3 feat(theme): add HSL-based color scale generation with jon/color-tools Florian Schroedl 2026-03-11 11:31:47 +01:00
  • 13508f4654 fix: improve CSS layout with box-sizing reset, responsive alerts, and form spacing Florian Schroedl 2026-03-11 11:09:47 +01:00
  • 828d467226 chore: add bb check-dev script for pre-commit server verification Florian Schroedl 2026-03-05 19:20:27 +01:00
  • 4f42dce649 refactor: use #shadow/env for replicant dev-http port instead of rewriting config Florian Schroedl 2026-03-05 14:43:29 +01:00
  • e003e1c4a8 docs: add agent rules for dev server management and browser verification Florian Schroedl 2026-03-05 14:30:01 +01:00
  • 2500cc4b1a docs: document squint watcher blank page pitfall and recovery Florian Schroedl 2026-03-05 14:12:36 +01:00
  • b52361ebf1 refactor(form): replace inline error text with tooltip icon Florian Schroedl 2026-03-05 14:01:26 +01:00
  • d5473b1bbf chore: ignore .claude and .vite generated files in .gitignore Florian Schroedl 2026-03-05 13:42:46 +01:00
  • 3976bac7c9 chore: rename "UI Framework" to "Clojure UI Framework" across dev targets Florian Schroedl 2026-03-05 13:33:50 +01:00
  • 5d4eceab95 fix(form): add spacing between inline fieldset legend and radio buttons Florian Schroedl 2026-03-05 13:32:52 +01:00
  • d2395fda44 feat: persist theme across dev targets via ?theme= query param Florian Schroedl 2026-03-05 13:29:01 +01:00
  • 6a1e185877 fix(button): remove color override on anchor buttons Florian Schroedl 2026-03-05 13:24:41 +01:00
  • 7ef565e271 fix(squint): use removeAttribute instead of js-delete for theme toggle Florian Schroedl 2026-03-05 13:19:57 +01:00
  • 425d00529e fix: disable CSS transitions during dark/light theme toggle Florian Schroedl 2026-03-05 13:16:07 +01:00
  • cd49da661d feat: dogfood sidebar as app shell with multi-page nav and target switcher Florian Schroedl 2026-03-05 13:14:07 +01:00
  • c857954845 feat: add icon component with 50+ Lucide-based SVG icons Florian Schroedl 2026-03-05 12:49:22 +01:00
  • e3787363d2 feat: add focus-visible rings and refactor accordion chevron Florian Schroedl 2026-03-05 11:34:07 +01:00
  • aa3370565f fix: squint dev server running from wrong directory Florian Schroedl 2026-03-05 09:42:01 +01:00
  • ce39804f1f feat: add configurable base port to dev-all Florian Schroedl 2026-03-05 09:37:00 +01:00
  • 10647ac58b fix(replicant): replace external :paths with :local/root dependency Florian Schroedl 2026-03-05 09:28:22 +01:00
  • d7ca825566 fix: auto-install node_modules in dev-all and dev-replicant/squint Florian Schroedl 2026-03-05 09:27:31 +01:00
  • 1b4929224b fix(accordion): place children inside content div and add group wrapper Florian Schroedl 2026-03-03 17:12:29 +01:00
  • 0dd8a9c8bf fix(card): reduce internal spacing and bump footer button size Florian Schroedl 2026-03-03 17:08:29 +01:00
  • e4ee7b750e feat(button): add link variant and polymorphic <a> rendering Florian Schroedl 2026-03-03 17:04:41 +01:00
  • 6a3fee34c4 fix(badge): increase font size and use token-based line-height Florian Schroedl 2026-03-03 12:05:14 +01:00
  • 5cb339e04b fix(tooltip): close gap between arrow and tooltip box Florian Schroedl 2026-03-03 12:03:29 +01:00
  • 398811305c fix(alert): vertically center alert content Florian Schroedl 2026-03-03 12:00:08 +01:00
  • b3da46ac02 feat(dialog): close dialog on backdrop click Florian Schroedl 2026-03-03 11:50:30 +01:00
  • c36ee05c68 fix: set dialog text color to use theme foreground Florian Schroedl 2026-03-03 11:43:20 +01:00
  • a9f4f4158c fix: align dev target inconsistencies across hiccup, replicant, squint Florian Schroedl 2026-03-03 11:41:14 +01:00
  • 18043cb150 feat: add 13 components adapted from Oat UI Florian Schroedl 2026-03-03 11:37:05 +01:00
  • d55e3d3a90 refactor: remove all CSS transition animations Florian Schroedl 2026-03-03 11:19:59 +01:00
  • 609613f4fb feat: add algorithmic size and font scales Florian Schroedl 2026-03-03 11:16:23 +01:00
  • 988617617c refactor: replace BEM with utility classes, move component CSS to files Florian Schroedl 2026-03-03 11:11:47 +01:00
  • 6b4899f8bf refactor: centralize body base styles in theme.css Florian Schroedl 2026-03-03 11:04:27 +01:00
  • 42ddb56d65 Init Florian Schroedl 2026-03-03 10:38:02 +01:00