Skip to content

fix(dialog): close the recipient menu when the permissions modal opens - #286

Merged
skjnldsv merged 1 commit into
mainfrom
fix/close-menu-on-custom-permissions
Sep 9, 2026
Merged

skjnldsv merged 1 commit into
mainfrom
fix/close-menu-on-custom-permissions

Conversation

@skjnldsv

@skjnldsv skjnldsv commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

The action menu stayed open behind the custom permissions modal it had just opened, overlapping it.

Fixes #281

The component test now asserts the menu is gone once the modal is up; it fails without the closeAfterClick.

👾 This pull request was assisted by Claude Code, commits carry an Assisted-by trailer.

The menu stayed open behind the modal it had just opened, overlapping it.

Assisted-by: ClaudeCode:claude-opus-4-8
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
@skjnldsv skjnldsv added the bug Something isn't working label Sep 9, 2026
@codecov

codecov Bot commented Sep 9, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.91%. Comparing base (6e6c125) to head (4e46d86).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #286   +/-   ##
=======================================
  Coverage   79.91%   79.91%           
=======================================
  Files          27       27           
  Lines         727      727           
  Branches      202      202           
=======================================
  Hits          581      581           
  Misses        127      127           
  Partials       19       19           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@skjnldsv
skjnldsv merged commit 8d7aadf into main Sep 9, 2026
15 checks passed
@skjnldsv
skjnldsv deleted the fix/close-menu-on-custom-permissions branch September 9, 2026 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Permission popover does not close on custom permissions

1 participant