-
Notifications
You must be signed in to change notification settings - Fork 56
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
fix(web): remove navigation items component loading skeleton #724
Conversation
🦋 Changeset detectedLatest commit: 15bf32e The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 6 Skipped Deployments
|
📦 Next.js Bundle Analysis for @blobscan/webThis analysis was generated by the Next.js Bundle Analysis action. 🤖 This PR introduced no changes to the JavaScript bundle! 🙌 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #724 +/- ##
==========================================
- Coverage 88.81% 88.80% -0.01%
==========================================
Files 163 163
Lines 11094 11090 -4
Branches 1208 1208
==========================================
- Hits 9853 9849 -4
Misses 1241 1241 ☔ View full report in Codecov by Sentry. |
* chore(web): parse `PUBLIC_SUPPORTED_NETWORKS` env var * fix(web): prevent skeleton display in navigation items component regardless of env var loading * chore: add changeset
Checklist
Description
It fixes an issue where the navigation menus component was displaying a loading skeleton while the env vars were being fetched
Now it displays the component regardless of env var loading
It also adds zod logic to parse
PUBLIC_SUPPORTED_NETWORKS
env var instead of handling it on the clientMotivation and Context (Optional)
Related Issue (Optional)
Screenshots (if appropriate):
Screen.Recording.2025-02-14.at.19.05.34.mov