-
Notifications
You must be signed in to change notification settings - Fork 32
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
hotfix(explorer-ui): linea graph data #2918
Conversation
WalkthroughA modification was made to the Changes
Poem
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? TipsChatThere are 3 ways to chat with CodeRabbit:
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 as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR Summary
The primary change involves the removal of the 'linea' field from the 'DAILY_STATISTICS_BY_CHAIN' GraphQL query in the explorer UI.
- Modified
packages/explorer-ui/graphql/queries/index.ts
to exclude the 'linea' field from theDAILY_STATISTICS_BY_CHAIN
query. - Ensure any UI components or functionalities dependent on the 'linea' field are updated or verified for compatibility.
- This change simplifies the query but may impact data fetching and display related to 'linea'.
1 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: .coderabbit.yaml
Review profile: CHILL
Files selected for processing (1)
- packages/explorer-ui/graphql/queries/index.ts (1 hunks)
Additional comments not posted (1)
packages/explorer-ui/graphql/queries/index.ts (1)
Line range hint
110-145
:
Verify the removal of thelinea
field fromDAILY_STATISTICS_BY_CHAIN
.The
linea
field has been removed from theDAILY_STATISTICS_BY_CHAIN
query. Ensure that all components and functions that depend on this field are updated accordingly to prevent runtime errors.
Bundle ReportChanges will increase total bundle size by 402.93kB ⬆️
|
Deploying sanguine-fe with Cloudflare Pages
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2918 +/- ##
===================================================
+ Coverage 25.39826% 25.71321% +0.31494%
===================================================
Files 785 770 -15
Lines 56559 55524 -1035
Branches 80 80
===================================================
- Hits 14365 14277 -88
+ Misses 40713 39769 -944
+ Partials 1481 1478 -3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Fixed with helm file merge |
Summary by CodeRabbit
DAILY_STATISTICS_BY_CHAIN
query to streamline data retrieval by removing thelinea
field, resulting in a more efficient response structure.7d13812: explorer-ui preview link