discourse/app
David Taylor 03bb43f746
DEV: Move topic-list-class transformer to getter ()
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
..
assets DEV: Move topic-list-class transformer to getter () 2024-12-16 19:19:42 +00:00
controllers FEATURE: add support for "Flagged By" filter in reviewable () 2024-12-10 18:26:38 +11:00
helpers UX: add color-scheme meta tag to _head () 2024-12-13 08:10:08 -03:00
jobs DEV: ensure rebaking works even when some users have inconsistent data () 2024-12-16 19:48:25 +08:00
mailers UX: Use a dropdown for SSL mode for group SMTP () 2024-07-18 10:33:14 +10:00
models DEV: Compile theme raw-hbr to modules () 2024-12-16 17:31:49 +00:00
serializers DEV: Switch the glimmer post menu to auto and unsilence deprecations () 2024-12-12 18:27:02 -03:00
services FEATURE: Add an option to block IPs and emails to bulk user delete () 2024-12-09 14:25:31 +03:00
views UX: add color-scheme meta tag to _head () 2024-12-13 08:10:08 -03:00