discourse/app/assets/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
..
admin Introduces select-kit 2017-11-21 11:53:09 +01:00
discourse Introduces select-kit 2017-11-21 11:53:09 +01:00
discourse-common Introduces select-kit 2017-11-21 11:53:09 +01:00
docs
ember-addons Upgrade to Babel 6 2017-07-05 15:25:23 -04:00
locales FEATURE: add Thai language 2017-08-25 12:33:09 -04:00
pretty-text Add quote and mention support for username formatters 2017-11-20 16:28:03 -05:00
select-kit Introduces select-kit 2017-11-21 11:53:09 +01:00
wizard Introduces select-kit 2017-11-21 11:53:09 +01:00
admin.js.erb
application.js Introduces select-kit 2017-11-21 11:53:09 +01:00
deprecated.js REFACTOR: Remove requirejs calls 2017-07-05 17:24:27 -04:00
discourse-loader.js Upgrade to Babel 6 2017-07-05 15:25:23 -04:00
discourse-objects.js
discourse.js.es6 FIX: redirect loop for new users visiting /new-topic using full screen login 2017-09-07 21:02:41 +01:00
ember_include.js.erb
ember_jquery.js Use the same jQuery in prod and dev, avoid minimizing twice 2017-03-22 15:48:37 -04:00
ember-shim.js
env.js Reapply Ember 2.10 for good this time! 2016-12-19 11:19:10 -05:00
main_include_admin.js
markdown-it-bundle.js FEATURE: server side support for upload:// markdown 2017-08-22 11:46:23 -04:00
plugin-third-party.js.erb FEATURE: split JavaScript application bundle, so plugins live in own file 2016-11-15 11:43:13 +11:00
plugin.js.erb FEATURE: split JavaScript application bundle, so plugins live in own file 2016-11-15 11:43:13 +11:00
preload-store.js.es6
pretty-text-bundle.js FEATURE: image uploads now have short urls 2017-08-22 16:40:08 -04:00
template_include.js.erb
vendor.js Don't pre-minifiy autoellipsis 2017-05-18 15:16:15 -04:00
wizard-application.js Introduces select-kit 2017-11-21 11:53:09 +01:00
wizard-vendor.js FIX: Wizard was broken 2017-07-27 10:48:31 -04:00