diff --git a/docs/interface/index.md b/docs/interface/index.md index df99f09..8c25987 100644 --- a/docs/interface/index.md +++ b/docs/interface/index.md @@ -26,7 +26,7 @@ phone the sidebar collapses to a sheet. ## Home -The one screen you leave open. Three things share it. +The one screen you leave open. Four things share it. ### The brain graph @@ -38,6 +38,18 @@ its label showing so you can see which one it is without hovering. Each flow also has a switch beside it in the list, which starts and stops it. +### Flows and dashboards + +Two columns under the graph, exactly as tall as each other, most recently +worked on first. The flows column is the list with the switches; the dashboards +column is a mosaic, each tile a schematic of that dashboard's layout — blocks +where its widgets sit, shaded by what kind of widget each one is. Neither +column grows past about six rows: past that it scrolls in place rather than +pushing the health block down the page. + +The tiles are a footprint, not a live view. They show you which dashboard is +which at a glance; the readings are on the dashboard itself. + ### Health Always answers, degraded or not. The tiles cover: @@ -70,6 +82,13 @@ creates, and offers **Publish all changes** when several flows have drafts. Opening one takes you to [the flow editor](flow-editor.md). +### Deleting several at once + +Press and hold a card — or ctrl-click it — to pick it, then tap the rest. While +anything is picked, **New flow** in the toolbar becomes a trash button, and it +asks once before deleting the lot. Unpicking the last one puts the list back; +so does Escape. The Dashboards screen works the same way. + ## Everything else - [The flow editor](flow-editor.md) — the canvas, the code editor, running and diff --git a/frontend/index.html b/frontend/index.html index 4299a86..5e1f483 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -17,9 +17,39 @@ } catch (_e) { } })() + +
- +