Ghost/ghost/admin/app/styles
Kevin Ansfield 8a1ae88192 Added portal preview to memberships screen
no issue

- fixed styling issues
    - fixed portal preview taking over the screen by adding `position: relative` to the container
    - fixed portal preview being interactive by disabling pointer events
- added portal preview URL generation to memberships controller
    - moved much of the preview params knowledge/calculations from the `<ModalPortalSettings>` component into the `members-utils` service so that a portal preview URL can be generated from anywhere using current settings values rather than the method consumer needing to have knowledge of all params and how to generate them
    - updated actions in controller that modify settings to also update the preview url
    - added `onChange` event to the `<Settings/MembersSubscriptionAccess>` component so the controller can react and update preview
- used `<GhSiteIframe>` with generated portal preview URL for live display of portal changes on memberships screen
2021-05-18 13:59:57 +01:00
..
components Refined membership access settings 2021-05-17 19:36:36 +02:00
layouts Added portal preview to memberships screen 2021-05-18 13:59:57 +01:00
patterns Applied basic layout for membership settings 2021-05-17 13:01:54 +02:00
spirit Clarified staff user roles in Admin (#1874) 2021-04-07 15:20:30 +01:00
app-dark.css Fixed button hover state bugs in dark mode 2021-05-13 11:47:14 +02:00
app.css Added static components for custom products 2021-04-08 14:40:13 +02:00