| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Consolidate project linting into tool scripts. | Owen Jacobson | 2025-06-09 |
| | | | | | The new `tools/check-lint` script checks lints across _all_ lintable files - JS (through `eslint`), and Rust (through `clippy` and `cargo check`). It also checks `eslint` against the whole project, not just against what's in the `ui` subdir, which means it now catches lintable issues in various JS config files. | ||
| * | Split message runs after ten minutes' silence. | Owen Jacobson | 2024-11-06 |
| | | | | | I've also refactored how runs are processed, to avoid re-splitting runs every time the channel view is rendered. They're generated when messages are ingested into the `$messages` store, instead. | ||
| * | Hoist the UI one step up further | Owen Jacobson | 2024-10-10 |
