Ghost/ghost/admin/mirage/config
Kevin Ansfield 502fcaba3c Added "Opt-in existing subscribers" option to newsletter creation
refs https://github.com/TryGhost/Team/issues/1528

- adds "opt-in existing" toggle to newsletter modal that's only shown when creating a newsletter
  - defaults to true
- updated newsletter save flow to show confirmation before creation
  - alters message to reflect auto-subscribe selection
  - count of existing subscribed members is not implemented as it's not yet supported by the API
- updated newsletter adapter and save flow to use auto opt-in selection
  - when option is checked the save URL is changed to `POST /members/?opt_in_existing=true`
- modified task button component to ignore a task return value of `canceled` so when it's received the buttons returns to the idle state instead of showing a saved or failed state
  - used by save routine when the "Back to edit" button is clicked in the create confirmation modal
2022-04-19 20:01:08 +01:00
..
api-keys.js
authentication.js Resolved ember-cli-mirage import deprecations 2022-03-08 11:32:01 +00:00
config.js
custom-theme-settings.js
emails.js
integrations.js Resolved ember-cli-mirage import deprecations 2022-03-08 11:32:01 +00:00
invites.js Resolved ember-cli-mirage import deprecations 2022-03-08 11:32:01 +00:00
labels.js Fixed mirage setup for members 2022-02-23 14:21:28 +00:00
members.js Added canceled subscriptions in member detail screen (#2287) 2022-03-18 16:15:42 +00:00
newsletters.js Added "Opt-in existing subscribers" option to newsletter creation 2022-04-19 20:01:08 +01:00
offers.js Fixed mirage setup for members 2022-02-23 14:21:28 +00:00
pages.js Resolved ember-cli-mirage import deprecations 2022-03-08 11:32:01 +00:00
posts.js Added newsletter dropdown to publish menu 2022-04-06 10:22:06 +01:00
products.js Fixed mirage setup for members 2022-02-23 14:21:28 +00:00
roles.js
settings.js
site.js
slugs.js
snippets.js
tags.js
themes.js Resolved ember-cli-mirage import deprecations 2022-03-08 11:32:01 +00:00
uploads.js
users.js Resolved ember-cli-mirage import deprecations 2022-03-08 11:32:01 +00:00
webhooks.js Resolved ember-cli-mirage import deprecations 2022-03-08 11:32:01 +00:00