FEATURE: Introduce an optimized style for category page (#29239)

The new style is called `categories_only_optimized` and it is designed
to show only the parent categories, without any subcategories. This
works best for communities with many categories (over a thousand).
This commit is contained in:
Bianca Nenciu
2024-10-24 13:46:42 +03:00
committed by GitHub
parent cb5e0d358d
commit d37a0d401c
12 changed files with 289 additions and 3 deletions

View File

@@ -2513,6 +2513,7 @@ en:
category_page_style:
categories_only: "Categories Only"
categories_only_optimized: "Categories Only (Optimized)"
categories_with_featured_topics: "Categories with Featured Topics"
categories_and_latest_topics: "Categories and Latest Topics"
categories_and_latest_topics_created_date: "Categories and Latest Topics (sort by topic created date)"