| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Call `vite` directly to build the frontend. | Owen Jacobson | 2025-05-27 |
| | | | | | | | Calling through `npm` wasn't adding anything other than complexity, and it made it somewhat harder to follow what tools did what. I'm also pretty sure `tools/build-ui` was totally unused. | ||
| * | Strip out Tailwind etc | Kit La Touche | 2024-12-30 |
| | | |||
| * | Let `cargo` handle building the UI, where possible. | Owen Jacobson | 2024-10-22 |
| | | | | | This allows skipping the `target/ui` rebuild if the UI has not changed, which has otherwise been a bit of a source of drag on my development speed. | ||
| * | Store state in sqlite. Default to .hi in the cwd. | Owen Jacobson | 2024-08-30 |
