jkomoros / card-web

The web app behind thecompendium.cards
Apache License 2.0
53 stars 8 forks source link

Collections with no filters and default set canonicalize to empty sets #554

Open jkomoros opened 2 years ago

jkomoros commented 2 years ago

When navigating to a collection that has default set, no filters, and a sort, it includes the none filter, which removes all items.

This makes it so the definition of the popular tab is the EVERYTHING_SET, not the default set.

It looks like it requires updateCardSelector logic to be reworked

550 is blocked on this