Skip to content

Conversation

@kien-ngo
Copy link
Contributor

@kien-ngo kien-ngo commented Nov 8, 2024

Problem solved

Short description of the bug fixed or feature added


PR-Codex overview

This PR introduces new configuration variables and modifies a component in the dashboard application for better functionality and clarity.

Detailed summary

  • Updated .env.example:
    • Added ANALYTICS_SERVICE_URL variable.
  • Modified token-id.tsx:
    • Simplified the ButtonGroup component by merging properties into a single line.

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

@changeset-bot
Copy link

changeset-bot bot commented Nov 8, 2024

⚠️ No Changeset found

Latest commit: 0bba414

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

@vercel
Copy link

vercel bot commented Nov 8, 2024

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 Nov 8, 2024 9:42am
3 Skipped Deployments
Name Status Preview Comments Updated (UTC)
docs-v2 ⬜️ Skipped (Inspect) Nov 8, 2024 9:42am
thirdweb_playground ⬜️ Skipped (Inspect) Nov 8, 2024 9:42am
wallet-ui ⬜️ Skipped (Inspect) Nov 8, 2024 9:42am

@vercel vercel bot temporarily deployed to Preview – docs-v2 November 8, 2024 09:13 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui November 8, 2024 09:13 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground November 8, 2024 09:13 Inactive
@graphite-app
Copy link
Contributor

graphite-app bot commented Nov 8, 2024

Your org has enabled the Graphite merge queue for merging into main

Add 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.

@kien-ngo kien-ngo marked this pull request as ready for review November 8, 2024 09:13
@github-actions github-actions bot added the Dashboard Involves changes to the Dashboard. label Nov 8, 2024
Copy link
Contributor Author

kien-ngo commented Nov 8, 2024

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @kien-ngo and the rest of your teammates on Graphite Graphite

@kien-ngo kien-ngo force-pushed the 11-08-_dashboard_fix_padding_issue_on_nft_tab_buttons branch from 6ff0401 to f0724e1 Compare November 8, 2024 09:14
@vercel vercel bot temporarily deployed to Preview – wallet-ui November 8, 2024 09:14 Inactive
@vercel vercel bot temporarily deployed to Preview – docs-v2 November 8, 2024 09:14 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground November 8, 2024 09:14 Inactive
@codecov
Copy link

codecov bot commented Nov 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 45.71%. Comparing base (6dda1c2) to head (0bba414).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5357   +/-   ##
=======================================
  Coverage   45.71%   45.71%           
=======================================
  Files        1070     1070           
  Lines       55670    55670           
  Branches     4094     4094           
=======================================
  Hits        25450    25450           
  Misses      29531    29531           
  Partials      689      689           
Flag Coverage Δ *Carryforward flag
legacy_packages 65.68% <ø> (ø) Carriedforward from 6dda1c2
packages 40.86% <ø> (ø)

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

@github-actions
Copy link
Contributor

github-actions bot commented Nov 8, 2024

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 43.05 KB (0%) 862 ms (0%) 433 ms (+81% 🔺) 1.3 s
thirdweb (cjs) 103.17 KB (0%) 2.1 s (0%) 648 ms (+4.42% 🔺) 2.8 s
thirdweb (minimal + tree-shaking) 4.86 KB (0%) 98 ms (0%) 25 ms (-39.3% 🔽) 123 ms
thirdweb/chains (tree-shaking) 506 B (0%) 10 ms (0%) 23 ms (+417.21% 🔺) 33 ms
thirdweb/react (minimal + tree-shaking) 17.6 KB (0%) 353 ms (0%) 90 ms (+114.24% 🔺) 442 ms

@graphite-app
Copy link
Contributor

graphite-app bot commented Nov 8, 2024

Merge activity

## Problem solved

Short description of the bug fixed or feature added

<!-- start pr-codex -->

---

## PR-Codex overview
This PR updates the environment configuration and modifies a component in the dashboard application to enhance functionality and maintainability.

### Detailed summary
- Added `ANALYTICS_SERVICE_URL` to the `.env.example` file.
- Updated `REDIS_URL` in the `.env.example` file.
- Refactored the `ButtonGroup` component in `token-id.tsx` to streamline the JSX structure by removing unnecessary line breaks and attributes.

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

<!-- end pr-codex -->
@MananTank MananTank force-pushed the 11-08-_dashboard_fix_padding_issue_on_nft_tab_buttons branch from f0724e1 to 0bba414 Compare November 8, 2024 09:39
@vercel vercel bot temporarily deployed to Preview – docs-v2 November 8, 2024 09:39 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui November 8, 2024 09:39 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground November 8, 2024 09:39 Inactive
@graphite-app graphite-app bot merged commit 0bba414 into main Nov 8, 2024
32 checks passed
@graphite-app graphite-app bot deleted the 11-08-_dashboard_fix_padding_issue_on_nft_tab_buttons branch November 8, 2024 09:43
@vercel vercel bot temporarily deployed to Production – docs-v2 November 8, 2024 09:43 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