002 fix designer duplicate messages typing indicator#1
Merged
mrgodhani merged 20 commits intoMar 15, 2026
Conversation
… clearNodePositions, selectedNodeId Made-with: Cursor
…bles Made-with: Cursor
…edNodeId to store Made-with: Cursor
Made-with: Cursor
…kboxes and actions Made-with: Cursor
…er to toolbar Made-with: Cursor
Made-with: Cursor
Made-with: Cursor
…, setFilter(null) when all connected Made-with: Cursor
Covers shared TableFilterPopover component, individual table filter for Schema Tab, and the clustered auto-group layout mode with FK-based connected-component detection and name inference for both tabs. Made-with: Cursor
Made-with: Cursor
Made-with: Cursor
…uster tests Made-with: Cursor
…d layout Made-with: Cursor
Made-with: Cursor
…on store - Extend LayoutDirection type with 'clustered' option - Add individualFilter ref (string[] | null) with hasIndividualFilter computed - Add setIndividualFilter / clearIndividualFilter actions - Update visibleNodes to apply individualFilter pass after search query; guard switch cases and search filter to pass through non-table (group) nodes safely - Update visibleTableCount to exclude group nodes (filter n.type === 'table') - Update buildGraph() to reset individualFilter on load - Update applyLayout() with clustered branch using buildClusteredLayout; strip group nodes when switching to dagre layouts - Add store unit tests (TDD) Made-with: Cursor
…toolbar Made-with: Cursor
- Replace DesignerTableFilterPopover with shared TableFilterPopover in DesignerToolbar - Convert Re-layout button to a dropdown with TB, LR, and Clustered options - Wire relayout event in SchemaDesignerView and pass layoutMode to DesignerCanvas - Add layoutMode prop to DesignerCanvas with clustered layout branch using buildClusteredLayout - Add GroupNode to nodeTypes for clustered group rendering - Fix selectedNodeId?.value -> selectedNodeId (store now exposes string | null directly) - Delete DesignerTableFilterPopover.vue (replaced by shared component) Made-with: Cursor
mrgodhani
deleted the
002-fix-designer-duplicate-messages-typing-indicator
branch
March 15, 2026 23:41
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
No description provided.