Skip to content

feat: ✨ add Display settings tab with stacked query results option#12

Merged
justinnnb merged 1 commit intomasterfrom
feat/10-all-tables-one-page
Apr 29, 2026
Merged

feat: ✨ add Display settings tab with stacked query results option#12
justinnnb merged 1 commit intomasterfrom
feat/10-all-tables-one-page

Conversation

@AustralianRaven
Copy link
Copy Markdown
Owner

Summary

  • Adds a Display tab to the Settings modal (first tab, opens by default)
  • New "Results Layout" setting with two options:
    • Tabs (default) — existing behaviour, one result at a time with the status bar dropdown to switch
    • Stacked — all result sets rendered vertically as separate tables after a multi-query run
  • Each stacked result block has its own Download / Copy to Clipboard menu scoped to that result
  • The global Download button in the status bar is hidden when Stacked mode is active
  • Setting is persisted via the existing appdb/setting store (queryResultsLayout key)

@AustralianRaven AustralianRaven linked an issue Apr 29, 2026 that may be closed by this pull request
@AustralianRaven AustralianRaven self-assigned this Apr 29, 2026
@AustralianRaven AustralianRaven added the enhancement New feature or request label Apr 29, 2026
Copy link
Copy Markdown
Collaborator

@justinnnb justinnnb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good I think

@justinnnb justinnnb merged commit 22ca948 into master Apr 29, 2026
@AustralianRaven AustralianRaven deleted the feat/10-all-tables-one-page branch April 29, 2026 00:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

FEAT: choice to All tables rendered one a single page

2 participants