This repository has been archived on 2023-03-18. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
osr-discourse-src/app/assets/javascripts/discourse/templates/components
Krzysztof Kotlarek ae108b363f FIX: Hide muted subcategories (#8239)
That bug was mentioned in [meta](https://meta.discourse.org/t/muting-categories-hides-them-muting-subcategories-should-too/131316)

Problem is that subcategories are always visible in `/categories` path even if muted.

Categories/subcategories are loaded in at least two places
https://github.com/discourse/discourse/blob/master/app/assets/javascripts/discourse/models/site.js.es6#L146
https://github.com/discourse/discourse/blob/master/app/assets/javascripts/discourse/routes/discovery-categories.js.es6#L46

I discussed that with @jjaffeux and we thought that maybe it would be a good idea to filter that on frontend level
2019-10-25 10:08:13 +11:00
..
2016-10-04 11:18:01 -04:00
2015-10-04 10:49:58 -07:00
2017-04-12 10:53:49 -04:00
2017-09-15 16:03:28 +02:00
2016-09-05 18:44:00 +08:00
2019-02-21 13:53:50 +01:00
2019-04-05 14:22:45 -04:00
2019-05-31 10:19:19 -03:00