FEATURE: used, unused, enabled, disabled component filter (#25136)

In this PR we introduced the enabled/disabled components filter.

https://github.com/discourse/discourse/pull/25105

However, components are slightly more complicated and can be used/unused/enabled/disabled.
This commit is contained in:
Krzysztof Kotlarek
2024-01-05 12:15:16 +11:00
committed by GitHub
parent 5aa010708c
commit 0bb86129a5
3 changed files with 140 additions and 8 deletions

View File

@@ -5280,6 +5280,8 @@ en:
revert_confirm: "Are you sure you want to revert your changes?"
component:
all_filter: "All"
used_filter: "Used"
unused_filter: "Unused"
enabled_filter: "Enabled"
disabled_filter: "Disabled"
updates_available_filter: "Updates Available"