feat: add data-focused UX polish — rich query tables, progress bars, cost badges, schema previews#141
Closed
anandgupta42 wants to merge 10000 commits intomainfrom
Closed
feat: add data-focused UX polish — rich query tables, progress bars, cost badges, schema previews#141anandgupta42 wants to merge 10000 commits intomainfrom
anandgupta42 wants to merge 10000 commits intomainfrom
Conversation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add four new TUI components tailored for data engineers:
Inline Query Result Tables — Type-aware formatted tables for SQL query
results with right-aligned numbers, dimmed NULLs, auto-calculated column
widths that adapt to terminal size, and expand/collapse for large result sets.
Query Execution Progress Bar — Live elapsed timer during query execution,
completion summary with row count + elapsed time + warehouse name, and
color-coded severity (green < 1s, normal 1-10s, yellow > 10s).
Smart Cost Annotations — Inline cost/performance badges on tool calls
showing row count, elapsed time, truncation status, and warehouse name
with color-coded severity indicators.
Schema-Aware Inline Previews — Rich tree-view schema display with
short type labels (VARCHAR, INT, TIMESTAMPTZ, etc.), PK/FK detection,
row count formatting (1.2M, 50.0K), and expand/collapse for wide schemas.
All components:
screen size matrix, integration pipelines, and error conditions
Also includes GitHub issue template for sparkline sidebar feature.