discourse/app/assets/javascripts/admin/addon
Vinoth Kannan 143f06f2c6
FEATURE: Allow watched words to be created as a group (#26632)
At the moment, there is no way to create a group of related watched words together.  If a user needed a set of words to be created together, they'll have to create them individually one at a time.

This change attempts to allow related watched words to be created as a group. The idea here is to have a list of words be tied together via a common `WatchedWordGroup` record.  Given a list of words, a `WatchedWordGroup` record is created and assigned to each `WatchedWord` record. The existing WatchedWord creation behaviour remains largely unchanged.

Co-authored-by: Selase Krakani <skrakani@gmail.com>
Co-authored-by: Martin Brennan <martin@discourse.org>
2024-04-29 15:50:55 +05:30
..
adapters FIX: Ensure Theme#settings are instances of ThemeSettings (#26481) 2024-04-03 13:10:47 +08:00
components FEATURE: Allow watched words to be created as a group (#26632) 2024-04-29 15:50:55 +05:30
controllers FIX: Locale mismatch at theme translations picker (#26687) 2024-04-19 14:23:27 -03:00
helpers DEV: replace registerUnbound usage with default exports (#23802) 2023-10-19 14:28:25 +01:00
lib DEV: Rename I18n imports to discourse-i18n (#23915) 2023-10-18 11:07:09 +01:00
mixins DEV: Add save button to editing typed objects theme setting route (#26133) 2024-03-13 06:52:46 +08:00
models FEATURE: Allow watched words to be created as a group (#26632) 2024-04-29 15:50:55 +05:30
routes FIX: Locale mismatch at theme translations picker (#26687) 2024-04-19 14:23:27 -03:00
services FEATURE: include themes and components keywords to the admin sidebar (#26708) 2024-04-24 12:34:38 +10:00
templates FEATURE: direct link to components for admin sidebar (#26644) 2024-04-17 11:45:59 +10:00