discourse/app
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 Introduces select-kit 2017-11-21 11:53:09 +01:00
controllers FIX: be more lenient when deleting a custom emoji 2017-11-20 23:50:23 +01:00
helpers UX: Support for custom error pages and headers in plugins 2017-11-14 16:31:44 -05:00
jobs FIX: delete upload records when sha is null 2017-11-21 10:20:42 +01:00
mailers FEATURE: Support an end date for user silencing 2017-11-14 13:20:19 -05:00
models REFACTOR: Avoid duplicated logic on server and client. 2017-11-21 17:10:04 +08:00
serializers REFACTOR: Avoid duplicated logic on server and client. 2017-11-21 17:10:04 +08:00
services FIX: Support for long suspension emails 2017-11-20 12:45:46 -05:00
views UX: Use no_ember styling for omniauth error page 2017-11-15 14:04:26 -05:00