Closed evilpeach closed 2 weeks ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
celatone-frontend-staging | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Nov 3, 2024 2:10pm |
The pull request introduces updates to the CHANGELOG.md
file to document new features, improvements, and bug fixes. Notably, it includes a feature for adding a custom network via URL with a query parameter and improvements to its functionality. Additionally, several bug fixes are recorded, such as issues with tooltip background color and mobile drawer auto-popup. Changes are also made to the AddNetworkLink
, AddNetworkJson
, and AddNetworkManual
components, enhancing error handling and simplifying validation logic for network configurations.
File | Change Summary |
---|---|
CHANGELOG.md | Updated to include entries for new feature (custom network by URL), improvements, and bug fixes. |
src/lib/pages/custom-network/link/index.tsx | Modified error handling for router.query.config , simplified validation logic, added console error logging. |
src/lib/app-provider/hooks/useChainConfigs.ts | Removed isPrettyNameExist method from hook return type, simplifying chain configuration checks. |
src/lib/pages/custom-network/json/index.tsx | Removed isPrettyNameExist check from duplicate modal logic, simplifying the submission process. |
src/lib/pages/custom-network/manual/index.tsx | Removed isPrettyNameExist from validation logic and function calls, streamlining the component. |
src/lib/pages/custom-network/types.ts | Updated ValidateExistingChain interface and related functions to remove isPrettyNameExist , simplifying validation logic. |
In the meadow where networks grow,
A custom link now starts to flow.
With fixes bright and logic clear,
Adding chains brings us good cheer!
Hop along, let’s celebrate,
New features make us elevate! 🐇✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit
New Features
Improvements
Bug Fixes