Skip to content

Conversation

@rique223
Copy link

PR Description

Summary

Adds an Insomnia-inspired saved queries system that automatically persists query tabs and organizes them in a dedicated sidebar panel.

Features

  • Auto-save: Query content is automatically saved as you type with debounced updates
  • Folder organization: Create nested folders (up to 3 levels) to organize queries
  • Inline rename: Double-click to rename queries or folders directly in the sidebar
  • Context menus: Right-click for actions like duplicate, move to folder, and delete
  • Tab sync: Renaming a saved query updates the corresponding open tab title
  • Per-connection storage: Queries are scoped to their database connection

Screenshots

image

Add Pinia store for saved queries with CRUD actions and marker utilities
Add translation strings for saved queries UI
Extend updateTabContent to persist elementType for linking tabs to saved queries
Add composable for syncing saved query renames with open tabs
Add sidebar components for browsing and managing saved queries
Add database/queries tab switcher to explore bar
Auto-save query tabs to saved queries store with status indicator
Filter out query notes since they're now in saved queries panel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant