This website requires JavaScript.
Explore
Help
Sign In
Discource-C
/
discourse
mirror of
https://github.com/discourse/discourse.git
Watch
1
Star
0
Fork
You've already forked discourse
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
9bcd7aacc8
discourse
/
app
/
assets
/
javascripts
/
select-kit
/
templates
/
components
/
pinned-button.hbs
6 lines
88 B
Handlebars
Raw
Normal View
History
Unescape
Escape
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 05:53:09 -05:00
{{
pinned-options
value
=
pinned
topic
=
topic
}}
uses select-box for pinned-button This commit also moves more logic in dropdown-select-box instead of duplicating it for notifications-options and pinned-options
2017-09-11 13:14:22 -04:00
<p class="reason">
{{{
reasonText
}}}
</p>