Skip to content

Conversation

@jnsdls
Copy link
Member

@jnsdls jnsdls commented Nov 5, 2024

PR-Codex overview

This PR focuses on the removal of several pages and components from the dashboard, along with updates to redirect rules and the PRODUCTS and PageId enumerations to reflect these deletions.

Detailed summary

  • Deleted multiple pages: build.tsx, deploy.tsx, publish.tsx, interact.tsx, dashboards.tsx, index.tsx, ui-components.tsx, smart-contracts.tsx, and several solution pages.
  • Updated apps/dashboard/redirects.js to add new redirect rules for removed pages.
  • Removed entries for Interact, Sponsored Transactions, and Minting from PRODUCTS.
  • Deleted corresponding PageId entries for BuildLanding, DeployLanding, PublishLanding, and others related to removed pages.

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

@changeset-bot
Copy link

changeset-bot bot commented Nov 5, 2024

⚠️ No Changeset found

Latest commit: f79ddf8

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 vercel bot temporarily deployed to Preview – docs-v2 November 5, 2024 01:10 Inactive
@vercel
Copy link

vercel bot commented Nov 5, 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 5, 2024 2:46am
3 Skipped Deployments
Name Status Preview Comments Updated (UTC)
docs-v2 ⬜️ Skipped (Inspect) Nov 5, 2024 2:46am
thirdweb_playground ⬜️ Skipped (Inspect) Nov 5, 2024 2:46am
wallet-ui ⬜️ Skipped (Inspect) Nov 5, 2024 2:46am

@vercel vercel bot temporarily deployed to Preview – wallet-ui November 5, 2024 01:10 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground November 5, 2024 01:10 Inactive
@github-actions github-actions bot added the Dashboard Involves changes to the Dashboard. label Nov 5, 2024
Copy link
Member Author

jnsdls commented Nov 5, 2024

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 marked this pull request as ready for review November 5, 2024 01:10
@graphite-app
Copy link
Contributor

graphite-app bot commented Nov 5, 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.

@codecov
Copy link

codecov bot commented Nov 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 45.55%. Comparing base (c63fefd) to head (f79ddf8).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5300   +/-   ##
=======================================
  Coverage   45.55%   45.55%           
=======================================
  Files        1068     1068           
  Lines       55514    55514           
  Branches     4029     4029           
=======================================
  Hits        25292    25292           
  Misses      29532    29532           
  Partials      690      690           
Flag Coverage Δ *Carryforward flag
legacy_packages 65.68% <ø> (ø) Carriedforward from c63fefd
packages 40.65% <ø> (ø)

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

Base automatically changed from add_new_framer_rewrite_paths_and_organize_with_comments to main November 5, 2024 01:13
@github-actions
Copy link
Contributor

github-actions bot commented Nov 5, 2024

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 43 KB (0%) 860 ms (0%) 3.3 s (+1.21% 🔺) 4.2 s
thirdweb (cjs) 102.98 KB (0%) 2.1 s (0%) 7.6 s (+15.85% 🔺) 9.7 s
thirdweb (minimal + tree-shaking) 4.85 KB (0%) 97 ms (0%) 138 ms (-16.14% 🔽) 235 ms
thirdweb/chains (tree-shaking) 506 B (0%) 10 ms (0%) 137 ms (+165.13% 🔺) 147 ms
thirdweb/react (minimal + tree-shaking) 17.57 KB (0%) 352 ms (0%) 1.1 s (+141.38% 🔺) 1.4 s

@jnsdls jnsdls force-pushed the move_/deploy_and_/smart-contracts_to_framer branch from a5de5ce to 11b6e8b Compare November 5, 2024 02:23
@vercel vercel bot temporarily deployed to Preview – docs-v2 November 5, 2024 02:24 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground November 5, 2024 02:24 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui November 5, 2024 02:24 Inactive
@jnsdls jnsdls force-pushed the move_/deploy_and_/smart-contracts_to_framer branch from 11b6e8b to 52c2cea Compare November 5, 2024 02:26
@vercel vercel bot temporarily deployed to Preview – docs-v2 November 5, 2024 02:26 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground November 5, 2024 02:26 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui November 5, 2024 02:26 Inactive
@graphite-app
Copy link
Contributor

graphite-app bot commented Nov 5, 2024

Merge activity

<!-- start pr-codex -->

## PR-Codex overview
This PR focuses on deleting several pages and components from the `dashboard` application and updating the redirects in `redirects.js`. It also modifies the `PRODUCTS` and `SOLUTIONS` lists, removing specific entries and their corresponding links.

### Detailed summary
- Deleted multiple files from `apps/dashboard/src/pages` and `apps/dashboard/src/components`.
- Updated `apps/dashboard/redirects.js` with new redirect rules for several routes.
- Removed entries related to `Interact`, `Sponsored Transactions`, and `Minting` from `PRODUCTS`.
- Adjusted `PageId` enum by removing references to deleted pages.

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

<!-- end pr-codex -->
@jnsdls jnsdls force-pushed the move_/deploy_and_/smart-contracts_to_framer branch from 52c2cea to f79ddf8 Compare November 5, 2024 02:43
@vercel vercel bot temporarily deployed to Preview – wallet-ui November 5, 2024 02:43 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground November 5, 2024 02:43 Inactive
@vercel vercel bot temporarily deployed to Preview – docs-v2 November 5, 2024 02:43 Inactive
@graphite-app graphite-app bot merged commit f79ddf8 into main Nov 5, 2024
31 checks passed
@graphite-app graphite-app bot deleted the move_/deploy_and_/smart-contracts_to_framer branch November 5, 2024 02:46
@vercel vercel bot temporarily deployed to Production – thirdweb_playground November 5, 2024 02:46 Inactive
@vercel vercel bot temporarily deployed to Production – docs-v2 November 5, 2024 02:46 Inactive
@vercel vercel bot temporarily deployed to Production – wallet-ui November 5, 2024 02:46 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