Ghost/ghost/admin/app/styles
Nazar Gargol 5d59670ac3 Fixed browser URL syncronization with embeded iframe state
no issue

- Opted in to use explicit `hisotry.replaceState` and setting iframe's `src` using assignment instead of tracking it through computed property. This allows for tighter control over when iframe's history is updated which was causing problems when `src` was bound to computed property
- Added billing page metadata. This way browser history records appear with nicer signature
- Removed "update button" iframe and rewrote "global iframe" to not use modals. This allows to have single iframe on a page, which simplifies `postMessage` communication and preserve history inside iframe to be able to navigate it after closure
- Added route change handler responding to BMA app route changes. Allows to sync browser URL visible to the user with active route in BMA iframe. The sync is based on `hisory.replaceState` method that makes sure singular history records are kept in the browser history
- Added nested wildcard billing route. This is meant to catch all the nested routes inside of BMA iframe
2020-05-22 14:44:37 +12:00
..
components Fixed toaster content spacing 2020-03-18 13:43:11 +01:00
layouts Fixed browser URL syncronization with embeded iframe state 2020-05-22 14:44:37 +12:00
patterns Fixed FF dropdown visual bug 2020-05-20 09:49:12 +02:00
spirit Refined email card help styles 2020-04-23 14:46:44 +02:00
app-dark.css Icon fixes on integrations night shift 2020-04-20 17:51:56 +02:00
app.css Moved billing page to a popup 2020-04-09 17:26:11 +12:00