-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Swipe to delete history #12610
Comments
The problem with implementing this for the history page is that we are using version 2 of the paging library. We only have one view type because we cannot insert headers into the list of history items. This means we either 1) have to implement an If either of the solutions above don't work we may have to wait for a stable version of paging v3. |
After multiple attempts, I think this may not be worth the effort to do right now (especially since my semester starts soon). The main issue I have run into is that if you undo deleting a history item, the item returns in a "swiped" state (the swipe background shows instead of the original item view). Enabling change animations fixes this, but because we currently rebind all visible viewholders, this introduces noticeable flickering. A couple things I have tried:
Things I have not tried:
If I had the time I would try both of these. |
Moved to bugzilla: https://bugzilla.mozilla.org/show_bug.cgi?id=1807054 Change performed by the Move to Bugzilla add-on. |
Broken out from #176
What is the user problem or growth opportunity you want to see solved?
Users should be able to swipe to delete history.
How do you know that this problem exists today? Why is this important?
This is not possible currently. Deletion is done by tapping the three dot menu and selecting delete.
Who will benefit from it?
Everyone who deletes items from history.
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: