2

Refine the dashboard and requests log UX

This commit is contained in:
2026-03-12 17:40:13 +01:00
parent 0a14dd1df9
commit 0dfa30973e
8 changed files with 423 additions and 180 deletions

View File

@@ -129,6 +129,13 @@ The UI is backed by a small JSON API. The main endpoints are:
The legacy `POST /api/ips/{ip}/reset` route is still accepted as a backwards-compatible alias for `clear-override`.
The web UI itself exposes two main pages:
- `GET /` for the dashboard
- `GET /requests` for the paginated requests log
The legacy `GET /queries` route redirects permanently to `GET /requests`.
The full API reference, including payloads and response models, lives in [`docs/api.md`](docs/api.md).
## Configuration