nguyenmp / bisque

An Android client for https://lobste.rs/
MIT License
1 stars 0 forks source link

Add support for hiding posts #6

Closed nguyenmp closed 9 years ago

nguyenmp commented 9 years ago

I'm thinking this should be decoupled from the server-side because syncing would be a huge pain

I would like to add an entry on the left that lets you show "hidden" posts so you can unhide them

Also, I'd like to show a snack bar that allows you to undo the hiding

nguyenmp commented 9 years ago

Hiding posts was added in 977f436cfd3b4606746032428e9c5b25cd1e84d1.

Unhiding posts via snackbar was added in 20fa31349d3fd8aa1c572c92e862da246f6b1592.

Adding the deleted posts section in the nav drawer will be added in a future release.