Closed Harman-singh-waraich closed 5 months ago
The recent changes enhance the handling of SVG files and update the header layout in the web application. Adjustments to the SVG transformation paths and the introduction of new dependencies for subgraph status display are the primary updates. Additionally, new styled components and functionality for displaying subgraph status have been added to the header component.
File | Change Summary |
---|---|
web/.parcelrc |
Updated transformer configurations to refine the handling paths for SVG transformation. |
web/package.json |
Added a new dependency "subgraph-status": "^1.2.3" . |
web/src/layout/Header/index.tsx |
Added new styled components (HeaderContainer , StyledBanner ), and integrated subgraph status display. |
In fields where code and bytes do play, A rabbit hops to save the day. SVGs now glide with grace, In headers, status found its place. With every bounce and clever tweak, The codeworld's future's never bleak. 🐇✨
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?
Name | Link |
---|---|
Latest commit | 4c93a26f532bda4365b7d47ee94f1935dcb19426 |
Latest deploy log | https://app.netlify.com/sites/curate-v2/deploys/66853ca31948870008383030 |
Deploy Preview | https://deploy-preview-48--curate-v2.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
PR-Codex overview
This PR introduces a new package
subgraph-status
, adds aStatusBanner
component, and updates styles in theHeader
component.Detailed summary
subgraph-status
packageStatusBanner
component inHeader
Header
componentgetGraphqlUrl
utility functionpackage.json
andyarn.lock
Summary by CodeRabbit
New Features
Chores
"subgraph-status": "^1.2.3"
dependency to the project.