discourse/app/assets/javascripts/select-kit/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
..
components DEV: Generate template backing classes for app (#17300) 2022-07-04 01:27:29 +02:00
mixins DEV: Make wizard an ember addon (#17027) 2022-06-17 14:50:21 +02:00
templates/components DEV: Run angle-brackets codemod (#17286) 2022-06-30 12:30:50 +02:00
.gitkeep Revert "Revert "Merge branch 'master' of https://github.com/discourse/discourse"" 2020-05-23 00:56:13 -04:00