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

Plugin menu #105

Merged
merged 64 commits into from
Apr 13, 2024
Merged

Plugin menu #105

merged 64 commits into from
Apr 13, 2024

Conversation

rofe
Copy link
Contributor

@rofe rofe commented Mar 23, 2024

No description provided.

Copy link

codecov bot commented Mar 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.93%. Comparing base (ce525c1) to head (30217a4).
Report is 3 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

rofe and others added 23 commits March 26, 2024 19:23
* 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
# [1.14.0](v1.13.0...v1.14.0) (2024-3-20)

### Features

* delete plugin ([#102](#102)) ([4bde261](4bde261))
* unpublish plugin ([#103](#103)) ([1ea5023](1ea5023))
* 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>
# [1.15.0](v1.14.0...v1.15.0) (2024-03-27)

### Features

* Custom JSON view ([#84](#84)) ([ce525c1](ce525c1))
* support development environment in switcher ([#90](#90)) ([7009ea2](7009ea2))
* 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>
@rofe rofe marked this pull request as ready for review April 4, 2024 13:15
@rofe rofe requested a review from dylandepass April 4, 2024 13:18
Copy link
Member

@dylandepass dylandepass left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nicely done!

@rofe rofe requested a review from dylandepass April 12, 2024 10:05
Copy link
Member

@dylandepass dylandepass left a 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.

@rofe rofe merged commit 5dab7fb into main Apr 13, 2024
6 checks passed
@rofe rofe deleted the plugin-menu branch April 13, 2024 12:06
trieloff pushed a commit that referenced this pull request Apr 13, 2024
# [1.16.0](v1.15.0...v1.16.0) (2024-04-13)

### Bug Fixes

* ui tweaks ([#106](#106)) ([9099086](9099086))

### Features

* plugin menu ([#105](#105)) ([5dab7fb](5dab7fb))
@trieloff
Copy link

🎉 This PR is included in version 1.16.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@rofe rofe mentioned this pull request Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants