-
Notifications
You must be signed in to change notification settings - Fork 30
Refactor: Dashboard page layouts + Improve: Design coherence #121
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
Open
ben-fornefeld
wants to merge
79
commits into
integrate-design-system-version-0
Choose a base branch
from
refactor-dashboard-page-layouts-e2b-2841
base: integrate-design-system-version-0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Refactor: Dashboard page layouts + Improve: Design coherence #121
ben-fornefeld
wants to merge
79
commits into
integrate-design-system-version-0
from
refactor-dashboard-page-layouts-e2b-2841
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
The latest updates on your projects. Learn more about Vercel for GitHub.
|
2da2d71
to
c3d2895
Compare
e76397f
to
44a0d18
Compare
ben-fornefeld
added a commit
that referenced
this pull request
Aug 8, 2025
…120) This pull request refactors the dashboard to use the design system theme with TailwindCSS, updating the sidebar to match the new visual style, removed rounded corners, refactored badges and dialogs. > **Note:** > This PR is ready for review and will be merged on e pre-production branch `integrate-design-system-version-0`, together with #121 before being merged onto main. ### Refactored Sidebar <img width="294" height="1273" alt="Screenshot 2025-08-08 at 3 06 15 PM" src="https://github.com/user-attachments/assets/4eb7b33b-3548-406e-b5fc-43616c067966" /> ### Generally new text styles and colors <img width="1200" height="448" alt="Screenshot 2025-08-08 at 3 06 46 PM" src="https://github.com/user-attachments/assets/45222bff-d817-4efb-8e5e-1b97b60ce7dd" />
2 tasks
…mes, refactor sidebar primitives
…boxesMetrics for better performance
05e362b
to
0d319cd
Compare
…in dashboard components
…larity and consistency
…assNames prop and updating usage in SandboxDetailsHeader
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.
This PR refactors the dashboard's page layouts for improved consistency and responsiveness across desktop and mobile. New layout components are introduced, including a protected navigation header, enhanced error handling, and a theme switcher. The sidebar is reorganized to dynamically group navigation links and highlight the active page.
Chart primitives and usage analytics components are redesigned for better theme support and performance, with centralized configuration and cleaner APIs. Resource usage UI is improved for clarity. These updates make future design changes easier and enhance overall maintainability, scalability, and user experience in the dashboard.