pf_app/ui/src/views
Paul Trowbridge 2bba3e9322 Offer dimensions in the segment filter, not just dates and filter columns
The load filter dropdown listed role 'date' and role 'filter' only, so a
segment could not be cut on sseas without recoding it -- and role is a
single value, so that trade would have taken it off the pivot to put it in
a dropdown.

Nothing downstream required the restriction: the server drops filter_clause
into the load's WHERE against the source table without consulting col_meta,
and this form takes values as free text rather than through the key-only
values endpoint. So the fix is to stop filtering them out.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-09-16 17:47:40 -04:00
..
Baseline.jsx Offer dimensions in the segment filter, not just dates and filter columns 2026-09-16 17:47:40 -04:00
Forecast.jsx Put the app behind a login 2026-09-14 22:20:25 -04:00
Login.jsx Put the app behind a login 2026-09-14 22:20:25 -04:00
Setup.jsx Fix period col dropdown dark mode: custom dropdown with theme-aware colors 2026-06-13 00:48:25 -04:00