[Enhancement]: Create an Export Tags Button #89
Labels
No labels
Kind/Bug
Kind/Feature
Priority/High
Priority/Medium
Reviewed/Confirmed
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ai-collab/bulk-image-organizer#89
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
Affected area
Tag Toolbox Container
Current behavior
N/A
Desired improvement
Add a button called
Export TagsaboveUnset Applied Tagsin the tag toolbox that presents a dialog.References
No response
Implemented on branch
0.1.41/issue-88-89-tag-toolbox(queued for PR tomain, not yet opened).Added an Export Tags button above Unset Applied Tags in the tag toolbox. It opens a dialog with a brief description, a read-only text area pre-filled with every workspace tag in the exact
name{#hex}format Bulk Create Tags' parser expects (via a newformat_bulk_tag_lines()helper — the inverse of the existingparse_bulk_tag_specs()), and Copy to Clipboard / Done buttons.Added regression tests covering the formatting round-trip, the dialog, and the button's signal wiring in
tests/test_pr9_tags.py. Closing — implemented and tested.Up the "Copy to Clipboard" button to change to 'Copied' for 5 seconds when selected then back to "Copy to Clipboard"
Done on branch
0.1.47/issue-111-86-64-89-feedback-fixes. The Copy to Clipboard button in the Export Tags dialog now reads Copied for 5 seconds after a click, then reverts back to Copy to Clipboard (viaQTimer.singleShot). Added a regression test covering the label change and revert. Closing.