Ghost/ghost/admin
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
..
.github Added 5.0 branch to CI trigger 2022-04-05 09:28:12 +01:00
app Added "Opt-in existing subscribers" option to newsletter creation 2022-04-19 20:01:08 +01:00
config Removed deprecated ember-keyboard options 2022-01-17 17:38:24 +00:00
lib Dropped ember-useragent dependency 2022-03-07 10:06:35 +00:00
mirage Added "Opt-in existing subscribers" option to newsletter creation 2022-04-19 20:01:08 +01:00
public/assets Added Headline theme to design settings 2022-03-21 10:45:32 +01:00
tests 🐛 Fixed close button on "unsaved changes" modal not always behaving like "Stay" button 2022-04-14 12:39:10 +01:00
.csscomb.json Unsplash integration 2017-08-15 16:01:12 +01:00
.editorconfig deps: ember-cli@2.8.0 2016-10-07 17:32:30 +01:00
.ember-cli Co-located component template files 2020-05-18 13:14:08 +01:00
.eslintignore Updated Ember dependencies to 3.24 (#2221) 2022-01-22 11:24:26 +00:00
.eslintrc.js [chore] migrate to eslint@8 and run --fix (#2256) 2022-02-10 10:41:36 +00:00
.gitignore Updated Ember dependencies to 3.24 (#2221) 2022-01-22 11:24:26 +00:00
.lint-todo Fixed archived description in Email newsletter settings 2022-04-18 11:11:51 +01:00
.template-lintrc.js Fixed linter error 2022-03-09 12:24:36 +00:00
.watchmanconfig deps: ember-cli@1.13.13 2015-11-30 11:21:39 -06:00
ember-cli-build.js Updated newsletter model and form for latest schema 2022-04-12 14:01:41 +01:00
ember-cli-update.json Updated core files to match ember-cli new output 2020-08-03 09:24:58 +01:00
Gruntfile.js Bower => NPM (#972) 2018-03-19 17:56:09 +00:00
LICENSE 2022 2022-01-05 12:41:56 +00:00
package.json Dropped support for Node 12 2022-04-19 15:51:02 +01:00
README.md 2022 2022-01-05 12:41:56 +00:00
renovate.json Added faker to ignored deps in Renovate config 2022-01-06 10:59:24 +00:00
SECURITY.md Updated links to ghost.org sites 2021-01-19 13:18:59 +13:00
testem.js Increased testem's browser_start_timeout to 120s 2020-07-20 12:20:26 +01:00
yarn.lock Update dependency @tryghost/helpers to v1.1.64 (#2340) 2022-04-18 10:28:13 +01:00

Ghost-Admin

This is the home of Ember.js based admin client that ships with Ghost.

Do you want to set up a Ghost blog? Check the getting started guide

Do you want to modify or contribute to Ghost-Admin? Please read how to install from source and swing by our forum if you need any help 😄

Have a bug or issue?

Bugs and issues (even if they only affect the admin client) should be opened on the core Ghost repository.

Copyright & License

Copyright (c) 2013-2022 Ghost Foundation - Released under the MIT license. Ghost and the Ghost Logo are trademarks of Ghost Foundation Ltd. Please see our trademark policy for info on acceptable usage.