pf_app/ui/src
Paul Trowbridge a9ca58a845 Fix forecast data load and add byte-progress UI
pg now returns bigint/numeric as JS numbers so Arrow infers Int/Float64
instead of Dictionary<Utf8>. /data accumulates rows and emits a single
record batch to avoid dictionary REPLACEMENT messages that crash
Perspective's WASM reader. Forecast view streams the response body and
shows received/total bytes while loading. Drops stale public/ static
middleware that was shadowing the React build at /.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-28 19:51:39 -04:00
..
assets Scaffold React/Vite/Tailwind UI with 3-step Setup → Baseline → Forecast flow 2026-04-25 16:28:45 -04:00
components Add light/dark mode with theme toggle 2026-04-25 23:29:25 -04:00
views Fix forecast data load and add byte-progress UI 2026-04-28 19:51:39 -04:00
App.css Scaffold React/Vite/Tailwind UI with 3-step Setup → Baseline → Forecast flow 2026-04-25 16:28:45 -04:00
App.jsx Add light/dark mode with theme toggle 2026-04-25 23:29:25 -04:00
index.css Add light/dark mode with theme toggle 2026-04-25 23:29:25 -04:00
main.jsx Add light/dark mode with theme toggle 2026-04-25 23:29:25 -04:00
theme.jsx Add light/dark mode with theme toggle 2026-04-25 23:29:25 -04:00