discourse/app/assets/javascripts/select-kit/addon/templates/components
Blake Erickson a2ccf0a9ff
DEV: Use named parameters for dir-span helper (#14195)
* DEV: Use named parameters for dir-span helper

Follow up to: e50a5c0c73

In order to improve code clarity this change introduces named parameters
for the dir-span helper. This is specifically for the new `htmlSafe`
parameter which you can use instead of just passing in a boolean if the
strings you are passing in have already been escaped.

Before: `{{dir-span category.description false}}`
After: `{{dir-span category.description htmlSafe=true}}`

* Set default value for params arg
2021-08-31 13:51:08 +08:00
..
category-drop DEV: select-kit third major update with focus on accessibility (#13303) 2021-08-23 10:44:19 +02:00
color-palettes UX: Tweaks to admin color palette dropdown (#10502) 2020-08-21 09:30:11 -04:00
combo-box DEV: select-kit third major update with focus on accessibility (#13303) 2021-08-23 10:44:19 +02:00
dropdown-select-box DEV: select-kit third major update with focus on accessibility (#13303) 2021-08-23 10:44:19 +02:00
future-date-input-selector DEV: select-kit third major update with focus on accessibility (#13303) 2021-08-23 10:44:19 +02:00
mini-tag-chooser DEV: select-kit third major update with focus on accessibility (#13303) 2021-08-23 10:44:19 +02:00
multi-select DEV: select-kit third major update with focus on accessibility (#13303) 2021-08-23 10:44:19 +02:00
notifications-filter DEV: select-kit third major update with focus on accessibility (#13303) 2021-08-23 10:44:19 +02:00
period-chooser Revert "Revert "Merge branch 'master' of https://github.com/discourse/discourse"" 2020-05-23 00:56:13 -04:00
select-kit DEV: select-kit third major update with focus on accessibility (#13303) 2021-08-23 10:44:19 +02:00
tag-drop DEV: select-kit third major update with focus on accessibility (#13303) 2021-08-23 10:44:19 +02:00
toolbar-popup-menu-options Revert "Revert "Merge branch 'master' of https://github.com/discourse/discourse"" 2020-05-23 00:56:13 -04:00
user-chooser DEV: select-kit third major update with focus on accessibility (#13303) 2021-08-23 10:44:19 +02:00
category-row.hbs DEV: Use named parameters for dir-span helper (#14195) 2021-08-31 13:51:08 +08:00
create-color-row.hbs Revert "Revert "Merge branch 'master' of https://github.com/discourse/discourse"" 2020-05-23 00:56:13 -04:00
email-group-user-chooser-row.hbs DEV: {{user-selector}} replacement (#11726) 2021-02-01 13:07:11 +03:00
flair-row.hbs FEATURE: Let users select flair (#13587) 2021-07-08 10:46:21 +03:00
multi-select.hbs DEV: select-kit third major update with focus on accessibility (#13303) 2021-08-23 10:44:19 +02:00
pinned-button.hbs Revert "Revert "Merge branch 'master' of https://github.com/discourse/discourse"" 2020-05-23 00:56:13 -04:00
selected-choice-category.hbs DEV: select-kit third major update with focus on accessibility (#13303) 2021-08-23 10:44:19 +02:00
selected-choice.hbs DEV: select-kit third major update with focus on accessibility (#13303) 2021-08-23 10:44:19 +02:00
selected-name.hbs DEV: select-kit third major update with focus on accessibility (#13303) 2021-08-23 10:44:19 +02:00
single-select.hbs DEV: select-kit third major update with focus on accessibility (#13303) 2021-08-23 10:44:19 +02:00
tag-chooser-row.hbs Revert "Revert "Merge branch 'master' of https://github.com/discourse/discourse"" 2020-05-23 00:56:13 -04:00
tag-row.hbs Revert "Revert "Merge branch 'master' of https://github.com/discourse/discourse"" 2020-05-23 00:56:13 -04:00
topic-notifications-button.hbs FIX: Base topic details message on current category and tag tracking state (#12937) 2021-05-06 09:14:07 +10:00