discourse/app/assets
Jarek Radosz 613dea61a2
DEV: Allow ember hash as a context in applyValueTransformer (#29922)
This unlocks the ability to use that function directly in templates:

```hbs
{{applyValueTransformer
  "foo-bar"
  @defaultValue
  (hash arg1=@arg1 arg2=@arg2)
}}
```
2024-11-25 22:48:00 +01:00
..
images
javascripts DEV: Allow ember hash as a context in applyValueTransformer (#29922) 2024-11-25 22:48:00 +01:00
stylesheets FEATURE: Add bulk destroy to admin users list (#29744) 2024-11-25 11:13:35 +03:00