-
Notifications
You must be signed in to change notification settings - Fork 150
refactor: remove deprecated src directory and sync with v0/src and v1/src #493
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
WalkthroughThis pull request removes a large volume of legacy code spanning UI components, configuration assets, simulator functionalities, and hotkey managers. Numerous Vue components (dialogs, panels, navigation, helpers, etc.), JSON constants for navigation and themes, global configuration, internationalization files, and simulator modules (including tests, backup/undo, Verilog processing, and event handlers) have been deleted. The application entry point, routing, and plugin initialization files were also removed. Overall, the deletions aim to streamline the codebase by eliminating unused and deprecated functionalities without introducing new control flows. Changes
Possibly related PRs
Suggested reviewers
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
✅ Deploy Preview for circuitverse ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Fixes #491
Remove deprecated src directory and sync changes with v0/src and v1/src
Changes
Testing
Additional Notes
The deprecated src directory was causing confusion as it contained outdated code. This cleanup helps maintain a cleaner codebase while ensuring all necessary changes are properly synced between v0 and v1 versions.
Note: Please check Allow edits from maintainers. if you would like us to assist in the PR.
Summary by CodeRabbit
These changes simplify the interface and internal processes without affecting the core functionality that end-users interact with.