Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/tui-screenshots/01-dashboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/tui-screenshots/02-routes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/tui-screenshots/03-apps.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/tui-screenshots/04-circuits.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/tui-screenshots/05-errors.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/tui-screenshots/06-config.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/tui-screenshots/07-help.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions docs/tui-screenshots/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# TUI screenshots

**These images are mockups, not captures.** They are drawn by
`scripts/tui_screenshots.py` with representative sample data, because the real
TUI needs a live daemon, a terminal and an admin password to render anything.

The layout, palette and key hints are mirrored from the source by hand:

| Image element | Source of truth |
| ------------------------------ | -------------------------- |
| palette, sidebar, panel chrome | `src/tui/theme.rs` |
| screen composition | `src/tui/screens/*.rs` |
| footer hints, help overlay | `src/tui/app.rs` |

If you change any of those, re-run the script and compare the result against the
real TUI:

```sh
python3 scripts/tui_screenshots.py # needs Pillow
```

A mockup that has drifted from the shipped UI is worse than no mockup — if you
cannot keep these current, delete them rather than leaving them stale.
Loading