Martin Brennan
c80b5b718c
FIX: Add checkbox-label to more checkbox label elements ( #24174 )
...
Followup to e2d9117378
, which
made these labels bold because they were missing the correct
class.
2023-10-31 08:57:50 +01:00
Jarek Radosz
87d0336f05
DEV: Introduce {{body-class}}
, soft-deprecate <DSection />
( #23479 )
...
`<DSection />` is now deprecated. Please use `{{body-class "foo-page" "bar"}}` and/or `<section></section>` instead.
2023-09-11 13:44:52 +02:00
Jarek Radosz
1c87bb7fe9
DEV: Update DButton uses ( #23333 )
...
1. Use `this.` instead of `{{action}}` where applicable
2. Use `{{fn}}` instead of `@actionParam` where applicable
3. Use non-`@` versions of class/type/tabindex/aria-controls/aria-expanded
4. Remove `btn` class (it's added automatically to all DButtons)
5. Remove `type="button"` (it's the default)
6. Use `concat-class` helper
2023-08-31 11:49:35 +02:00
David Taylor
c8e2e37fa7
DEV: Apply prettier to hbs files
2022-12-28 13:11:12 +00:00
Peter Wagenet
40cb46631f
DEV: Update /admin/badges
to modern Ember patterns ( #17672 )
...
* Nest admin badges controller and route files
* Use standard file names for admin-badges
* Update resolver to allow standardized file structure for admin
* Add adminBadges.index controller for property tracking
* Modernize admin badges controller
* Modernize admin-badges route
* Add admin-badges index route
* Modernize admin-badges.show controller and route
* Modernize admin-badges.award controller and route
* Convert BadgeButton to a Glimmer component
2022-08-03 10:12:17 +01:00