-
Notifications
You must be signed in to change notification settings - Fork 9
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
Plugin menu #105
Plugin menu #105
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #105 +/- ##
==========================================
+ Coverage 99.21% 99.93% +0.71%
==========================================
Files 44 45 +1
Lines 1404 1504 +100
==========================================
+ Hits 1393 1503 +110
+ Misses 11 1 -10 ☔ View full report in Codecov by Sentry. |
* chore: linting * feat: delete plugin * fix: isEnabled condition * chore: typo * chore: jsdoc * feat: display message in destructive modal * chore: switch from plugin count to enumeration * feat: unpublish plugin * chore: do not rely on status in plugin condition
* feat: support development environment in switcher * fix: show preview last mod in dev
* feat: initial custom views implementation * feat: initial json render experience * feat: complete json view * fix: more tests * fix: remove console.log * fix: formatting * fix: test * fix: logo, remove custom views logic from switchEnv * feat: data stats, sorting * fix: total stat, unused elements * fix: localization of json view * fix: spectrum 2 updates * fix: remove tabs, update test * fix: RUM tracking * Update src/extension/app/components/search/search.js Co-authored-by: Raphael Wegmueller <github@rofe.com> * Update src/extension/app/spectrum-2.css.js Co-authored-by: Raphael Wegmueller <github@rofe.com> * fix: rename custom-views to views * fix: use RESTRICTED_PATHS from contstants.js * fix: special views support, don't wait for status * fix: hitting enter refreshes the page --------- Co-authored-by: Raphael Wegmueller <github@rofe.com>
* feat: initial custom views implementation * feat: initial json render experience * feat: complete json view * fix: more tests * fix: remove console.log * fix: formatting * fix: test * fix: logo, remove custom views logic from switchEnv * feat: data stats, sorting * fix: total stat, unused elements * fix: localization of json view * fix: spectrum 2 updates * fix: remove tabs, update test * fix: RUM tracking * Update src/extension/app/components/search/search.js Co-authored-by: Raphael Wegmueller <github@rofe.com> * Update src/extension/app/spectrum-2.css.js Co-authored-by: Raphael Wegmueller <github@rofe.com> * fix: rename custom-views to views * fix: use RESTRICTED_PATHS from contstants.js * fix: special views support, don't wait for status * fix: hitting enter refreshes the page --------- Co-authored-by: Raphael Wegmueller <github@rofe.com>
…nto plugin-menu
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.
Nicely done!
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.
@rofe I asked killian about the underlay and he didn't want it.. The good news is that if you set the background-color
of the underlay to transparent
it still works. So I think we can do that and still have the same experience. Fine with that change being in a future PR.
He also confirmed the button should not be a toggle. So perfect that you removed that.
🎉 This PR is included in version 1.16.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
No description provided.