Ghost/ghost/admin/app/routes/settings
Kevin Ansfield 404d3c44cf Switched to a minimal form when creating a newsletter (#2356)
no issue

The full edit newsletter form with all the settings, design options, and preview felt quite overwhelming when the only piece of data that's required to create a newsletter is the name.

- re-organised the newsletter modal components by renaming `modals/edit-newlsetter` to `modals/newsletters` to better represent the full suite of modals that are used in newsletter management
- added a `modals/newsletters/new` component containing a minimal form with name/description/opt-in-existing fields
- switched the `new-newsletter` route to open the new modal rather than the previous dual-purpose edit modal
- moved message about newsletter creation into the create modal and dropped the separate create confirmation modal
- dropped unnecessary unsaved-changes confirmation
- removed the now-unused opt-in-existing behaviour from the edit newsletter modal

Co-authored-by: Peter Zimon <peter.zimon@gmail.com>
2022-04-27 10:36:43 +01:00
..
design 🐛 Fixed close button on "unsaved changes" modal not always behaving like "Stay" button 2022-04-14 12:39:10 +01:00
integration/webhooks Migrated route objects to native class syntax 2022-01-17 10:06:57 +00:00
integrations Resolved deprecation warnings for dynamic modal component binding (#2303) 2022-03-14 10:52:04 +00:00
members-email-labs Switched to a minimal form when creating a newsletter (#2356) 2022-04-27 10:36:43 +01:00
product Wired products data to Product settings screen (#1927) 2021-04-22 22:17:19 +05:30
staff Updated Author user profile page and sidebar 2022-01-26 14:49:55 +00:00
code-injection.js Refactored away CurrentUserSettings mixin (#2200) 2022-01-17 10:05:27 +00:00
design.js Fix tests 2022-02-02 10:57:34 +01:00
general.js Refactored away CurrentUserSettings mixin (#2200) 2022-01-17 10:05:27 +00:00
integration.js Refactored away CurrentUserSettings mixin (#2200) 2022-01-17 10:05:27 +00:00
integrations.js Migrated route objects to native class syntax 2022-01-17 10:06:57 +00:00
labs.js Migrated route objects to native class syntax 2022-01-17 10:06:57 +00:00
members-email-labs.js Switched to a minimal form when creating a newsletter (#2356) 2022-04-27 10:36:43 +01:00
members-email.js Created labs versions of members-email settings code 2022-03-31 11:06:21 +01:00
membership.js [chore] migrate to eslint@8 and run --fix (#2256) 2022-02-10 10:41:36 +00:00
navigation.js Refactored away CurrentUserSettings mixin (#2200) 2022-01-17 10:05:27 +00:00
product.js [chore] migrate to eslint@8 and run --fix (#2256) 2022-02-10 10:41:36 +00:00
products.js [chore] migrate to eslint@8 and run --fix (#2256) 2022-02-10 10:41:36 +00:00
theme-install.js 🐛 Fixed theme installs from ghost.org/marketplace 2021-11-10 10:58:29 +00:00