Onion icon indicating copy to clipboard operation
Onion copied to clipboard

Rewrite Activity Tracker with theme support, add functionality to delete entries

Open tGecko opened this issue 1 year ago • 0 comments

Added theming, implemented scrolling through items and deletion of entries in activity tracker.

Selecting Item Deleting item Item deleted
PlayActivity_004 PlayActivity_005 PlayActivity_006
PlayActivity_001 PlayActivity_002 PlayActivity_003

Items are deleted by setting the new column roms.deletion_id for the selected item to the highest corresponding play_activity rowid.

Added a tool to restore deleted items to Tweaks

Added a migration script to add the roms.deletion_id column if necessary. Closes #1326

TODO:

  • [ ] update other places to respect the deletion_id column (GameSwitcher.. ?)

Testing:

Test the migration script Test deleting items Test restoring deleted items

tGecko avatar Feb 16 '24 19:02 tGecko