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/app/assets/javascripts/discourse/templates/user
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
..
preferences FIX: Ember deprecations on user preferences 2015-05-13 11:18:35 -04:00
activity.hbs Small code tidy up for user/activity menu 2017-11-16 11:49:14 -05:00
badge-title.hbs Set user title from the badge view (#5049) 2017-08-17 16:32:37 -04:00
badges.hbs FIX: Badge filtering was always to the currentUser 2017-05-04 11:58:56 -04:00
messages.hbs Introduces select-kit 2017-11-21 11:53:09 +01:00
notifications-index.hbs UX: Display message when user has no notifications instead of a blank page. 2016-07-07 18:25:48 +08:00
notifications.hbs Removed icons + no-glyph classes from /user sub-navs, normalized indentation 2017-08-24 09:41:27 -07:00
posts.hbs REFACTOR: Merge different templates from rendering user stream items 2017-06-20 15:45:41 -04:00
stream.hbs Add no-content message for user/activity/replies, fix no-content display 2017-08-24 09:51:39 -07:00
summary.hbs FEATURE: show topics viewed on user summary 2017-11-17 17:53:30 -05:00