Skip to content
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

Merged
merged 3 commits into from
Jul 9, 2024

Conversation

twschiller
Copy link
Contributor

@twschiller twschiller commented Jul 8, 2024

What does this PR do?

Discussion

  • Does the team prefer T vs. Instance vs. TInstance? T might be easier to read if there's a single generic type argument
  • There's some places where we have generics that we don't really need generics. Generics are only really useful to correlate types (between parameters, or with the return value)

For more information on our expectations for the PR process, see the
code review principles doc

@twschiller twschiller requested a review from grahamlangford July 8, 2024 18:08
@twschiller twschiller self-assigned this Jul 8, 2024
@twschiller twschiller added this to the 2.0.5 milestone Jul 8, 2024
@twschiller twschiller changed the title Rename brickModalNoTags to packageSearchModal Rename brickModalNoTags and BrickIcon Jul 8, 2024
Copy link

codecov bot commented Jul 8, 2024

Codecov Report

Attention: Patch coverage is 32.00000% with 34 lines in your changes missing coverage. Please review.

Project coverage is 74.24%. Comparing base (8318d74) to head (0828798).
Report is 34 commits behind head on main.

Files Patch % Lines
...mponents/packageSearchModal/PackageSearchModal.tsx 0.00% 25 Missing ⚠️
...rc/components/packageSearchModal/PackageDetail.tsx 0.00% 3 Missing ⚠️
...rc/components/packageSearchModal/PackageResult.tsx 0.00% 3 Missing ⚠️
src/components/packageSearchModal/QuickAdd.tsx 0.00% 3 Missing ⚠️
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.
📢 Have feedback on the report? Share it here.

Copy link

github-actions bot commented Jul 8, 2024

Playwright test results

passed  84 passed
flaky  2 flaky
skipped  2 skipped

Details

report  Open report ↗︎
stats  88 tests across 31 suites
duration  14 minutes, 30 seconds
commit  0828798

Flaky tests

edge › tests/pageEditor/saveMod.spec.ts › can save a standalone trigger mod
edge › tests/regressions/welcomeStarterBricks.spec.ts › #8740: can view the starter mods on the pixiebrix.com/welcome page

Skipped tests

chrome › tests/runtime/googleSheetsIntegration.spec.ts › can activate a google spreadsheet mod with config options
edge › tests/runtime/googleSheetsIntegration.spec.ts › can activate a google spreadsheet mod with config options

@twschiller twschiller changed the title Rename brickModalNoTags and BrickIcon Rename brickModalNoTags and BrickIcon to use package terminology Jul 8, 2024
Copy link

github-actions bot commented Jul 9, 2024

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.

@twschiller twschiller enabled auto-merge (squash) July 9, 2024 14:13
@twschiller twschiller merged commit 713af70 into main Jul 9, 2024
18 checks passed
@twschiller twschiller deleted the feature/package-search-modal branch July 9, 2024 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants