You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(saved): remember the result view and auto-run on restore
- Saved queries now persist the result view (Table/JSON/Chart) alongside the
chart config; saveQuery captures state.resultView (the transient raw view is
not saved), and saved-io export/import/merge carry it.
- Opening a saved query reopens that view and runs immediately: the saved-row
click calls run({ view }), and run() now starts in the given view (or Table
when absent/unknown) instead of always resetting to Table. History rows also
re-run on click (Table view).
- View ownership lives in run() (which already resets resultView); loadIntoNewTab
stays responsible only for tab-level state (sql/savedId/chart).
528 tests pass; core/state/render layers at their per-file gates. Verified e2e
on antalya: a one-click saved-Chart query auto-runs straight into its chart.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_016SGQKuUW7a12hBSwmwSkYa
0 commit comments