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
371bbadb92
No implicit this codemod ( #17235 )
...
* Run no-implicit-this codemod for app templates
* Run tagless-ember-components-codemod for plugins
* Turn on no-implicit-this lint
2022-07-05 19:41:31 +02:00
Jarek Radosz
16ea7ab248
DEV: Run angle-brackets codemod ( #17286 )
...
Co-authored-by: Peter Wagenet <peter.wagenet@gmail.com>
2022-06-30 12:30:50 +02:00
Penar Musaraj
954f8f8e7e
UX: Fix alignment for admin controls on mobile ( #14312 )
2021-09-13 13:43:43 -04:00
Penar Musaraj
e9e2827636
FIX: Mobile layout for watched words admin UI ( #13427 )
2021-06-18 08:57:13 -04:00
Bianca Nenciu
b56e9ad656
DEV: Simplify watched word code ( #13103 )
...
* DEV: Use site setting instead
* DEV: Use .length instead of a different property
* DEV: Simplify watched word code
2021-05-27 19:20:26 +03:00
Robin Ward
ce3fe2f4c4
REFACTOR: Support bundling our admin
section as an ember addon
2020-09-22 15:14:29 -04:00