-
Notifications
You must be signed in to change notification settings - Fork 619
[TOOL-3056]: Add Engine transactions bar chart, Make shadcn table header sticky #5963
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
|
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. |
size-limit report 📦
|
...[team_slug]/(team)/~/engine/(instance)/[engineId]/overview/components/transactions-table.tsx
Outdated
Show resolved
Hide resolved
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5963 +/- ##
=======================================
Coverage 54.82% 54.82%
=======================================
Files 1150 1150
Lines 61194 61194
Branches 5154 5154
=======================================
Hits 33548 33548
Misses 26919 26919
Partials 727 727
*This pull request uses carry forward flags. Click here to find out more. |
joaquim-verges
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good start! lets merge and iterate
fdc528d to
d5e8dd3
Compare
d5e8dd3 to
8ca42c4
Compare
Merge activity
|
8ca42c4 to
58b8f3a
Compare
…der sticky (#5963) <!-- start pr-codex --> ## PR-Codex overview This PR focuses on enhancing the user interface and functionality of various components in the dashboard application, particularly around data visualization and table displays. ### Detailed summary - Updated `chartClassName` for better aspect ratio in multiple chart components. - Added `tableScrollableClassName` and `tableContainerClassName` to improve table layouts. - Modified text in `engine-overview.tsx` for clarity. - Introduced new props in `ThirdwebBarChart` for customizable tooltips and titles. - Implemented data processing logic in `TransactionsTable` for analytics display. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
58b8f3a to
ea34a97
Compare

PR-Codex overview
This PR focuses on enhancing the UI components in the dashboard by adjusting chart aspect ratios, adding scrollable table features, and improving the
ThirdwebBarChartcomponent with new props for better data visualization.Detailed summary
chartClassNameaspect ratios in various components toaspect-[1.5].tableScrollableClassNameprop inTWTablefor scrollable table functionality.ThirdwebBarChartwith new props:titleClassName,hideLabel, andtoolTipLabelFormatter.engine-overview.tsxto modify transaction description text.TransactionsTable.