discourse/plugins/chat/assets/javascripts/discourse
Joffrey JAFFEUX 41df705188
DEV: replaces topic-notifications-options by DMenu (#30298)
This commit introduces <NotificationsTracking /> which is a wrapper component around <DMenu /> which replaces the select-kit component <TopicNotificationsButton />.

Each tracking case has its dedicated component:

- topic -> `<TopicNotificationsTracking />`
- group -> `<GroupNotificationsTracking />`
- tag -> `<TagNotificationsTracking />`
- category -> `<CategoryNotificationsTracking />`
- chat thread -> `<ThreadNotificationsTracking />`
2024-12-16 19:59:18 +01:00
..
adapters
components DEV: replaces topic-notifications-options by DMenu (#30298) 2024-12-16 19:59:18 +01:00
connectors DEV: Consolidate i18n import paths (#29804) 2024-11-19 20:45:18 +00:00
controllers DEV: Bump @discourse/lint-configs and autofix (#29847) 2024-11-20 14:15:04 +00:00
helpers DEV: Consolidate i18n import paths (#29804) 2024-11-19 20:45:18 +00:00
initializers FIX: show urgent badge for mentions in DM threads (#29821) 2024-11-29 12:52:55 +04:00
lib DEV: Add workaround for chrome crash (#30157) 2024-12-06 16:05:09 +00:00
models FIX: improve chat channel sorting for DMs (#30124) 2024-12-05 13:33:55 +04:00
modifiers/chat FIX: ensures last read is updated on new message (#26772) 2024-04-26 18:27:39 +02:00
pre-initializers
routes DEV: Consolidate i18n import paths (#29804) 2024-11-19 20:45:18 +00:00
services FIX: chat channel sort order consistency in sidebar (#30180) 2024-12-09 15:36:41 +04:00
templates FEATURE: Convert chat plugin UI to new show plugin and admin UI guidelines (#28632) 2024-09-10 15:16:16 +10:00
admin-chat-route-map.js UX: Hide admin header for edit/new webhook (#30194) 2024-12-12 10:49:17 +11:00
chat-route-map.js
preferences-chat-route-map.js