discourse/plugins
Martin Brennan 641e94fc3c
FEATURE: Allow changing slug on create channel (#19928)
This commit allows us to set the channel slug when creating new chat
channels. As well as this, it introduces a new `SlugsController` which can
generate a slug using `Slug.for` and a name string for input. We call this
after the user finishes typing the channel name (debounced) and fill in
the autogenerated slug in the background, and update the slug input
placeholder.

This autogenerated slug is used by default, but if the user writes anything
else in the input it will be used instead.
2023-01-23 14:48:33 +10:00
..
chat FEATURE: Allow changing slug on create channel (#19928) 2023-01-23 14:48:33 +10:00
discourse-details DEV: Apply syntax_tree formatting to plugins/* 2023-01-07 11:11:37 +00:00
discourse-local-dates DEV: Apply syntax_tree formatting to plugins/* 2023-01-07 11:11:37 +00:00
discourse-narrative-bot Update translations (#19897) 2023-01-18 11:42:54 +01:00
discourse-presence DEV: Apply syntax_tree formatting to plugins/* 2023-01-07 11:11:37 +00:00
lazy-yt DEV: Apply syntax_tree formatting to plugins/* 2023-01-07 11:11:37 +00:00
poll FEATURE: Add in:polls filter to search (#19885) 2023-01-18 14:55:20 -05:00
styleguide DEV: Apply syntax_tree formatting to plugins/* 2023-01-07 11:11:37 +00:00