main ← ux/convert-chat-plugin-ui
opened 06:19AM - 29 Aug 24 UTC
This commit converts the current chat plugin UI into the
new "show plugin" UI a…lready 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)