home-assistant / alerts.home-assistant.io

Home Assistant Alerts

Home Page:https://alerts.home-assistant.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow filtering overview

balloob opened this issue · comments

Allow the overview to be filtered by impacted Home Assistant version.

If we're filtering by HA version, we should also show at the bottom:

"There are X issues for these filters that impact other versions of Home Assistant, click here to see all." -> clicking on it will remove the HA version filter.

We should store the filters in the url, making it easy for people to share urls.

Right now we use the hash to store things, we should consider adding a query string instead of just the filename. We can then parse it back. Something like : #alert=googlehome.markdown&filter_ha_version=0.97