Open
Conversation
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.
Pull Request
Summary
Migrates the UI design branch from the panel repo into the app monorepo and updates the panel submodule pointer to include all migrated code. This consolidates the in-progress hosting, architecture, projects, and admin UI features so they live in the correct repo going forward.
Related Issues
Closes #133
Changes
What's Included
panelsubmodule to720bdd8which brings in 43 changed files (+5,616 / −343 lines) including:features/adminwith dedicated loaders and actions)InteractiveDotField,ArchitectureThemeShell,AuthThemeShell,AnalyzeSystemButtoninfrastructure-graphutility library and route config updatesthings to movetracking file from the migration processWhat's Not Included
Testing
How Was This Tested?
git submodule updateTest Coverage
Breaking Changes
Does this PR introduce breaking changes?
Security Considerations
Documentation
Does this PR require documentation updates?
UI/UX (If Applicable)
Screenshots or recordings: N/A — design branch is staged for future integration, not yet wired into production routes.
Pre-Merge Checklist
feat:,fix:,chore:,docs:,refactor:,test:)Reviewer Notes
This is a migration-only PR. The panel submodule pointer is the only real diff against
main. The bulk of the new code (architecture flow canvas, hosting details, projects dashboard, admin refactor) lives inside the panel submodule at the new commit. Reviewers should pull the submodule and spot-check the new feature modules undersrc/features/andsrc/components/flow/.