-
Notifications
You must be signed in to change notification settings - Fork 400
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
[CORE-656] Update Dashboard Team layout #5798
[CORE-656] Update Dashboard Team layout #5798
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5798 +/- ##
=======================================
Coverage 53.01% 53.01%
=======================================
Files 1101 1101
Lines 59096 59096
Branches 4813 4813
=======================================
Hits 31329 31329
Misses 27049 27049
Partials 718 718
*This pull request uses carry forward flags. Click here to find out more. |
size-limit report 📦
|
4769ab4
to
5503801
Compare
Merge activity
|
## Problem solved CORE-656 * Move the Team analytics from overview page to Analytics tab * Move the changelog to "projects" page and make that the default page to show on /team/<team-slug> <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on updating links and references related to the `thirdweb dashboard`, specifically changing URLs from `/~/projects` to `/` and modifying related text for clarity. It also refines components and functionality in the dashboard. ### Detailed summary - Updated dashboard links from `/team/~/~/projects` to `/team`. - Changed text references to reflect the new dashboard URL. - Modified the `TeamProjectsPage` layout for improved user experience. - Removed unused imports and functions in `page.tsx`. - Added new analytics functionality in `analytics/page.tsx`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
5503801
to
e84cfc0
Compare
## Problem solved CORE-656 * Move the Team analytics from overview page to Analytics tab * Move the changelog to "projects" page and make that the default page to show on /team/<team-slug> <!-- start pr-codex --> --- ## PR-Codex overview This PR primarily focuses on updating links related to the `thirdweb dashboard`, changing references from project-specific URLs to a more general team URL. Additionally, it refines the `TeamProjectsPage` component and enhances the analytics page structure. ### Detailed summary - Updated links in multiple `.mdx` files to point to `https://thirdweb.com/team` instead of project-specific URLs. - Modified `layout.tsx` to change the path from `projects` to `analytics`. - Enhanced `TeamProjectsPage` to display a message when no projects are created, with a button to create a new project. - Refactored the main page to include the `TeamProjectsPage` component and removed unnecessary analytics content. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
e84cfc0
to
7711efe
Compare
Problem solved
CORE-656
PR-Codex overview
This PR focuses on updating various links and references to the
thirdweb dashboard
, changing them to point to a more general team page instead of specific project pages. It also modifies the layout and content of several components related to team projects and analytics.Detailed summary
.mdx
files to point tohttps://thirdweb.com/team
instead of project-specific URLs.name
andpath
inlayout.tsx
fromProjects
toAnalytics
.TeamProjectsPage
component to enhance the UI when no projects are found.page.tsx
.Changelog
component structure and removed unnecessary functions.