-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
feat(status-page): disable L3 on boolean env var #13838
Conversation
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.
Overall, this Pull Request looks good. Here are a few things that you may consider:
- In packages/eventindexer/indexer/save_block_proven_event.go and packages/eventindexer/indexer/save_block_verified_event.go, consider using constants for the log messages instead of concatenating string literals.
- In packages/status-page/.default.env, you may want to add a comment to explain the purpose of the new variable VITE_ENABLE_L3.
- In packages/status-page/src/App.svelte, consider using a ternary operator for the if statement instead of an if block.
- In packages/status-page/src/pages/home/Home.svelte, consider using a guard clause for the toggleLayer function instead of an if statement.
Codecov Report
@@ Coverage Diff @@
## main #13838 +/- ##
==========================================
- Coverage 47.45% 47.39% -0.06%
==========================================
Files 133 133
Lines 3416 3416
Branches 310 310
==========================================
- Hits 1621 1619 -2
- Misses 1685 1687 +2
Partials 110 110
*This pull request uses carry forward flags. Click here to find out more. see 1 file with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
No description provided.