discourse/app/assets/javascripts/admin/addon
Jarek Radosz 1c87bb7fe9
DEV: Update DButton uses (#23333)
1. Use `this.` instead of `{{action}}` where applicable
2. Use `{{fn}}` instead of `@actionParam` where applicable
3. Use non-`@` versions of class/type/tabindex/aria-controls/aria-expanded
4. Remove `btn` class (it's added automatically to all DButtons)
5. Remove `type="button"` (it's the default)
6. Use `concat-class` helper
2023-08-31 11:49:35 +02:00
..
adapters DEV: Migrate remaining admin classes to native syntax (#20717) 2023-03-17 12:25:05 +00:00
components DEV: Update DButton uses (#23333) 2023-08-31 11:49:35 +02:00
controllers FIX: Improve admin plugin list and modernize code (#23256) 2023-08-28 10:48:59 +10:00
helpers DEV: Migrate remaining admin classes to native syntax (#20717) 2023-03-17 12:25:05 +00:00
lib FEATURE: support to initial values for form templates through /new-topic (#23313) 2023-08-29 18:41:33 -03:00
mixins DEV: Convert `site-setting-default-categories` modal to component-based API (#22968) 2023-08-10 10:31:34 +01:00
models FIX: Improve admin plugin list and modernize code (#23256) 2023-08-28 10:48:59 +10:00
routes FIX: Improve admin plugin list and modernize code (#23256) 2023-08-28 10:48:59 +10:00
services DEV: Convert `penalize-user` modal to component-based API (#22960) 2023-08-14 13:02:54 -05:00
templates DEV: Update DButton uses (#23333) 2023-08-31 11:49:35 +02:00