Ghost/ghost/admin/app/components/editor-labs/publish-options
Kevin Ansfield 67505f838c Added first pass of recipient options to new publish flow
closes https://github.com/TryGhost/Team/issues/1585

- adds newsletter select, free/paid checkboxes, and specific label select to the email recipients area in publish flow
- updated `PublishOptions`
  - `willEmail` getter now takes into account the recipient filter so when free+paid+specific are all unchecked the flow corresponds to email not being sent
  - save task passes through the real recipient filter
  - added `fullRecipientFilter` for use in count fetchers so the selected newsletter is taken into account whilst we use `recipientFilter` as the main filter value
- fixed issues with dropdowns being cut off
  - `{{liquid-if}}` uses `overflow: hidden` to make it's animation work, this means any popups that are larger than the expanded option size are cut off
  - switched away from rendering the selects inline so they aren't limited by parent container size
  - fixed `z-index` issues to they appear on top of the modal
2022-05-05 11:18:49 +01:00
..
email-recipients.hbs Added first pass of recipient options to new publish flow 2022-05-05 11:18:49 +01:00
publish-at.hbs Switched publish flow dropdowns to expanding blocks and added publish time options 2022-04-27 18:21:01 +01:00
publish-at.js Switched publish flow dropdowns to expanding blocks and added publish time options 2022-04-27 18:21:01 +01:00
publish-type.hbs Updated publish settings page 2022-04-28 16:46:58 +01:00
publish-type.js Switched publish flow dropdowns to expanding blocks and added publish time options 2022-04-27 18:21:01 +01:00