mirror of
https://github.com/discourse/discourse.git
synced 2025-06-08 00:27:32 +08:00
UX: New dropdowns work well on mobile for category notifications
This commit is contained in:
@ -3,7 +3,7 @@ import NotificationOptionsComponent from "select-kit/components/notifications-bu
|
|||||||
export default NotificationOptionsComponent.extend({
|
export default NotificationOptionsComponent.extend({
|
||||||
pluginApiIdentifiers: ["category-notifications-button"],
|
pluginApiIdentifiers: ["category-notifications-button"],
|
||||||
classNames: "category-notifications-button",
|
classNames: "category-notifications-button",
|
||||||
isHidden: Ember.computed.or("category.deleted", "site.isMobileDevice"),
|
isHidden: Ember.computed.or("category.deleted"),
|
||||||
headerIcon: Ember.computed.alias("iconForSelectedDetails"),
|
headerIcon: Ember.computed.alias("iconForSelectedDetails"),
|
||||||
i18nPrefix: "category.notifications",
|
i18nPrefix: "category.notifications",
|
||||||
showFullTitle: false,
|
showFullTitle: false,
|
||||||
|
Reference in New Issue
Block a user