fossar / selfoss

multipurpose rss reader, live stream, mashup, aggregation web application
https://selfoss.aditu.de
GNU General Public License v3.0
2.36k stars 343 forks source link

Clicking active filter/tag/source should reload it #1287

Closed jtojnar closed 2 years ago

jtojnar commented 2 years ago

As mentioned in the second point in https://selfoss.aditu.de/forum/index.php?id=1447, in 2.18, clicking the current active filter/tag/source in the navbar triggered a reload of the EntriesPage. Since we switched to react-router in https://github.com/fossar/selfoss/commit/405a3ec2cf49e3dc17421b997930c5b1faebd2fc, it no longer works because it is URL-driven and clicking the link does not change the URL.

deathbybandaid commented 2 years ago

I just made the switch from 2.18 to 2.19 and this is definitely one of those features I'm missing. However the improvements to the code outweigh this tiny change that I have to reload the page by other means.

deathbybandaid commented 2 years ago

Just grabbed 2.19-4fcf02f and this works perfectly!

Thank you so much!