Updates for REfactoring#19
Merged
Merged
Conversation
- Rename @liam-hq/erd-core to @dlh/erd-viewer-core - Rename @liam-hq/schema to @dlh/erd-viewer-schema - Rename @liam-hq/ui to @dlh/erd-viewer-ui - Rename @liam-hq/cli to @dlh/erd-viewer-cli - Rename @liam-hq/configs to @dlh/erd-viewer-configs - Update all import statements across the codebase - Update configuration files (turbo.json, knip.jsonc, .syncpackrc) - Update documentation and workflow files Co-Authored-By: Christian Screen <devteamlead@aicg.com>
The @liam-hq/db and @liam-hq/agent packages don't exist in this repository, so keep the original references. Only rename packages that actually exist in the workspace. Co-Authored-By: Christian Screen <devteamlead@aicg.com>
…m-hq-to-dlh refactor: rename @liam-hq packages to @dlh/erd-viewer-*
- Remove CI workflow references to non-existent @liam-hq/db and @liam-hq/agent packages - Delete agent-deep-modeling.yml workflow (depends on non-existent @liam-hq/agent) - Simplify frontend-ci.yml by removing Supabase-related steps - Fix zoom behavior when clicking columns in diagram (maintain current zoom/position) - Add skipFitView option to selectTable function - Fix zoom behavior when clicking columns in side panel (zoom to 150% if needed, center column) - Change default show mode from TABLE_NAME to KEY_ONLY - Make default show mode configurable via UserEditingProvider props Co-Authored-By: Christian Screen <devteamlead@aicg.com>
Co-Authored-By: Christian Screen <devteamlead@aicg.com>
…nd-defaults fix: improve column click behavior and change default show mode
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.
Issue
Why is this change needed?