-
Notifications
You must be signed in to change notification settings - Fork 25
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
#8761: update internal/external naming from brick
to package
in the Workshop
#8762
Conversation
style={{ maxWidth: 300 }} | ||
setGlobalFilter={setGlobalFilter} | ||
/> | ||
{showSearchFilter && ( |
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.
🐛 Bug fix where showSearchFilter was never being used. I'm surprised it wasn't flagged as dead code
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 |
package
in the Workshop
package
in the Workshopbrick
to package
in the Workshop
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.
We'll want to rename this directory/module in a future PR given that it performs package search (e.g., for integration definitions), not just brick search
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?
Remaining Work
Discussion
package
is a reserved keyword in JS. So uses a modifier, e.g.,editablePackage
,packageMetadata
, etc. where appropriateDemo
Future Work
Metadata
to something more informative of how it's actually used, e.g.,PackageInstance
: #8769: introducePackageInstance
type to disambiguate fromMetadata
definition/instance use cases #8770BrickIcon
toPackageIcon
because it's also used for starter bricks/integrationsFor more information on our expectations for the PR process, see the
code review principles doc