Ghost/ghost/admin/app/components/settings
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
..
design Refactored general design settings form components 2022-02-04 16:04:58 +00:00
form-fields Migrated <GhValidationStatusContainer> to {{validation-status}} modifier 2022-12-09 12:38:35 +00:00
history Resolved power-select related deprecation warnings for loading components by string (#15466) 2022-09-24 17:00:05 +02:00
integrations Switched API key regeneration modal to new modal pattern 2022-11-14 09:55:34 +00:00
labs Refactored delete all content modal 2022-09-08 09:18:46 +01:00
members Fixed hosting management screen not loading after sign-in process (#15763) 2022-11-03 11:14:36 +00:00
members-email Updated counts used in default recipients selection in settings 2022-04-26 13:10:16 +01:00
navigation Migrated <GhValidationStatusContainer> to {{validation-status}} modifier 2022-12-09 12:38:35 +00:00
newsletters Fixed "invoking component by passing its name" deprecations for newsletter modals 2022-11-03 10:14:37 +00:00
staff/modals Fixed linter error 2022-10-03 21:20:37 +01:00
analytics.hbs Removed duplicate newsletter tracking settings (#15717) 2022-10-28 02:35:39 +05:30
analytics.js Fixed hosting management screen not loading after sign-in process (#15763) 2022-11-03 11:14:36 +00:00
members-comment-access.hbs Added Playwright test for disabled subscription access 2022-12-08 17:58:03 +01:00
members-comment-access.js Removed need for .get() with settings service 2022-10-07 16:14:57 +01:00
members-default-post-access.hbs Added Comment access dropdown to membership settings 2022-07-06 11:01:57 +02:00
members-default-post-access.js Removed need for .get() with settings service 2022-10-07 16:14:57 +01:00
members-subscription-access.hbs Added non-Stripe members setting screen acceptance tests 2022-02-18 22:36:01 +00:00
members-subscription-access.js Removed need for .get() with settings service 2022-10-07 16:14:57 +01:00
newsletters.hbs Migrated <GhValidationStatusContainer> to {{validation-status}} modifier 2022-12-09 12:38:35 +00:00
newsletters.js Fixed hosting management screen not loading after sign-in process (#15763) 2022-11-03 11:14:36 +00:00