discourse/app/assets/javascripts/admin/addon
Peter Wagenet 7caaee27cc
DEV: Generate template backing classes for app (#17300)
```sh
npx ember-holy-futuristic-template-namespacing-batman-codemod ensure-template-only-has-backing-class
```

We would like to colocate templates but, when no backing class exists, colocated templates extend `templateOnly` instead of `Ember.Component`. Generating the backing class helps avoid any behavioral changes.

We can also run the `tagless-ember-components-codemod` to put the tags into the templates at which point we could convert these back to template-only components.
2022-07-04 01:27:29 +02:00
..
adapters
components DEV: Generate template backing classes for app (#17300) 2022-07-04 01:27:29 +02:00
controllers DEV: Remove use of run-loop-dot-access (#17114) 2022-06-17 11:19:14 -05:00
helpers DEV: Remove 'htmlSafe' string prototype extensions (#16766) 2022-05-13 14:58:26 -05:00
mixins UX: Change wording for 'regular' categories to 'normal' (#17134) 2022-06-20 06:49:33 +03:00
models DEV: Fix typos "formated" -> "formatted" (#17156) 2022-06-20 20:02:05 +02:00
routes DEV: Use method definition syntax consistently (#14915) 2021-11-13 14:01:55 +01:00
services DEV: Avoid unnecessary site-settings:main lookups (#15006) 2021-11-18 17:11:59 +01:00
templates DEV: Run angle-brackets codemod (#17286) 2022-06-30 12:30:50 +02:00