From 518ffd7578dbc74689b5303a35f402bfe081aa91 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sat, 4 Jul 2026 16:46:48 -0400 Subject: docs: gather panel design prototypes into docs/prototypes/ I gathered all five self-contained HTML/CSS design prototypes into one home: the instrument-console pair (moved from assets/), plus the net-panel rescan, sound panel, widget gallery, and waybar redesign (moved out of working/). Added a README index and updated every inbound link: build summary, the instrument-console and audio specs, and todo.org. Also fixed a broken link the earlier sort left in the build summary. It still pointed at the instrument-console spec's old docs/design/ path after the move to docs/specs/. --- .../2026-07-03-panel-widget-gallery-prototype.html | 338 +++++++++++++++++++++ 1 file changed, 338 insertions(+) create mode 100644 docs/prototypes/2026-07-03-panel-widget-gallery-prototype.html (limited to 'docs/prototypes/2026-07-03-panel-widget-gallery-prototype.html') diff --git a/docs/prototypes/2026-07-03-panel-widget-gallery-prototype.html b/docs/prototypes/2026-07-03-panel-widget-gallery-prototype.html new file mode 100644 index 0000000..8e642f4 --- /dev/null +++ b/docs/prototypes/2026-07-03-panel-widget-gallery-prototype.html @@ -0,0 +1,338 @@ + + + + + +Panel widget gallery — dupre instrument console + + + +
+
+
archsetup · dupre panel family
+

Widget gallery — the instrument-console kit

+

Every control + display idiom we can build in the dupre faceplate language, all rendering from + the same tokens the net / bt / sound panels use. Controls take input; meters & + gauges show a live analog value; indicators & readouts show state or a number. + Live ones animate. Pick what fits each job — most cost pure CSS; the two that need a real + drawing surface (needle gauge, waveform) are flagged in their notes.

+
+ +

Controls — take input

+
+ +

Meters & gauges — live analog value

+
+ +

Indicators & readouts — state or number

+
+ +
+ + + -- cgit v1.2.3