Skip to content

Conversation

@MananTank
Copy link
Member

@MananTank MananTank commented Jan 16, 2025

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 ThirdwebBarChart component with new props for better data visualization.

Detailed summary

  • Adjusted chartClassName aspect ratios in various components to aspect-[1.5].
  • Added tableScrollableClassName prop in TWTable for scrollable table functionality.
  • Enhanced ThirdwebBarChart with new props: titleClassName, hideLabel, and toolTipLabelFormatter.
  • Updated engine-overview.tsx to modify transaction description text.
  • Introduced memoization for analytics data in TransactionsTable.

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

@vercel vercel bot temporarily deployed to Preview – wallet-ui January 16, 2025 00:01 Inactive
@vercel
Copy link

vercel bot commented Jan 16, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
thirdweb-www ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 16, 2025 2:00am
3 Skipped Deployments
Name Status Preview Comments Updated (UTC)
docs-v2 ⬜️ Skipped (Inspect) Jan 16, 2025 2:00am
thirdweb_playground ⬜️ Skipped (Inspect) Jan 16, 2025 2:00am
wallet-ui ⬜️ Skipped (Inspect) Jan 16, 2025 2:00am

@vercel vercel bot temporarily deployed to Preview – thirdweb_playground January 16, 2025 00:01 Inactive
@vercel vercel bot temporarily deployed to Preview – docs-v2 January 16, 2025 00:01 Inactive
@linear
Copy link

linear bot commented Jan 16, 2025

@changeset-bot
Copy link

changeset-bot bot commented Jan 16, 2025

⚠️ No Changeset found

Latest commit: b511a69

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Member Author

MananTank commented Jan 16, 2025


How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • merge-queue - adds this PR to the back of the merge queue
  • hotfix - for urgent hot fixes, skip the queue and merge this PR next

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.

@github-actions
Copy link
Contributor

github-actions bot commented Jan 16, 2025

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 46.68 KB (0%) 934 ms (0%) 3 s (+0.46% 🔺) 3.9 s
thirdweb (cjs) 116.72 KB (0%) 2.4 s (0%) 6.6 s (-4.39% 🔽) 8.9 s
thirdweb (minimal + tree-shaking) 5.59 KB (0%) 112 ms (0%) 805 ms (+285.85% 🔺) 917 ms
thirdweb/chains (tree-shaking) 506 B (0%) 10 ms (0%) 249 ms (+175.1% 🔺) 259 ms
thirdweb/react (minimal + tree-shaking) 19.24 KB (0%) 385 ms (0%) 984 ms (+56.33% 🔺) 1.4 s

@codecov
Copy link

codecov bot commented Jan 16, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 54.82%. Comparing base (ea34a97) to head (b511a69).
Report is 1 commits behind head on main.

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           
Flag Coverage Δ *Carryforward flag
legacy_packages 65.68% <ø> (ø) Carriedforward from ea34a97
packages 52.47% <ø> (ø)

*This pull request uses carry forward flags. Click here to find out more.

Copy link
Member

@joaquim-verges joaquim-verges left a 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

@MananTank MananTank force-pushed the 01-16-_tool-3090_dashboard_add_deprecated_alert_in_embeds_page_ui_adjustments branch from fdc528d to d5e8dd3 Compare January 16, 2025 00:22
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground January 16, 2025 00:23 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui January 16, 2025 00:23 Inactive
@vercel vercel bot temporarily deployed to Preview – docs-v2 January 16, 2025 00:23 Inactive
@MananTank MananTank marked this pull request as draft January 16, 2025 00:23
@MananTank MananTank force-pushed the 01-16-_tool-3090_dashboard_add_deprecated_alert_in_embeds_page_ui_adjustments branch from d5e8dd3 to 8ca42c4 Compare January 16, 2025 00:24
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground January 16, 2025 00:24 Inactive
@vercel vercel bot temporarily deployed to Preview – docs-v2 January 16, 2025 00:24 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui January 16, 2025 00:24 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground January 16, 2025 00:58 Inactive
@vercel vercel bot temporarily deployed to Preview – docs-v2 January 16, 2025 00:58 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui January 16, 2025 00:58 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground January 16, 2025 01:03 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui January 16, 2025 01:03 Inactive
@vercel vercel bot temporarily deployed to Preview – docs-v2 January 16, 2025 01:03 Inactive
@graphite-app
Copy link
Contributor

graphite-app bot commented Jan 16, 2025

Merge activity

@MananTank MananTank force-pushed the 01-16-_tool-3090_dashboard_add_deprecated_alert_in_embeds_page_ui_adjustments branch from 8ca42c4 to 58b8f3a Compare January 16, 2025 01:43
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground January 16, 2025 01:43 Inactive
@vercel vercel bot temporarily deployed to Preview – docs-v2 January 16, 2025 01:43 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui January 16, 2025 01:43 Inactive
…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 -->
@MananTank MananTank force-pushed the 01-16-_tool-3090_dashboard_add_deprecated_alert_in_embeds_page_ui_adjustments branch from 58b8f3a to ea34a97 Compare January 16, 2025 01:52
@vercel vercel bot temporarily deployed to Preview – docs-v2 January 16, 2025 01:53 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground January 16, 2025 01:53 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui January 16, 2025 01:53 Inactive
Base automatically changed from 01-16-_tool-3090_dashboard_add_deprecated_alert_in_embeds_page_ui_adjustments to main January 16, 2025 02:00
@graphite-app graphite-app bot merged commit b511a69 into main Jan 16, 2025
31 checks passed
@graphite-app graphite-app bot deleted the TOOL-2056 branch January 16, 2025 02:01
@vercel vercel bot temporarily deployed to Production – wallet-ui January 16, 2025 02:01 Inactive
@vercel vercel bot temporarily deployed to Production – docs-v2 January 16, 2025 02:01 Inactive
@vercel vercel bot temporarily deployed to Production – thirdweb_playground January 16, 2025 02:01 Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Dashboard Involves changes to the Dashboard.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants