-
Notifications
You must be signed in to change notification settings - Fork 297
feat: standardize slot ids #1685
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: standardize slot ids #1685
Conversation
c846b07 to
8a1d9d5
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1685 +/- ##
==========================================
+ Coverage 90.18% 90.20% +0.01%
==========================================
Files 338 343 +5
Lines 5726 5747 +21
Branches 1379 1381 +2
==========================================
+ Hits 5164 5184 +20
- Misses 543 544 +1
Partials 19 19 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Sandbox deployment successful 🚀 |
arbrandes
left a comment
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.
Looks great! 👍🏼
| import { useModel } from '../../../../../../generic/model-store'; | ||
| import { WIDGETS } from '../../../../../../constants'; | ||
| import SidebarContext from '../../../SidebarContext'; | ||
| import { NotificationWidgetSlot } from '../../../../../../plugin-slots/NotificationWidgetSlot'; |
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.
At some point we should look into the @src/... refactor idea. It would make for more readable imports.
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.
Yeah, I just wanted to follow the pattern of the rest of the imports in the file for this one.
This reverts commit 045e108.
No description provided.