[Bug - UI] Filter count does not update correctly.
xkomachi opened this issue · 4 comments
xkomachi commented
The following steps reproduced the problem for me:
- Minimize the filters section.
- Press 'add filter'.
Expected: The filter count goes up by 1.
Current: The filter count becomes 0.
Expanding the filter list and adding/removing any filter solves the issue.
Additionally, the console logs the following error:
GET file:///C:/static/gen/packed_dark.css?f9a65ed1 net::ERR_FILE_NOT_FOUND (from renderer.js: 1178)
licoffe commented
This should be fixed now. Concerning the error, it appears when downloading poe.trade pages to extract prices. The pages expect a CSS file which is not present.
xkomachi commented
Fixed. Can you catch errors in the relevant section and ignore the error if it is this particular one?
licoffe commented
Yeah, I guess I could catch it and hide it since it doesn't impact anything anyway.