discourse/plugins/automation
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
..
admin/assets/javascripts/admin DEV: replaces topic-notifications-options by DMenu (#30298) 2024-12-16 19:59:18 +01:00
app DEV: Refactor DiscourseAutomation::DestroyAutomation a bit 2024-11-22 16:05:31 +01:00
assets/stylesheets/common UX: simplify and shorten new script flow for automations (#29178) 2024-10-23 14:04:17 -04:00
config UX: Rename private to personal messages in the interface (#29679) 2024-12-12 11:44:19 +11:00
db UX: simplify and shorten new script flow for automations (#29178) 2024-10-23 14:04:17 -04:00
lib DEV: Memoize group find when adding users to groups (#30296) 2024-12-16 17:47:24 +08:00
spec FIX: Avoid zipping when adding users to groups (#30263) 2024-12-13 17:24:40 +08:00
test/javascripts/integration/components DEV: replaces topic-notifications-options by DMenu (#30298) 2024-12-16 19:59:18 +01:00
plugin.rb FEATURE: Add user to topic_tags_changed event (#28714) 2024-09-06 11:23:30 -03:00