← Changelog Inline editing and grid polish
Inline cell editing with staged-edits batch commit, type-aware grid rendering, and a few SQL workspace fixes.
Highlights
- Inline cell editing — edit values directly in the grid. Staged edits commit as a single batch so you can review before saving.
- Type-aware rendering — cells render by Postgres type. Numbers right-align, booleans show pills, JSON gets a viewer.
- SQL error underlining — when Postgres returns an error position, the editor underlines exactly the offending token.
- Larger pages — default page size raised from 200 to 500 rows.
Fixes
- Sortable column headers now work in Ask-mode result tables.
- Fewer phantom redraws when switching tabs in the workspace.