discourse/plugins/chat/app/controllers/chat
Martin Brennan 61c1d35f17
FEATURE: Convert chat plugin UI to new show plugin and admin UI guidelines (#28632)
This commit converts the current chat plugin UI into the
new "show plugin" UI already followed by AI and Gamification.

In the process, I also:

* Made a dedicated /new route to create new webhooks
* Converted the webhook form to FormKit
* Made some fixes and improvements to the `AdminPluginConfigPage`, `AdminPageHeader`,
   and `AdminPageSubheader` generic components, so more plugins can
   adopt the UI guidelines too. This includes adding a header outlet so plugins
   can add action buttons to the plugin show page header.
* Fixes the submit button loading state for FormKit (by Joffrey)

---------

Co-authored-by: Joffrey JAFFEUX <j.jaffeux@gmail.com>
2024-09-10 15:16:16 +10:00
..
admin FEATURE: Convert chat plugin UI to new show plugin and admin UI guidelines (#28632) 2024-09-10 15:16:16 +10:00
api DEV: Drop `WithServiceHelper` 2024-09-05 09:58:20 +02:00
api_controller.rb DEV: Drop `WithServiceHelper` 2024-09-05 09:58:20 +02:00
base_controller.rb DEV: Update rubocop-discourse to latest version 2024-03-04 15:08:35 +01:00
chat_controller.rb DEV: Update to lastest rubocop-discourse 2024-05-27 18:06:14 +02:00
direct_messages_controller.rb DEV: Refactor DM channel creation into new service pattern (#22144) 2023-07-03 10:18:37 +10:00
emojis_controller.rb FEATURE: Add an emoji deny list site setting (#20929) 2023-04-13 15:38:54 +08:00
incoming_webhooks_controller.rb DEV: Drop `WithServiceHelper` 2024-09-05 09:58:20 +02:00