Commit Graph

4 Commits

Author SHA1 Message Date
锦心 7f44f9bc24
FEATURE: display category icon in post body (#36)
* FEATURE: display category icon in post body

This commit allows displaying category icons in the body of the post.

Related meta topic: https://meta.discourse.org/t/category-icons-dont-show-up-in-post-text/315851
2024-07-16 10:46:47 +08:00
Jarek Radosz cf46a4cc8b
DEV: Update tests (#30)
avoid Site singleton, use qunit-dom
2024-05-10 20:03:00 +02:00
Jarek Radosz ad64ea25f0
DEV: Update linting (#29) 2024-03-27 16:20:28 +00:00
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