discourse/app/assets/javascripts/admin/addon
David Taylor 26b5c0472f DEV: Remove use of PluginOutlet @tagName argument in core
The `tagName` argument is now deprecated. This commit uses a codemod (https://github.com/discourse/discourse-ember-codemods/tree/main/transforms/extract-plugin-outlet-tagname) to automatically remove the `@tagName` from all PluginOutlet invocations, and create a matching wrapper element so that the HTML structure is unchanged. We may want to remove some/all of these wrappers entirely in future, but that would be a riskier change which we should tackle on a case-by-case basis.
2023-01-31 12:15:37 +00:00
..
adapters
components DEV: Add extra whitespace to tidy up prettified templates 2022-12-28 13:11:12 +00:00
controllers UX: Redesign and refactor penalty modals (#19458) 2022-12-19 19:36:03 +02:00
helpers DEV: Remove 'htmlSafe' string prototype extensions (#16766) 2022-05-13 14:58:26 -05:00
mixins UX: Redesign and refactor penalty modals (#19458) 2022-12-19 19:36:03 +02:00
models SECURITY: Convert send_digest to a post request (#19746) 2023-01-05 06:57:12 +08:00
routes DEV: Admin webhooks interface issues (#19360) 2022-12-13 01:53:08 +01:00
services UX: Redesign and refactor penalty modals (#19458) 2022-12-19 19:36:03 +02:00
templates DEV: Remove use of PluginOutlet @tagName argument in core 2023-01-31 12:15:37 +00:00