1
0
mirror of https://github.com/TryGhost/Ghost.git synced 2024-12-26 12:21:36 +03:00
Ghost/ghost/admin/app/components/modals/newsletters
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
..
components Added toggle to enable/disable audience feedback in admin () 2022-10-13 10:24:46 +04:00
edit Migrated <GhValidationStatusContainer> to {{validation-status}} modifier 2022-12-09 12:38:35 +00:00
confirm-archive.hbs Added newsletter archiving tests 2022-06-02 10:39:17 +02:00
confirm-newsletter-email.hbs Added tests for editing newsletters 2022-05-18 13:14:38 +02:00
confirm-unarchive.hbs Added newsletter archiving tests 2022-06-02 10:39:17 +02:00
edit.hbs Added tests for unsaved newsletter changes 2022-05-18 15:57:02 +02:00
edit.js Open first section by default in email settings 2022-08-17 11:42:35 +02:00
new.hbs Migrated <GhValidationStatusContainer> to {{validation-status}} modifier 2022-12-09 12:38:35 +00:00
new.js Fixed subscribe count on adding new newsletter () 2022-05-18 20:44:42 +05:30
verify-newsletter-email.hbs Updated copy for newsletter email verification popup 2022-09-16 13:40:44 +05:30
verify-newsletter-email.js Switched to a minimal form when creating a newsletter () 2022-04-27 10:36:43 +01:00