discourse/test/javascripts/components
Joffrey JAFFEUX c9921869f1
FIX: adds select-kit api to modify header computed content (#5476)
This api would allow to simply modify header text or icons, eg:

```
      api.modifySelectKit("select-kit")
        .modifyHeaderComputedContent((context, computedContent) => {
          computedContent.title = "Not so evil";
          return computedContent;
        });
```
2018-01-09 10:52:32 +01:00
..
ace-editor-test.js.es6 FEATURE: Use ACE for badge queries (#5269) 2017-10-30 18:07:49 +11:00
categories-admin-dropdown-test.js.es6 select-kit refactoring 2017-12-22 13:08:12 +01:00
category-chooser-test.js.es6 select-kit refactoring 2017-12-22 13:08:12 +01:00
category-selector-test.js.es6 select-kit refactoring 2017-12-22 13:08:12 +01:00
combo-box-test.js.es6 select-kit refactoring 2017-12-22 13:08:12 +01:00
d-button-test.js.es6 tweak icon-library generation 2017-11-23 18:24:26 +01:00
d-editor-test.js.es6 FIX: Error applying quotes with blank lines in front 2017-11-20 13:46:19 -05:00
d-icon-test.js.es6 tweak icon-library generation 2017-11-23 18:24:26 +01:00
group-membership-button-test.js.es6 FEATURE: Add group settngs to allow users to leave a group freely. 2017-07-28 15:00:25 +09:00
keyboard-shortcuts-test.js.es6 Upgrade QUnit to latest version 2017-06-15 10:12:07 -04:00
list-setting-test.js.es6 select-kit refactoring 2017-12-22 13:08:12 +01:00
multi-select-test.js.es6 select-kit refactoring 2017-12-22 13:08:12 +01:00
pinned-options-test.js.es6 select-kit refactoring 2017-12-22 13:08:12 +01:00
share-button-test.js.es6 UX: Convert buttons to `d-button` 2017-08-01 17:24:06 -04:00
single-select-test.js.es6 FIX: adds select-kit api to modify header computed content (#5476) 2018-01-09 10:52:32 +01:00
text-field-test.js.es6 Upgrade QUnit to latest version 2017-06-15 10:12:07 -04:00
topic-footer-mobile-dropdown-test.js.es6 select-kit refactoring 2017-12-22 13:08:12 +01:00
topic-notifications-button-test.js.es6 select-kit refactoring 2017-12-22 13:08:12 +01:00
value-list-test.js.es6 Upgrade QUnit to latest version 2017-06-15 10:12:07 -04:00