This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/test/javascripts
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
admin Refactor user suspension modal 2017-09-25 12:25:14 -04:00
components Introduces select-kit 2017-11-21 11:53:09 +01:00
controllers UX: Convert buttons to d-button 2017-08-01 17:24:06 -04:00
ember Upgrade QUnit to latest version 2017-06-15 10:12:07 -04:00
fixtures FIX: Allow group members to freely exit group option incorrectly disabled. 2017-11-06 10:30:58 +08:00
helpers Introduces select-kit 2017-11-21 11:53:09 +01:00
initializers Upgrade to Babel 6 2017-07-05 15:25:23 -04:00
lib FEATURE: show read time in last 60 days 2017-11-16 15:46:51 -05:00
mixins Upgrade QUnit to latest version 2017-06-15 10:12:07 -04:00
models Remove tests that are no longer being used. 2017-11-21 18:07:23 +08:00
widgets Introduces select-kit 2017-11-21 11:53:09 +01:00
plugin_tests.js.erb Support for Acceptance tests in plugins 2015-08-27 17:07:11 -04:00
test_helper.js Introduces select-kit 2017-11-21 11:53:09 +01:00