Skip to content

Conversation

@jnsdls
Copy link
Member

@jnsdls jnsdls commented Jul 11, 2024

PR-Codex overview

This PR focuses on adding tiphub as a new app, setting up Next.js configurations, adding Thirdweb client functions, and updating dependencies.

Detailed summary

  • Added tiphub app with configurations
  • Updated Next.js configurations
  • Added Thirdweb client functions
  • Updated dependencies for all apps

The following files were skipped due to too many changes: apps/tiphub/README.md, apps/tiphub/src/app/[...slug]/page.tsx, apps/tiphub/public/next.svg, apps/tiphub/src/components/tip-jar.client.tsx, apps/tiphub/src/components/ui/button.tsx, apps/tiphub/src/app/globals.css, apps/tiphub/tailwind.config.ts, apps/tiphub/LICENSE, pnpm-lock.yaml

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

@vercel
Copy link

vercel bot commented Jul 11, 2024

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

Name Status Preview Comments Updated (UTC)
thirdweb_playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 18, 2024 11:15pm
thirdweb-www ❌ Failed (Inspect) Jul 18, 2024 11:15pm
wallet-ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 18, 2024 11:15pm

@changeset-bot
Copy link

changeset-bot bot commented Jul 11, 2024

⚠️ No Changeset found

Latest commit: ad05407

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

@graphite-app
Copy link
Contributor

graphite-app bot commented Jul 11, 2024

Your org requires 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 Dashboard Involves changes to the Dashboard. Playground Changes involving the Playground codebase. labels Jul 11, 2024
Copy link
Member Author

jnsdls commented Jul 11, 2024

Warning

This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
Learn more

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

Join @jnsdls and the rest of your teammates on Graphite Graphite

@jnsdls jnsdls force-pushed the feature/add-tiphub-app-and-config-updates branch from e675576 to 8e6d123 Compare July 11, 2024 23:59
@jnsdls jnsdls changed the base branch from main to feature/add-recipient-address-to-payembed July 11, 2024 23:59
@codspeed-hq
Copy link

codspeed-hq bot commented Jul 12, 2024

CodSpeed Performance Report

Merging #3663 will not alter performance

Comparing feature/add-tiphub-app-and-config-updates (ad05407) with feature/add-async-erc20-value-property (bbd2bf9)

Summary

✅ 9 untouched benchmarks

@github-actions
Copy link
Contributor

github-actions bot commented Jul 12, 2024

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 43.12 KB (0%) 863 ms (0%) 1.6 s (+72.11% 🔺) 2.5 s
thirdweb (cjs) 91.14 KB (0%) 1.9 s (0%) 2.4 s (+10.18% 🔺) 4.3 s
thirdweb (minimal + tree-shaking) 4.82 KB (0%) 97 ms (0%) 100 ms (-6.45% 🔽) 196 ms
thirdweb/chains (tree-shaking) 433 B (0%) 10 ms (0%) 19 ms (-6.56% 🔽) 29 ms
thirdweb/react (minimal + tree-shaking) 13.52 KB (0%) 271 ms (0%) 412 ms (+264.67% 🔺) 682 ms

@jnsdls jnsdls force-pushed the feature/add-tiphub-app-and-config-updates branch 2 times, most recently from 4a886b7 to 6de19d7 Compare July 12, 2024 00:25
@jnsdls jnsdls changed the base branch from feature/add-recipient-address-to-payembed to feature/add-async-erc20-value-property July 12, 2024 00:25
@joaquim-verges joaquim-verges force-pushed the feature/add-async-erc20-value-property branch 2 times, most recently from 9379b49 to 74ad2d8 Compare July 12, 2024 01:56
@jnsdls jnsdls force-pushed the feature/add-tiphub-app-and-config-updates branch from 6de19d7 to ed90974 Compare July 12, 2024 06:13
@joaquim-verges joaquim-verges force-pushed the feature/add-async-erc20-value-property branch from 74ad2d8 to ea734b0 Compare July 15, 2024 02:55
@joaquim-verges joaquim-verges force-pushed the feature/add-async-erc20-value-property branch 2 times, most recently from 0a26dcd to fb5b2c3 Compare July 15, 2024 03:26
@joaquim-verges joaquim-verges force-pushed the feature/add-async-erc20-value-property branch 2 times, most recently from a546d05 to 8edb6f6 Compare July 15, 2024 23:07
- Implemented support for an optional `erc20Value` property in the `asyncOptions` method.
- Updated various extensions to include the ERC20 value overrides in transactions.
- Added tests to ensure correct handling of ERC20 values.
@joaquim-verges joaquim-verges force-pushed the feature/add-async-erc20-value-property branch from 2c9e8c3 to 8308b17 Compare July 17, 2024 08:12
joaquim-verges and others added 2 commits July 19, 2024 09:56
- Added new `tiphub` app with initial setup
- Updated `.changeset/config.json` to include `tiphub`
- Removed experimental features and adjusted configuration in `apps/dashboard` and `apps/playground-web`
- Added `--turbo` flag to development scripts in various packages
- Updated Next.js version to 14.2.5 in multiple `package.json` files
- Included necessary configuration files for `tiphub` app
- Regenerated `pnpm-lock.yaml` with updated dependencies
@joaquim-verges joaquim-verges force-pushed the feature/add-tiphub-app-and-config-updates branch from ed90974 to ad05407 Compare July 18, 2024 22:26
@joaquim-verges joaquim-verges force-pushed the feature/add-async-erc20-value-property branch from bbd2bf9 to e4f587e Compare July 18, 2024 22:36
@joaquim-verges joaquim-verges force-pushed the feature/add-async-erc20-value-property branch from e4f587e to c6741b4 Compare July 19, 2024 01:57
@joaquim-verges joaquim-verges changed the base branch from feature/add-async-erc20-value-property to main July 19, 2024 02:09
@jnsdls jnsdls closed this Jul 25, 2024
@jnsdls jnsdls deleted the feature/add-tiphub-app-and-config-updates branch September 17, 2024 03:18
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. Playground Changes involving the Playground codebase.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants