HabitRPG / habitica-android

Native Android app for Habitica
GNU General Public License v3.0
1.41k stars 508 forks source link

Rewards filters shouldn't show 'all/weak/strong' #2043

Closed saraolson closed 7 months ago

saraolson commented 10 months ago

Rewards filters should be 'all/custom/wishlist' where custom only shows rewards you created, and wishlist only shows rewards that are pinned.

if we can't separate the custom from the wishlist, fallback option would be to not show any options at all in that category, and only show tag filters for rewards.

jsoberg commented 8 months ago

Hey all! I added a PR here to address this issue. I noticed that we're intentionally trying to hide the filter option in the Rewards tab, so I just fixed the situational bug that caused it to appear the first time you open the tab - if we wanted to actually make a filtering bottom sheet for Rewards it'd be additional work, but this can fix the minor bug in the meantime.