Ghost-Admin/mirage/models
Kevin Ansfield b377927d26 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-key.js Resolved ember-cli-mirage import deprecations 2022-03-08 11:32:01 +00:00
config.js Resolved ember-cli-mirage import deprecations 2022-03-08 11:32:01 +00:00
custom-theme-setting.js Resolved ember-cli-mirage import deprecations 2022-03-08 11:32:01 +00:00
email.js Resolved ember-cli-mirage import deprecations 2022-03-08 11:32:01 +00:00
integration.js Resolved ember-cli-mirage import deprecations 2022-03-08 11:32:01 +00:00
invite.js Resolved ember-cli-mirage import deprecations 2022-03-08 11:32:01 +00:00
label.js Resolved ember-cli-mirage import deprecations 2022-03-08 11:32:01 +00:00
member-activity-event.js Resolved ember-cli-mirage import deprecations 2022-03-08 11:32:01 +00:00
member.js Added newsletter management for member (#2336) 2022-04-14 20:10:04 +05:30
newsletter.js Added "Opt-in existing subscribers" option to newsletter creation 2022-04-19 20:01:08 +01:00
notification.js Resolved ember-cli-mirage import deprecations 2022-03-08 11:32:01 +00:00
page.js 🎨 Separated post and page list screens (#1101) 2019-02-22 10:17:33 +07:00
post.js Added newsletter dropdown to publish menu 2022-04-06 10:22:06 +01:00
product-benefit.js Resolved ember-cli-mirage import deprecations 2022-03-08 11:32:01 +00:00
product.js Resolved ember-cli-mirage import deprecations 2022-03-08 11:32:01 +00:00
role.js Resolved ember-cli-mirage import deprecations 2022-03-08 11:32:01 +00:00
site.js Resolved ember-cli-mirage import deprecations 2022-03-08 11:32:01 +00:00
snippet.js Resolved ember-cli-mirage import deprecations 2022-03-08 11:32:01 +00:00
subscriber.js Resolved ember-cli-mirage import deprecations 2022-03-08 11:32:01 +00:00
subscription.js Added canceled subscriptions in member detail screen (#2287) 2022-03-18 16:15:42 +00:00
tag.js Resolved ember-cli-mirage import deprecations 2022-03-08 11:32:01 +00:00
theme.js Resolved ember-cli-mirage import deprecations 2022-03-08 11:32:01 +00:00
user.js Resolved ember-cli-mirage import deprecations 2022-03-08 11:32:01 +00:00
webhook.js Resolved ember-cli-mirage import deprecations 2022-03-08 11:32:01 +00:00