Ghost/ghost/admin/app/modifiers
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
..
autofocus.js Updated modifiers to resolve ember-modifier@4.x deprecations 2022-08-02 16:54:34 +01:00
movable.js Updated modifiers to resolve ember-modifier@4.x deprecations 2022-08-02 16:54:34 +01:00
on-resize.js Updated modifiers to resolve ember-modifier@4.x deprecations 2022-08-02 16:54:34 +01:00
on-scroll.js Updated modifiers to resolve ember-modifier@4.x deprecations 2022-08-02 16:54:34 +01:00
ratio-zoom.js Fixed "Cannot destructure property 'ratio'" errors 2022-12-06 17:23:38 +00:00
react-render.js Updated modifiers to resolve ember-modifier@4.x deprecations 2022-08-02 16:54:34 +01:00
scroll-into-view.js Updated modifiers to resolve ember-modifier@4.x deprecations 2022-08-02 16:54:34 +01:00
scroll-to.js Renamed {{scroll-to}}'s shouldScroll argument to when 2022-11-11 11:53:53 +00:00
scroll-top.js Updated modifiers to resolve ember-modifier@4.x deprecations 2022-08-02 16:54:34 +01:00
select-on-click.js Migrated staff user screen to Ember Octane patterns (#15532) 2022-10-05 12:05:31 +01:00
validation-status.js Migrated <GhValidationStatusContainer> to {{validation-status}} modifier 2022-12-09 12:38:35 +00:00