discourse/app/assets/javascripts/admin/addon/components/site-settings
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
..
bool.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
category-list.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
category.js DEV: Generate template backing classes for app (#17300) 2022-07-04 01:27:29 +02:00
color.js DEV: Replace deprecated String.prototype.substr() (#16233) 2022-04-01 17:35:17 +02:00
compact-list.js
emoji-list.js DEV: Generate template backing classes for app (#17300) 2022-07-04 01:27:29 +02:00
enum.js DEV: Generate template backing classes for app (#17300) 2022-07-04 01:27:29 +02:00
group-list.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
host-list.js FEATURE: Validate domain settings for blocked_onebox_domain only (#15754) 2022-02-03 11:26:53 +08:00
list.js DEV: Generate template backing classes for app (#17300) 2022-07-04 01:27:29 +02:00
named-list.js FEATURE: Add new site setting list type with name and values (#16045) 2022-03-08 13:18:43 +02:00
secret-list.js DEV: Generate template backing classes for app (#17300) 2022-07-04 01:27:29 +02:00
simple-list.js
string.js DEV: Add experimental json_scheme site setting type (#12226) 2021-03-01 09:15:17 -05:00
tag-list.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
upload.js DEV: Generate template backing classes for app (#17300) 2022-07-04 01:27:29 +02:00
uploaded-image-list.js
url-list.js DEV: Generate template backing classes for app (#17300) 2022-07-04 01:27:29 +02:00
value-list.js DEV: Generate template backing classes for app (#17300) 2022-07-04 01:27:29 +02:00