Ghost/ghost/admin/app/components/editor/modals
Kevin Ansfield 9fd87f565d Migrated <GhValidationStatusContainer> to {{validation-status}} modifier
no issue

- moved logic from `<GhValidationStatusContainer>` to a new `validation-status` modifier
  - removes a usage of the `ValidationState` mixin
  - migrated uses of the component to a mixin
  - paves the way for full removal of the `ValidationState` mixin in later refactors (mixins are deprecated)
- migrated `<GhFormGroup>` to a glimmer component
  - swapped the extend of `GhValidationStatusContainer` to usage of the `validation-status` modifier with a template-only component
  - updated all `<GhFormGroup>` to use the standard `class=""` instead of `@classNames=""` and `@class=""`
  - allows `data-test-*` attributes to be added to uses of `<FormGroup>` to help when complex components are grouped as a form input
2022-12-09 12:38:35 +00:00
..
preview Fixed hosting management screen not loading after sign-in process (#15763) 2022-11-03 11:14:36 +00:00
publish-flow Removed need for .get() with settings service 2022-10-07 16:14:57 +01:00
delete-snippet.hbs Switched delete snippet modal to new modal pattern (#15468) 2022-09-25 10:54:07 +01:00
delete-snippet.js Switched delete snippet modal to new modal pattern (#15468) 2022-09-25 10:54:07 +01:00
preview.hbs Fixed the button positions and spacings for the Publish, Save and Sidebar icons in the editor 2022-05-26 13:47:38 +01:00
preview.js Renamed editor-labs component directory to editor 2022-05-25 09:13:08 +01:00
publish-flow.hbs 🎨 Improved email failure handling and retrying (#15504) 2022-10-06 11:12:11 +02:00
publish-flow.js 🎨 Improved email failure handling and retrying (#15504) 2022-10-06 11:12:11 +02:00
re-authenticate.hbs Migrated <GhValidationStatusContainer> to {{validation-status}} modifier 2022-12-09 12:38:35 +00:00
re-authenticate.js Switched editor re-authenticate modal to new modal pattern 2022-11-14 09:55:34 +00:00
update-flow.hbs 🎨 Improved email failure handling and retrying (#15504) 2022-10-06 11:12:11 +02:00
update-flow.js Renamed editor-labs component directory to editor 2022-05-25 09:13:08 +01:00
update-snippet.hbs Switched snippet update modal to new modal pattern 2022-11-14 09:55:34 +00:00
update-snippet.js Switched snippet update modal to new modal pattern 2022-11-14 09:55:34 +00:00