-
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
Rename brickModalNoTags
and BrickIcon
to use package
terminology
#8773
Conversation
brickModalNoTags
to packageSearchModal
brickModalNoTags
and BrickIcon
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #8773 +/- ##
==========================================
- Coverage 74.24% 74.24% -0.01%
==========================================
Files 1332 1332
Lines 40817 40866 +49
Branches 7634 7642 +8
==========================================
+ Hits 30306 30339 +33
- Misses 10511 10527 +16 ☔ View full report in Codecov by Sentry. |
Playwright test resultsDetails Open report ↗︎ Flaky testsedge › tests/pageEditor/saveMod.spec.ts › can save a standalone trigger mod Skipped testschrome › tests/runtime/googleSheetsIntegration.spec.ts › can activate a google spreadsheet mod with config options |
brickModalNoTags
and BrickIcon
brickModalNoTags
and BrickIcon
to use package
terminology
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?
brickModalNoTags
topackageSearchModal
to clarify its usageBrickIcon
toPackageIcon
to clarify its usagePackageInstance
type to disambiguate fromMetadata
definition/instance use cases #8770Discussion
T
vs.Instance
vs.TInstance
?T
might be easier to read if there's a single generic type argumentFor more information on our expectations for the PR process, see the
code review principles doc