pf_app/ui/src/components
Paul Trowbridge cc5de46b9e Say what each toolbar control actually does
The toolbar was one row of buttons separated by identical hairlines, so a
column width and the version's change history read as peers. Split it: a
view zone on its own ground -- layout, the two depth controls, fit widths,
none of which reach the server -- and the forecast zone that re-loads,
opens a window, or writes.

The row depth buttons were a fixed 0 1 2 3. A number means nothing without
already knowing what group_by holds, and a fixed range offers levels a
two-field pivot does not have while hiding the fifth of one that does.
They are now built from the live group_by and named after the level they
reveal, which is what the column axis already did -- so both are drawn by
one DepthButtons component, since both are the same thing: a depth in
ViewConfig.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-09-19 15:17:13 -04:00
..
BridgeView.jsx Wrap the bridge's bar labels instead of cutting them 2026-09-18 13:16:35 -04:00
DepthButtons.jsx Say what each toolbar control actually does 2026-09-19 15:17:13 -04:00
LayoutMenu.jsx Make a pivot layout a thing people own and publish 2026-09-19 14:20:04 -04:00
OperationPanel.jsx Show that an operation is running 2026-09-18 13:32:59 -04:00
Sidebar.jsx Add light/dark mode with theme toggle 2026-04-25 23:29:25 -04:00
StatusBar.jsx Put the app behind a login 2026-09-14 22:20:25 -04:00
Timeline.jsx Type the segment date offset as an interval, not year and month spinners 2026-09-17 02:36:50 -04:00