-
Notifications
You must be signed in to change notification settings - Fork 560
Update converter SDK reference #7603
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
Conversation
Co-authored-by: samina <samina@thirdweb.com>
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
WalkthroughText content within paragraph elements in three converter tool components was updated. The phrase "Or use the" was replaced with "Convert values using the," and the linked text "Connect SDK" was changed to "thirdweb SDK." No logic, control flow, or error handling was modified. Changes
Warning Review ran into problems🔥 ProblemsErrors were encountered while retrieving linked issues. Errors (1)
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (3)
🧰 Additional context used📓 Path-based instructions (2)**/*.{ts,tsx}Instructions used from: Sources:
apps/{dashboard,playground-web}/**/*.{tsx,ts}Instructions used from: Sources:
🧠 Learnings (4)📓 Common learnings
apps/dashboard/src/app/(app)/(dashboard)/tools/keccak256-converter/components/Keccak256Converter.tsx (14)
apps/dashboard/src/app/(app)/(dashboard)/tools/wei-converter/components/WeiConverter.tsx (15)
apps/dashboard/src/app/(app)/(dashboard)/tools/hex-converter/components/HexConverter.tsx (16)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (4)
🔇 Additional comments (3)
✨ Finishing Touches
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7603 +/- ##
=======================================
Coverage 56.45% 56.45%
=======================================
Files 906 906
Lines 58115 58115
Branches 4226 4226
=======================================
Hits 32810 32810
Misses 25195 25195
Partials 110 110
🚀 New features to boost your workflow:
|
size-limit report 📦
|
Merge activity
|
Slack Thread
PR-Codex overview
This PR focuses on updating the text in multiple components of the dashboard to provide a more consistent reference to the
thirdweb SDK
instead of the previous termConnect SDK
.Detailed summary
HexConverter.tsx
, changed text from "Or use the Connect SDK" to "Convert values using the thirdweb SDK".WeiConverter.tsx
, changed text from "Or use the Connect SDK" to "Convert values using the thirdweb SDK".Keccak256Converter.tsx
, changed text from "Or use the Connect SDK" to "Convert values using the thirdweb SDK".Summary by CodeRabbit