| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | 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. | ||
| * | API docs rewrite. | Owen Jacobson | 2024-10-16 |
| | | | | | | | Having the whole API in a single file was starting to feel very cramped and constraining. This rewrite breaks it out into sections; as a side effect, the docs are now about 2.5x as long as they were, as the rewrite allows more space for each idea without crowding the page. The docs are best read by running `tools/docs-api`. | ||
| * | Hoist the UI one step up further | Owen Jacobson | 2024-10-10 |
| | | |||
| * | Remove redundancy in `hi-ui` directory name. | Owen Jacobson | 2024-10-10 |
| | | |||
| * | Pre-commit needs the UI available, so make it available. | Owen Jacobson | 2024-10-05 |
| | | |||
| * | Render the UI at /. | Owen Jacobson | 2024-10-05 |
| | | |||
| * | Tools scripts; `run` to run the server in fewer keystrokes | Owen Jacobson | 2024-08-30 |
