-
Notifications
You must be signed in to change notification settings - Fork 619
[Dashboard] Refactor: Migrate usage/storage page to shadcn+tailwind #5408
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
[Dashboard] Refactor: Migrate usage/storage page to shadcn+tailwind #5408
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @MananTank and the rest of your teammates on |
Your org has enabled the Graphite merge queue for merging into mainAdd the label “merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5408 +/- ##
=======================================
Coverage 45.52% 45.52%
=======================================
Files 1070 1070
Lines 55665 55665
Branches 4030 4030
=======================================
Hits 25341 25341
Misses 29637 29637
Partials 687 687
*This pull request uses carry forward flags. Click here to find out more. |
size-limit report 📦
|
96bdc5a to
3706d1f
Compare
b781a3f to
e219ab9
Compare
Merge activity
|
…5408) ## Problem solved Short description of the bug fixed or feature added <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on enhancing the `storage` section of the dashboard by introducing new components for guides, SDK integration, and file management, along with refactoring existing code for improved structure and readability. ### Detailed summary - Deleted `TWQueryTable.tsx` and `RelevantDataSection.tsx`. - Added `GuideSection` and `SDKSection` components for documentation and SDK integration. - Introduced a new `GuidesSection` function to display links and videos. - Refactored `YourFilesSection` to use a table format and improved pagination. - Replaced `ChakraProviderSetup` with a simpler layout in the main `Page` component. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
3706d1f to
9ea155e
Compare
e219ab9 to
24a53e3
Compare

Problem solved
Short description of the bug fixed or feature added
PR-Codex overview
This PR introduces a new
GuidesSectionandSDKSectionto the storage usage page, enhancing user guidance on using the thirdweb storage service. It also refactors theYourFilesSectionto improve file management features and updates the overall structure of the page.Detailed summary
GuidesSectionwith links to documentation and tutorials.SDKSectionfor code snippets in various languages.YourFilesSectionto improve file display and pagination.