[GH-ISSUE #1412] feat: add "Clear All" button to clipboard module #6046

Open
opened 2026-05-23 01:54:47 +01:00 by JakeStanger · 0 comments
Owner

Originally created by @ffs-akl on GitHub (Mar 8, 2026).
Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/1412

Is your feature request related to a problem? Please describe.
Currently, the clipboard module allows users to manage individual items, but there is no quick way to wipe the entire history. Adding a "Clear All" button would significantly improve the user experience, especially for those who prioritize privacy or want to declutter their workspace instantly.

Describe the solution you'd like

1.Add a "Clear All" button (icon or text) within the clipboard popup/menu.

2.(Optional) Add a confirmation toggle in the configuration to prevent accidental deletions.

3.Provide a new CSS class for the button (e.g., .clear-button) so users can style it to match their theme.

clipboard:
show_clear_all: true
confirm_before_clear: true

Originally created by @ffs-akl on GitHub (Mar 8, 2026). Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/1412 **Is your feature request related to a problem? Please describe.** Currently, the clipboard module allows users to manage individual items, but there is no quick way to wipe the entire history. Adding a "Clear All" button would significantly improve the user experience, especially for those who prioritize privacy or want to declutter their workspace instantly. **Describe the solution you'd like** 1.Add a "Clear All" button (icon or text) within the clipboard popup/menu. 2.(Optional) Add a confirmation toggle in the configuration to prevent accidental deletions. 3.Provide a new CSS class for the button (e.g., .clear-button) so users can style it to match their theme. clipboard: show_clear_all: true confirm_before_clear: true
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
JakeStanger/ironbar#6046
No description provided.