Skip to content

feat: enable dismissible button for BugDrop widget#19

Merged
neonwatty merged 1 commit intomainfrom
feat/enable-dismissible-button
Jan 28, 2026
Merged

feat: enable dismissible button for BugDrop widget#19
neonwatty merged 1 commit intomainfrom
feat/enable-dismissible-button

Conversation

@neonwatty
Copy link
Copy Markdown
Collaborator

Summary

  • Enable the new dismissible button feature for the BugDrop feedback widget
  • Users can now dismiss the feedback button by clicking the X icon that appears on hover
  • Preference is saved to localStorage and persists across page loads

Changes

  • Added data-button-dismissible="true" attribute to the widget script tag
  • Updated configuration comments to document the new option

Requirements

This feature requires BugDrop v1.1.0 or later (once released).

Test plan

  • Verify the feedback button appears on page load
  • Hover over the button and confirm the X close icon appears
  • Click the X to dismiss the button
  • Refresh the page and confirm the button stays hidden
  • Clear localStorage to restore the button

Allow users to dismiss the feedback button by clicking the X icon
that appears on hover. The preference is saved to localStorage
and persists across page loads.

This requires BugDrop v1.1.0 or later.
@neonwatty neonwatty merged commit c297593 into main Jan 28, 2026
3 checks passed
@neonwatty neonwatty deleted the feat/enable-dismissible-button branch January 28, 2026 18:31
@neonwatty neonwatty mentioned this pull request Jan 28, 2026
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant