From 3eaa00bddbc354405f2156e1b65fc98598b93597 Mon Sep 17 00:00:00 2001 From: Peter Zimon Date: Wed, 16 Nov 2022 14:07:37 +0100 Subject: [PATCH] Restructured modal open logic no refs. - Navigating to `/settings/labs/import` opened the modal but also transitioned to a blank page in the background. Restructured content import modal so it's opening on top of the Labs page. --- .../app/components/modal-import-content.hbs | 10 ++++---- ghost/admin/app/router.js | 6 +++-- .../admin/app/routes/settings/labs/import.js | 24 ++++++++++++++++++- ghost/admin/app/styles/layouts/labs.css | 4 ++++ 4 files changed, 36 insertions(+), 8 deletions(-) diff --git a/ghost/admin/app/components/modal-import-content.hbs b/ghost/admin/app/components/modal-import-content.hbs index 70f4f96f81..3026e75f44 100644 --- a/ghost/admin/app/components/modal-import-content.hbs +++ b/ghost/admin/app/components/modal-import-content.hbs @@ -18,10 +18,10 @@ {{/if}} - +