Page MenuHomePhabricator

Allow restoring feed cards after dismissal
Closed, ResolvedPublic

Description

Currently, after the opportunity to undo dismissing a feed card passes, there's no way to restore the cards without the user having to clear all app data.

We should provide this ability.

Unless I'm missing something it should be as easy as adding a menu item that calls Prefs.setHiddenCards(null) when clicked.

Event Timeline

Removing the "easy" tag on second thought. The action bar menu for the explore feed activity is a main menu-type menu relating to the overall app state (including login). It's not the right place for an option to restore feed cards and it's not obvious where else it should go. This will require some design thought.

An option hidden in the Settings menu would be good enough for me. Anything is better than having to clear up all app data. Thanks for the great work btw guys!

Dbrant claimed this task.
Dbrant subscribed.

...as a side effect of T141397