A theme component to display icons next to category links in Discourse.
Go to file
Alan Guo Xiang Tan 4935c5bca1
FEATURE: Use new experimental plugin API for sidebar (#21)
What does this change do?

This change uses the experimental `registerCustomCategorySectionLinkLockIcon` and `registerCustomCategorySectionLinkPrefix` plugin API
added to core to add support for custom category icons in Sidebar. Note
that the plugin APIs are marked as experimental because Discourse core
may soon support first class category icons so this theme component may
eventually become redundant.
2023-05-26 09:01:41 +08:00
.github/workflows DEV: Update CI workflows (#15) 2023-01-10 19:07:23 +00:00
common Refactor categoryColour support 2020-09-28 09:46:36 -04:00
javascripts/discourse FEATURE: Use new experimental plugin API for sidebar (#21) 2023-05-26 09:01:41 +08:00
test/acceptance FEATURE: Use new experimental plugin API for sidebar (#21) 2023-05-26 09:01:41 +08:00
.eslintrc DEV: Add CI setup and fix linting issues (#10) 2022-06-18 16:51:57 +02:00
.gitignore DEV: Add CI setup and fix linting issues (#10) 2022-06-18 16:51:57 +02:00
.prettierrc DEV: Add CI setup and fix linting issues (#10) 2022-06-18 16:51:57 +02:00
.template-lintrc.js DEV: Add CI setup and fix linting issues (#10) 2022-06-18 16:51:57 +02:00
LICENSE Initial commit 2018-12-19 09:45:06 -05:00
README.md DEV: Add CI setup and fix linting issues (#10) 2022-06-18 16:51:57 +02:00
about.json DEV: Add CI setup and fix linting issues (#10) 2022-06-18 16:51:57 +02:00
package.json DEV: Add CI setup and fix linting issues (#10) 2022-06-18 16:51:57 +02:00
settings.yml Fix categoryColor for /categories view 2020-09-28 10:41:15 -04:00
yarn.lock DEV: Update eslint-config-discourse, use prettier for hbs (#14) 2023-01-04 13:41:40 +01:00

README.md

discourse-category-icons

See https://meta.discourse.org/t/category-icons-component/104683 for more details.