Skip to content

Conversation

@gregfromstl
Copy link
Contributor

@gregfromstl gregfromstl commented Oct 26, 2024

Screenshot 2024-10-25 at 4 02 59 PM

PR-Codex overview

This PR focuses on enhancing the in-app wallets feature by introducing new components, refining analytics, and improving the user interface. It also removes the AnalyticsCallout component and updates tracking categories for better analytics management.

Detailed summary

  • Removed AnalyticsCallout from the layout.
  • Introduced InAppWalletStats interface.
  • Added TRACKING_CATEGORY constants for embedded wallets and team in-app wallets.
  • Updated various pages to use new tracking categories.
  • Enhanced analytics components and added new charts for wallet usage.
  • Implemented user redirection for better navigation.
  • Refactored Tabs components to accommodate new routes.
  • Improved layout and user interface consistency across wallet pages.

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

@changeset-bot
Copy link

changeset-bot bot commented Oct 26, 2024

⚠️ No Changeset found

Latest commit: 2bf65c0

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 Oct 26, 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 Oct 28, 2024 1:33am
3 Skipped Deployments
Name Status Preview Comments Updated (UTC)
docs-v2 ⬜️ Skipped (Inspect) Oct 28, 2024 1:33am
thirdweb_playground ⬜️ Skipped (Inspect) Oct 28, 2024 1:33am
wallet-ui ⬜️ Skipped (Inspect) Oct 28, 2024 1:33am

@graphite-app
Copy link
Contributor

graphite-app bot commented Oct 26, 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.

@github-actions github-actions bot added the Dashboard Involves changes to the Dashboard. label Oct 26, 2024
@gregfromstl gregfromstl self-assigned this Oct 26, 2024
@codecov
Copy link

codecov bot commented Oct 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 45.36%. Comparing base (a365dd8) to head (2bf65c0).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5186   +/-   ##
=======================================
  Coverage   45.36%   45.36%           
=======================================
  Files        1068     1068           
  Lines       55230    55230           
  Branches     3970     3970           
=======================================
  Hits        25055    25055           
  Misses      29483    29483           
  Partials      692      692           
Flag Coverage Δ *Carryforward flag
legacy_packages 65.68% <ø> (ø) Carriedforward from a365dd8
packages 40.38% <ø> (ø)

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

@github-actions
Copy link
Contributor

github-actions bot commented Oct 26, 2024

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 42.9 KB (0%) 859 ms (0%) 1.2 s (+135.68% 🔺) 2 s
thirdweb (cjs) 102.73 KB (0%) 2.1 s (0%) 1.3 s (+5.25% 🔺) 3.3 s
thirdweb (minimal + tree-shaking) 4.84 KB (0%) 97 ms (0%) 38 ms (-65.76% 🔽) 134 ms
thirdweb/chains (tree-shaking) 498 B (0%) 10 ms (0%) 24 ms (+85.6% 🔺) 34 ms
thirdweb/react (minimal + tree-shaking) 17.34 KB (0%) 347 ms (0%) 552 ms (+265.65% 🔺) 899 ms

@vercel vercel bot temporarily deployed to Preview – wallet-ui October 26, 2024 01:14 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground October 26, 2024 01:14 Inactive
@vercel vercel bot temporarily deployed to Preview – docs-v2 October 26, 2024 01:14 Inactive
@gregfromstl gregfromstl force-pushed the feat/in-app-wallet-analytics branch from 202da19 to a1d7d00 Compare October 26, 2024 01:20
@vercel vercel bot temporarily deployed to Preview – docs-v2 October 26, 2024 01:20 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground October 26, 2024 01:20 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui October 26, 2024 01:20 Inactive
@gregfromstl gregfromstl force-pushed the feat/in-app-wallet-analytics branch from a1d7d00 to 68ce340 Compare October 26, 2024 02:22
@vercel vercel bot temporarily deployed to Preview – wallet-ui October 26, 2024 02:22 Inactive
@vercel vercel bot temporarily deployed to Preview – docs-v2 October 26, 2024 02:22 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground October 26, 2024 02:22 Inactive
@graphite-app
Copy link
Contributor

graphite-app bot commented Oct 28, 2024

Merge activity

<img width="1106" alt="Screenshot 2024-10-25 at 4 02 59 PM" src="https://github.com/user-attachments/assets/8b559170-2d5e-4810-8a29-55f155448e40">

<!-- start pr-codex -->

---

## PR-Codex overview
This PR focuses on enhancing the in-app wallets feature by adding tracking capabilities, restructuring components, and improving analytics. It introduces new interfaces, updates existing components, and removes unnecessary elements to streamline functionality and improve user experience.

### Detailed summary
- Added `InAppWalletStats` interface.
- Introduced `TRACKING_CATEGORY` constants for analytics.
- Updated components to utilize new tracking categories.
- Removed `AnalyticsCallout` from layout.
- Replaced `Separator` with `<div className="h-5" />` for spacing.
- Enhanced analytics pages to fetch and display wallet usage data.
- Implemented new routing for in-app wallet analytics.
- Updated `InAppWalletUsersChartCard` for better data visualization.
- Improved the structure of the `Tabs` component for navigation.

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

<!-- end pr-codex -->
@joaquim-verges joaquim-verges force-pushed the feat/in-app-wallet-analytics branch from 68ce340 to 2bf65c0 Compare October 28, 2024 01:30
@vercel vercel bot temporarily deployed to Preview – docs-v2 October 28, 2024 01:30 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground October 28, 2024 01:30 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui October 28, 2024 01:30 Inactive
@graphite-app graphite-app bot merged commit 2bf65c0 into main Oct 28, 2024
30 checks passed
@graphite-app graphite-app bot deleted the feat/in-app-wallet-analytics branch October 28, 2024 01:33
@vercel vercel bot temporarily deployed to Production – thirdweb_playground October 28, 2024 01:33 Inactive
@vercel vercel bot temporarily deployed to Production – docs-v2 October 28, 2024 01:33 Inactive
@vercel vercel bot temporarily deployed to Production – wallet-ui October 28, 2024 01:33 Inactive
joaquim-verges pushed a commit that referenced this pull request Oct 30, 2024
<img width="1106" alt="Screenshot 2024-10-25 at 4 02 59 PM" src="https://github.com/user-attachments/assets/8b559170-2d5e-4810-8a29-55f155448e40">

<!-- start pr-codex -->

---

## PR-Codex overview
This PR focuses on enhancing the in-app wallets feature by adding tracking capabilities, restructuring components, and improving analytics. It introduces new interfaces, updates existing components, and removes unnecessary elements to streamline functionality and improve user experience.

### Detailed summary
- Added `InAppWalletStats` interface.
- Introduced `TRACKING_CATEGORY` constants for analytics.
- Updated components to utilize new tracking categories.
- Removed `AnalyticsCallout` from layout.
- Replaced `Separator` with `<div className="h-5" />` for spacing.
- Enhanced analytics pages to fetch and display wallet usage data.
- Implemented new routing for in-app wallet analytics.
- Updated `InAppWalletUsersChartCard` for better data visualization.
- Improved the structure of the `Tabs` component for navigation.

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

<!-- end pr-codex -->
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