Commit Graph

19 Commits

Author SHA1 Message Date
1f6395382d refactor(charts): unify on Chart.js, remove Chartist
The admin page was the only consumer of Chartist while the dashboard and
expense report already use Chart.js. Convert the admin "Growth in clients"
(bar) and "Changes by hour" (line) charts to Chart.js using the same
Alpine x-data/x-init canvas pattern as the dashboard, and drop the global
Chartist CSS/JS includes from the base page.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-02 07:55:47 -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
Bryce
ff2bf4c2b3 makes client selection not contanimate other tabs 2024-04-09 23:27:35 -07:00
Bryce
8af5713ba2 Makes navigation a little bit better. 2024-03-20 14:48:44 -07:00
25b397325a Adds new default admin page 2023-10-31 13:59:03 -07:00
Bryce
4259425812 Adds admin sidebar 2023-06-13 13:31:45 -07:00
Bryce
1b044ff5cd every ssr page is tailwindified. 2023-06-01 12:00:30 -07:00
Bryce
3540346fc8 Makes tailwind version of history page 2023-06-01 09:26:52 -07:00
b2ad7790cf Migrates back to datomic on-prem 2023-04-29 07:12:51 -07:00
78519663ac Getting closer to datomic cloud 2023-03-24 10:57:50 -07:00
7a8267f09f Adds the company drop down to new pages 2023-01-20 10:45:50 -08:00
46dd191391 Revamps all of the IOL's routing, so that the new history page can share with the rest. 2023-01-12 16:56:40 -08:00
ce01a63797 Makes snapshots sticky 2023-01-11 16:16:47 -08:00
18a9195a97 doctype was backwards 2023-01-11 15:51:02 -08:00
9615350eb9 One more set of fixes for new approach. 2023-01-11 15:32:08 -08:00
b096863842 Should (mostly) fix the new history page. 2023-01-11 14:09:08 -08:00
045aa01edc Makes the history page use local storage 2023-01-11 13:15:46 -08:00
3a2dc07227 Implements the ability to dig into history 2023-01-11 12:54:48 -08:00
Bryce Covert
2facb0c64f test 2023-01-11 11:01:48 -08:00