discourse/app/assets
David Taylor 03bb43f746
DEV: Move topic-list-class transformer to getter (#30301)
Using the (array) helper creates an array instance, passes it to applyValueTransformer, which then allows themes/plugins to mutate it.

When the helper is re-computed, the **same array instance** is passed to the transformers again. Any elements added in the last run are still there.

This commit moves applyValueTransformer to a getter, so that it's run with a brand new array each time.
2024-12-16 19:19:42 +00:00
..
images
javascripts DEV: Move topic-list-class transformer to getter (#30301) 2024-12-16 19:19:42 +00:00
stylesheets DEV: replaces topic-notifications-options by DMenu (#30298) 2024-12-16 19:59:18 +01:00