-
Notifications
You must be signed in to change notification settings - Fork 23
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
#8611 Rename UIState types #8741
Conversation
# Conflicts: # src/store/editorStorage.test.ts
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #8741 +/- ##
=======================================
Coverage 74.24% 74.25%
=======================================
Files 1332 1332
Lines 40817 40830 +13
Branches 7634 7635 +1
=======================================
+ Hits 30306 30319 +13
Misses 10511 10511 ☔ View full report in Codecov by Sentry. |
Playwright test resultsDetails Open report ↗︎ Skipped testschrome › tests/runtime/googleSheetsIntegration.spec.ts › can activate a google spreadsheet mod with config options |
import { KnownSources } from "@/analysis/analysisVisitors/varAnalysis/varAnalysis"; | ||
import styles from "./SourceLabel.module.scss"; | ||
import { type TypedBrickMap } from "@/bricks/registry"; | ||
|
||
type SourceLabelProps = { | ||
source: string; | ||
extensionPointLabel: string; | ||
blocksInfo: BlockInfo[]; | ||
blocksInfo: NodeInfo[]; |
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.
NIT: rename to match type
No loom links were found in the first post. Please add one there if you'd like to it to appear on Slack. Do not edit this comment manually. |
What does this PR do?