Commit Graph

10 Commits

Author SHA1 Message Date
19186097d5 fix(ssr): stop content-card forcing always-on scrollbars; add tmp/ scratch dir
content-card used `overflow-scroll`, which renders scrollbar tracks even
when the content fits — visible as superfluous bars around the admin chart
cards. Switch to `overflow-auto` so scrollbars only appear when content
genuinely overflows (e.g. wide data tables still scroll).

Also add a gitignored ./tmp/ scratch directory (tracked via .gitkeep) and
document in AGENTS.md that temp files belong there.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-02 09:16:16 -07:00
ba87805d4c Add vendor pre-population for bulk code and individual edit forms
- Add vendor-changed HTMX handlers for both bulk code and individual edit
- Pre-populate default account at 100% when vendor is selected and no accounts exist
- Fix render-accounts-section to render from step-params correctly
- Change bulk code vendor-changed from hx-get to hx-post to include form data
- Add routes for vendor-changed endpoints
- Update e2e tests to cover vendor pre-population
- Run lein cljfmt fix across codebase
2026-05-21 14:45:19 -07:00
70e76347e3 Looks good 2024-10-15 21:43:03 -07:00
b7c6493bd6 Makes outgoing invoice look a little better 2024-04-01 20:19:28 -07:00
735c26b643 fixes ezcater 2024-02-08 14:24:21 -08:00
8063a8fcbd Builds client SSR approach, sunsets old cljs. 2024-02-07 21:22:56 -08:00
25b397325a Adds new default admin page 2023-10-31 13:59:03 -07:00
Bryce
3540346fc8 Makes tailwind version of history page 2023-06-01 09:26:52 -07:00
0e814a8a4a makes stuff work 2023-05-11 09:43:37 -07:00
6220ae1f6d Makes a clean demo of using tailwind for the company 1099 page. 2023-05-10 22:03:21 -07:00