FEATURE: remove category badge style options, set bullet style as default (#24198)

This commit is contained in:
Kris
2023-11-13 10:46:15 -05:00
committed by GitHub
parent 70b72ee893
commit 797da5870b
68 changed files with 302 additions and 887 deletions

View File

@@ -219,8 +219,7 @@ class AdminDashboardData
:unreachable_themes,
:watched_words_check,
:google_analytics_version_check,
:translation_overrides_check,
:deprecated_category_style_check
:translation_overrides_check
register_default_scheduled_problem_checks
@@ -460,10 +459,6 @@ class AdminDashboardData
themes_html_format(themes, "dashboard.unreachable_themes")
end
def deprecated_category_style_check
I18n.t("dashboard.category_style_deprecated") if SiteSetting.category_style != "bullet"
end
private
def themes_html_format(themes, i18n_key)