Ghost/ghost/admin/app/templates/settings
Kevin Ansfield 6339770a67 Fixed "connect to stripe" button in portal settings modal
no issue

- passed correct action for opening stripe connect modal through to portal settings modal
- updated `<GhTaskButton>` to accept a `@unlinkedTask=true/false` property
  - ember-concurrency will throw warnings about unsafe task cancellation if the initiator of a task is destroyed due to the actions of a task. Eg. the stripe connect button being replaced with the plan checkboxes because stripe connect details are added to settings
  - to avoid warnings ember-concurrency expects the task initiation to be marked as "unlinked" so that the task is allowed to continue even though the initiator is destroyed
- updated `<GhSiteIframe>` to force a refresh when the `@guid` property changes
  - we want the portal preview to fully reload so that it can fetch server data and see that stripe is connected
- updated portal settings modal to initiate a refresh when switching from "connect to stripe" to the plans checkboxes that happens automatically after a successful stripe connection
2021-05-19 20:24:18 +01:00
..
theme Added configurable limit on custom themes 2021-04-07 15:51:22 +02:00
code-injection-loading.hbs Updated code injection styles 2021-02-10 11:54:27 +01:00
code-injection.hbs Updated code injection styles 2021-02-10 11:54:27 +01:00
design-loading.hbs Updated navigation (#1832) 2021-02-02 16:08:06 +00:00
general-loading.hbs Update portal settings UI 2021-02-10 11:08:09 +01:00
general.hbs Updated metadata description preview cutoff point across admin 2021-05-05 17:33:59 +02:00
labs-loading.hbs Basic settings restructure 2021-02-02 16:08:03 +00:00
labs.hbs Updated Google SSO settings copy and styling 2021-04-26 22:15:22 +02:00
members-email.hbs Added default newsletter recipients setting (#1946) 2021-05-07 10:02:19 +01:00
members-payments.hbs Added unsaved changes modal to members-payments screen 2021-04-20 17:41:21 +01:00
membership.hbs Fixed "connect to stripe" button in portal settings modal 2021-05-19 20:24:18 +01:00
navigation.hbs CSS restructure for main sections 2021-02-10 18:48:27 +01:00
product.hbs Added error handling for product details page 2021-05-10 19:18:30 +05:30
products.hbs Wired free membership settings to API (#1949) 2021-05-07 22:46:35 +05:30
theme.hbs Fixed marketplace link in theme settings 2021-04-21 12:22:02 +02:00