discourse/plugins/poll
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
..
assets If there is a specific error it should be shown to the user (#5323) 2017-11-17 12:12:13 +01:00
config Update translations 2017-11-13 15:02:53 -05:00
db/migrate Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
lib FIX: multichoice poll with more than 25 votes 2017-08-14 15:33:59 -04:00
spec Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
test/javascripts Introduces select-kit 2017-11-21 11:53:09 +01:00
plugin.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00