dndplayer / dnd-player

An online virtual DND playground to support online groups.
https://dnd-player.com
Other
1 stars 0 forks source link

Possibly refactor the MapObject filter system to be more state based #57

Open chrisella opened 5 years ago

chrisella commented 5 years ago

Currently it's a bit flaky as it adds / removes filters which I'm sure will break at some point. It would be better (and arguably more React'y) if given the state it just determined what filters should be applied.