discourse/app/assets/javascripts/admin/addon
Jarek Radosz f9bdda84ca
DEV: Admin webhooks interface issues (#19360)
1. The events table had broken styling, making each row overflow
2. It had confusing routes: `/:id` for "edit" and `/:id/events` for "show" (now it's `/:id/edit` and `/:id` respectively)
3. There previously was an unused backend action (`#edit`) - now it is used (and `web_hooks/:id/events` route has been removed)
4. There was outdated/misplaced/duplicated CSS
5. And more
2022-12-13 01:53:08 +01:00
..
adapters
components DEV: Admin webhooks interface issues (#19360) 2022-12-13 01:53:08 +01:00
controllers DEV: Admin webhooks interface issues (#19360) 2022-12-13 01:53:08 +01:00
helpers DEV: Remove 'htmlSafe' string prototype extensions (#16766) 2022-05-13 14:58:26 -05:00
mixins DEV: Add more page objects (#18972) 2022-11-11 17:44:40 +08:00
models FEATURE: Add support for case-sensitive Watched Words (#17445) 2022-08-02 10:06:03 +02:00
routes DEV: Admin webhooks interface issues (#19360) 2022-12-13 01:53:08 +01:00
services DEV: Refactor the last few bootbox dialogs (#18416) 2022-10-07 11:38:27 -04:00
templates DEV: Admin webhooks interface issues (#19360) 2022-12-13 01:53:08 +01:00