Ghost/ghost/admin/app/components/settings/form-fields
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
..
accent-color.hbs Refactored general design settings form components 2022-02-04 16:04:58 +00:00
accent-color.js Removed need for .get() with settings service 2022-10-07 16:14:57 +01:00
publication-cover.hbs Cleaned up icon styles 2022-09-02 16:56:02 +01:00
publication-cover.js Removed need for .get() with settings service 2022-10-07 16:14:57 +01:00
publication-icon.hbs Cleaned up icon styles 2022-09-02 16:56:02 +01:00
publication-icon.js Removed need for .get() with settings service 2022-10-07 16:14:57 +01:00
publication-logo.hbs Cleaned up icon styles 2022-09-02 16:56:02 +01:00
publication-logo.js Removed need for .get() with settings service 2022-10-07 16:14:57 +01:00
site-description.hbs Migrated <GhValidationStatusContainer> to {{validation-status}} modifier 2022-12-09 12:38:35 +00:00
site-description.js Removed need for .get() with settings service 2022-10-07 16:14:57 +01:00