discourse/app/assets/javascripts/select-kit/templates/components
Joffrey JAFFEUX 683cb28099
DEV: enforces ember-template-lint: no-triple-curlies (#9165)
This pr replaces `{{{ }}}` usage by a {{html-safe}} helper. While it doesn't solve the underlying issue, it gives us a path forward without risking breaking too much existing behavior.

Also introduces an htmlSafe computed macro:

```
import { htmlSafe } from "discourse/lib/computed";

htmlDescription: htmlSafe("description")
```

Overtime {{html-safe}} usage should be removed and moved to components properties or specialized components/helpers.
2020-03-11 09:23:10 +01:00
..
category-drop DEV: select-kit 2 (#7998) 2020-02-03 14:22:14 +01:00
color-palettes DEV: enforces style-concatenation linting rule (#8888) 2020-02-10 08:13:50 +01:00
combo-box DEV: select-kit 2 (#7998) 2020-02-03 14:22:14 +01:00
dropdown-select-box DEV: enforces ember-template-lint: no-triple-curlies (#9165) 2020-03-11 09:23:10 +01:00
future-date-input-selector DEV: select-kit 2 (#7998) 2020-02-03 14:22:14 +01:00
mini-tag-chooser DEV: select-kit 2 (#7998) 2020-02-03 14:22:14 +01:00
multi-select DEV: select-kit 2 (#7998) 2020-02-03 14:22:14 +01:00
period-chooser DEV: select-kit 2 (#7998) 2020-02-03 14:22:14 +01:00
select-kit UX: introduces icon-picker component for badges (#8844) 2020-02-05 00:41:10 +01:00
tag-drop DEV: select-kit 2 (#7998) 2020-02-03 14:22:14 +01:00
toolbar-popup-menu-options DEV: select-kit 2 (#7998) 2020-02-03 14:22:14 +01:00
user-chooser DEV: introducing user-chooser (#8910) 2020-02-11 15:54:56 +01:00
category-row.hbs DEV: enforces ember-template-lint: no-triple-curlies (#9165) 2020-03-11 09:23:10 +01:00
create-color-row.hbs DEV: select-kit 2 (#7998) 2020-02-03 14:22:14 +01:00
multi-select.hbs DEV: enforces ember-template-lint: simple-unless (#9146) 2020-03-09 13:44:34 +01:00
pinned-button.hbs DEV: enforces ember-template-lint: no-triple-curlies (#9165) 2020-03-11 09:23:10 +01:00
selected-name.hbs DEV: select-kit 2 (#7998) 2020-02-03 14:22:14 +01:00
single-select.hbs DEV: enforces ember-template-lint: simple-unless (#9146) 2020-03-09 13:44:34 +01:00
tag-chooser-row.hbs DEV: select-kit 2 (#7998) 2020-02-03 14:22:14 +01:00
tag-row.hbs DEV: select-kit 2 (#7998) 2020-02-03 14:22:14 +01:00
topic-notifications-button.hbs DEV: enforces ember-template-lint: no-triple-curlies (#9165) 2020-03-11 09:23:10 +01:00