quick actions do not open as overlay but open inside the box the buttons are in #58
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
opening the quick actions should open a dropdown that is a popup over the post editor and not inset into the box the buttons are in.
Implemented in
b713f7f. Quick Actions in both post and media editors now use a shared interactive overlay widget: the menu is anchored below and right-aligned to its trigger, renders above the editor without changing header layout, clamps to the viewport, flips above when needed, supports nested overlays, and dismisses on outside click/touch or Escape. Verified against the issue, the bDS2 absolute-positioned dropdown behavior, and the Allium post/media QuickActionsDropdown surfaces. Added red/green unit coverage for popup placement and overflow behavior; cargo test --workspace, cargo build --workspace, cargo clippy -p bds-ui --all-targets -- -D warnings, cargo fmt --all -- --check, and native post-editor visual/interaction checks all passed.