8 Commits

Author SHA1 Message Date
David Taylor
1dca7b8b0a
FIX: Correct issues in admin-embeddable-host ()
Classic Component arguments are not available in the constructor. Switch back to using `init()` for this component

Followup to a433b30650d125e6685fb13f679f613003f246aa
2023-02-24 09:44:50 +00:00
David Taylor
a433b30650
DEV: Convert admin component definitions to native class syntax ()
This conversion was achieved using the ember-native-class-codemod, plus a handful of manual fixes/tweaks
2023-02-23 15:32:53 +00:00
Penar Musaraj
a1d67122b1
DEV: Refactor the last few bootbox dialogs () 2022-10-07 11:38:27 -04:00
Roman Rizzi
766d337d42
FIX: Display embeddable host's post to category. ()
The host's category was successfully updated on the database, but the category property was not properly set when rendering the component for the first time.
2021-10-05 13:59:27 -03:00
Jarek Radosz
d6aadf60bd
FIX: Don't try to focus on a missing element ()
Replacing 3 imports and flawed fragile logic with a single html attribute 💆
2021-01-20 15:02:27 +01:00
Roman Rizzi
bbe5d8d5cf
DEV: Sort imports alphabetically () 2020-12-01 15:31:26 -03:00
Roman Rizzi
1c2358ba16
DEV: Tidy up imports. ()
Only allow one import definition per file and add a new eslint rule to enforce it.
2020-11-27 11:30:16 -03:00
Robin Ward
ce3fe2f4c4 REFACTOR: Support bundling our admin section as an ember addon 2020-09-22 15:14:29 -04:00