AyronK / arpg-timeline

Stay ahead in your favorite ARPGs with the season tracker. Never miss a season start or end again!
https://ayronk.github.io/arpg-timeline/
MIT License
6 stars 2 forks source link

Some filters are broken. For example Path of Exile and Path of Exile 2 filters seem to be unintentionally correlated. #77

Closed AyronK closed 2 months ago

AyronK commented 2 months ago

Describe the bug Some filters are broken. For example Path of Exile and Path of Exile 2 filters seem to be unintentionally correlated.

To Reproduce Steps to reproduce the behavior:

  1. Go to https://arpg-timeline.ayronk.com/?exclude=path-of-exile2
  2. Click on Path of Exile (1) filter
  3. It won't work, even though the url is updated
  4. Click on Path of Exile (2) filter
  5. Both checkboxes are selected (1 and 2)

Filters probably use startsWith or contains or the slugs are not unique.

Expected behavior Each filter controls only one game

AyronK commented 2 months ago

in progress ~~