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

feat: popover plugin support #475

Merged
merged 8 commits into from
Feb 24, 2025
Merged

feat: popover plugin support #475

merged 8 commits into from
Feb 24, 2025

Conversation

dylandepass
Copy link
Member

@dylandepass dylandepass commented Feb 18, 2025

Screenshot 2025-02-17 at 9 37 41 PM

fixes: #474

  • Tests

@dylandepass dylandepass changed the title Feat 474 feat: popover plugin support Feb 18, 2025
@@ -53,6 +53,7 @@
"@spectrum-web-components/menu": "0.43.0",
"@spectrum-web-components/overlay": "0.43.0",
"@spectrum-web-components/picker": "0.43.0",
"@spectrum-web-components/popover": "0.43.0",
Copy link
Member Author

@dylandepass dylandepass Feb 18, 2025

Choose a reason for hiding this comment

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

Already a transient dependancy, added to make eslint happy.

Copy link

codecov bot commented Feb 18, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (release@046146f). Learn more about missing BASE report.

Additional details and impacted files
@@             Coverage Diff             @@
##             release      #475   +/-   ##
===========================================
  Coverage           ?   100.00%           
===========================================
  Files              ?        54           
  Lines              ?      2209           
  Branches           ?         0           
===========================================
  Hits               ?      2209           
  Misses             ?         0           
  Partials           ?         0           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dylandepass dylandepass marked this pull request as draft February 18, 2025 02:34
@dylandepass dylandepass marked this pull request as ready for review February 20, 2025 20:57
@dylandepass dylandepass requested a review from rofe February 20, 2025 20:57
Copy link
Contributor

@rofe rofe left a comment

Choose a reason for hiding this comment

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

looks and works great!

2 comments:

  1. you already pass the current theme as a query parameter. but the value isn't updated dynamically when the user switches themes and reopens the popover.
  2. accessibility (keyboard access) seems to be a problem... maybe we can somehow set the focus inside the iframe or at least the popover, so the user can step into it? (the same problem exists with palette plugins, of course)

Copy link
Contributor

@rofe rofe left a comment

Choose a reason for hiding this comment

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

My comments can also be addressed in a separate issue.

@rofe rofe changed the base branch from main to release February 23, 2025 11:15
@dylandepass dylandepass merged commit c90a111 into release Feb 24, 2025
6 checks passed
@dylandepass dylandepass deleted the feat-474 branch February 24, 2025 15:58
rofe pushed a commit that referenced this pull request Feb 25, 2025
# [7.4.0](v7.3.0...v7.4.0) (2025-02-25)

### Bug Fixes

* close button overhang ([#477](#477)) ([c9846af](c9846af))
* **css:** body text-align bleed ([#466](#466)) ([4872eae](4872eae))
* **deps:** update external fixes ([#473](#473)) ([75cc0a3](75cc0a3))

### Features

* allow tools.aem.live and labs.aem.live to list configured sites ([#468](#468)) ([5729c25](5729c25))
* **json:** improved empty message ([#467](#467)) ([acb4774](acb4774))
* popover plugin support ([#475](#475)) ([c90a111](c90a111))
@trieloff
Copy link

🎉 This PR is included in version 7.4.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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.

Support for Popover plugins
3 participants