discourse/app/assets/javascripts/admin/templates/components/site-settings
Joffrey JAFFEUX 0431942f3d
DEV: select-kit 2 (#7998)
This new iteration of select-kit focuses on following best principales and disallowing mutations inside select-kit components. A best effort has been made to avoid breaking changes, however if you content was a flat array, eg: ["foo", "bar"] You will need to set valueProperty=null and nameProperty=null on the component.

Also almost every component should have an `onChange` handler now to decide what to do with the updated data. **select-kit will not mutate your data by itself anymore**
2020-02-03 14:22:14 +01:00
..
bool.hbs UX: Label of checkbox site setting needs a span for nested HTML 2018-10-02 16:25:05 +02:00
category-list.hbs DEV: select-kit 2 (#7998) 2020-02-03 14:22:14 +01:00
category.hbs DEV: select-kit 2 (#7998) 2020-02-03 14:22:14 +01:00
compact-list.hbs DEV: select-kit 2 (#7998) 2020-02-03 14:22:14 +01:00
enum.hbs DEV: select-kit 2 (#7998) 2020-02-03 14:22:14 +01:00
group-list.hbs DEV: select-kit 2 (#7998) 2020-02-03 14:22:14 +01:00
host-list.hbs
list.hbs FEATURE: introduces list/compact_list components 2018-08-03 16:41:37 -04:00
secret-list.hbs FIX: SSO provider secrets - check wildcard domains last, toggle secrets visibility 2018-10-15 16:18:29 +02:00
string.hbs FEATURE: improve handling of site setting secrets 2018-06-04 21:31:34 +05:30
tag-list.hbs FEATURE: New site settings for default tags in user preferences. (#8283) 2019-11-01 12:40:13 +05:30
upload.hbs FEATURE: Automatically generate optimized site metadata icons (#7372) 2019-05-01 14:44:45 +01:00
uploaded-image-list.hbs DEV: upgrades from Ember 2.13 to Ember 3.5.1 (#6808) 2019-01-10 11:06:01 +01:00
url-list.hbs
value-list.hbs