discourse/app/assets/javascripts/wizard/test
Joffrey JAFFEUX 39f3dbd945
Introduces select-kit
* renames `select-box-kit` into `select-kit`
* introduces `single-select` and `multi-select` as base components
* introduces {{search-advanced-category-chooser}} as a better component for selecting category in advanced search
* improves events handling in select-kit
* recreates color selection inputs using {{multi-select}} and a custom {{selected-color}} component
* replaces category-selector by a component using select-kit and based on multi-select
* improves positioning of wrapper
* removes the need for offscreen, and instead use `select-kit-header` as a base focus point for all select-kit based components
* introduces a formal plugin api for select-kit based components
* introduces a formal pattern for loading and updating select-kit based components:

```
computeValue()
computeContent()
mutateValue()
```
2017-11-21 11:53:09 +01:00
..
acceptance Introduces select-kit 2017-11-21 11:53:09 +01:00
components [FIX] Fix wizard spec 2017-10-19 17:34:56 -07:00
helpers Upgrade QUnit to latest version 2017-06-15 10:12:07 -04:00
models Fix Wizard unit tests 2016-11-25 14:29:45 -05:00
test_helper.js Upgrade to Babel 6 2017-07-05 15:25:23 -04:00
wizard-pretender.js.es6 Privacy Step 2016-09-22 09:52:19 -04:00