discourse/test/javascripts/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
..
select-kit FIX: ensures pinned-options header is showing correct state (#9156) 2020-03-10 09:56:55 +01:00
ace-editor-test.js.es6 DEV: skip tests instead of commenting them (#7774) 2019-06-17 10:24:20 +02:00
admin-report-test.js.es6 DEV: Import pretender instead of global server var (#8996) 2020-03-02 14:24:31 -05:00
badge-title-test.js.es6 DEV: Import pretender instead of global server var (#8996) 2020-03-02 14:24:31 -05:00
d-button-test.js.es6 FIX: make notification consent banner usable via keyboard and screenreader (#8255) 2019-10-31 15:36:24 -04:00
d-editor-test.js.es6 FIX: Prepends whitespace when inserting via emoji picker 2019-12-03 20:39:11 +01:00
d-icon-test.js.es6 fix icon test 2019-12-19 14:53:57 -05:00
date-input-test.js.es6 FEATURE: new date/time components (#7898) 2019-07-18 17:29:41 +02:00
date-time-input-range-test.js.es6 DEV: attempts to make date-time-input-range test more reliable (#8126) 2019-10-02 02:12:36 +02:00
date-time-input-test.js.es6 FEATURE: new date/time components (#7898) 2019-07-18 17:29:41 +02:00
group-membership-button-test.js.es6 FIX: Hide group membership request button for existing members 2018-12-24 13:49:05 +05:30
html-safe-helper-test.js.es6 DEV: enforces ember-template-lint: no-triple-curlies (#9165) 2020-03-11 09:23:10 +01:00
iframed-html-test.js.es6 Merge pull request from GHSA-vw39-6w7q-gfx5 2020-02-27 11:47:15 -06:00
image-uploader-test.js.es6 FEATURE: Automatically generate optimized site metadata icons (#7372) 2019-05-01 14:44:45 +01:00
keyboard-shortcuts-test.js.es6 DEV: reduces memory footprint of tests - step 1 (#7591) 2019-05-28 12:15:12 +02:00
load-more-test.js.es6 DEV: Add test for load-more (#8369) 2019-11-25 14:42:34 +02:00
secret-value-list-test.js.es6 DEV: global s/this.get\("(\w+)"\)/this.$1 (#7592) 2019-05-27 10:15:39 +02:00
share-button-test.js.es6 UX: puts back share-panel as floating pane on post actions (#7066) 2019-02-26 14:15:25 +01:00
share-button.js.es6 UX: puts back share-panel as floating pane on post actions (#7066) 2019-02-26 14:15:25 +01:00
text-field-test.js.es6 DEV: uses find() helper instead of this.$() in js tests (#7062) 2019-02-25 16:04:55 +01:00
text-overflow-test.js.es6 DEV: Fix failing test 2020-01-21 19:15:29 +02:00
time-input-test.js.es6 FEATURE: new date/time components (#7898) 2019-07-18 17:29:41 +02:00
user-selector-test.js.es6 FIX: Ran prettier on user-selector-test (#8700) 2020-01-10 09:27:41 -08:00
value-list-test.js.es6 FIX: value-list choices when removing a value 2020-02-14 11:21:06 -05:00