-
Notifications
You must be signed in to change notification settings - Fork 619
Add /unlimited-wallets framer path in rewrites, format js files with biome #4972
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add /unlimited-wallets framer path in rewrites, format js files with biome #4972
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
Your org has enabled the Graphite merge queue for merging into mainAdd 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. |
|
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @MananTank and the rest of your teammates on |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4972 +/- ##
=======================================
Coverage 47.66% 47.66%
=======================================
Files 1057 1057
Lines 57267 57267
Branches 3939 3939
=======================================
Hits 27299 27299
Misses 29277 29277
Partials 691 691
*This pull request uses carry forward flags. Click here to find out more. |
6fbfcc6 to
6dd05c2
Compare
size-limit report 📦
|
6dd05c2 to
2ee53c5
Compare
Merge activity
|
…biome (#4972) ## Problem solved Short description of the bug fixed or feature added <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on updating configuration settings, version numbers, and making minor adjustments in the codebase, including enhancing the `FRAMER_PATHS` and refining error messages in the UI. ### Detailed summary - Added `editor.defaultFormatter` for `[javascript]` in `.vscode/settings.json`. - Updated `version` from `5.61.3` to `5.61.4` in `packages/thirdweb/package.json`. - Expanded `FRAMER_PATHS` in `apps/dashboard/next.config.js`. - Added a new entry in `packages/thirdweb/CHANGELOG.md` for version `5.61.4`. - Modified error message handling in `packages/thirdweb/src/react/web/ui/ConnectWallet/screens/Buy/BuyScreen.tsx`. - Changed fetch URL string formatting in `apps/dashboard/next-sitemap.config.js`. - Renamed `_path` to `path` in the `transform` function of `apps/dashboard/next-sitemap.config.js`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
2ee53c5 to
0c5b0bf
Compare

Problem solved
Short description of the bug fixed or feature added
PR-Codex overview
This PR focuses on updating configuration settings and modifying paths in the
next.config.jsandnext-sitemap.config.jsfiles, as well as adding a new formatter for JavaScript in the.vscode/settings.jsonfile.Detailed summary
javascriptin.vscode/settings.json.FRAMER_PATHSarray inapps/dashboard/next.config.jsto include"/unlimited-wallets".fetchURL string format inapps/dashboard/next-sitemap.config.jsto use double quotes._pathtopathin thetransformfunction innext-sitemap.config.js.