discourse/app/assets/javascripts/admin/addon
David Taylor a60d7a2bc7
DEV: Modernize admin-site-text route/controller (#23581)
- Switch to `@tracked` and native getters
- Remove queryParam defaults which are awkward to work with. Instead, add `resolvedBlah` getters
- Add 'no results found' text
- Use standard 'model' key instead of a custom `setupController` method
- Remove use of `route-action`
- Remove `{{action` helper

Default queryParams in ember controllers are tricky to work with, especially when combined with the new router service. Instead, we can handle defaults ourselves
2023-09-14 11:27:09 +01:00
..
adapters DEV: Migrate remaining admin classes to native syntax (#20717) 2023-03-17 12:25:05 +00:00
components FIX: Double footer in install-theme modal (#23503) 2023-09-11 12:04:32 +02:00
controllers DEV: Modernize admin-site-text route/controller (#23581) 2023-09-14 11:27:09 +01:00
helpers DEV: Migrate remaining admin classes to native syntax (#20717) 2023-03-17 12:25:05 +00:00
lib UX: remove unsupported filterable attr from form template sample (#23535) 2023-09-12 12:20:55 -03:00
mixins DEV: Convert site-setting-default-categories modal to component-based API (#22968) 2023-08-10 10:31:34 +01:00
models FIX: Improve admin plugin list and modernize code (#23256) 2023-08-28 10:48:59 +10:00
routes DEV: Modernize admin-site-text route/controller (#23581) 2023-09-14 11:27:09 +01:00
services DEV: Convert penalize-user modal to component-based API (#22960) 2023-08-14 13:02:54 -05:00
templates DEV: Modernize admin-site-text route/controller (#23581) 2023-09-14 11:27:09 +01:00