summaryrefslogtreecommitdiff
path: root/HutchTests/RecentActivityStoreTests.swift
Commit message (Collapse)AuthorAgeFilesLines
* Let users clear recent activity on Home (#11)Christian Cleberg38 hours1-0/+38
Add a Clear button in the Home Recent section header to drop all entries, plus swipe-to-delete on each row to forget a single item (gated on the existing swipe-actions setting). Back it with RecentActivityStore.clear and remove(id:), with unit tests.