From da4eb0dace1b26766222f5fed4506e7928afa1b0 Mon Sep 17 00:00:00 2001 From: Rajasegar Chandran Date: Thu, 29 Oct 2020 17:26:59 +0530 Subject: [PATCH 1/2] chore: styleguide changes --- app/app.js | 12 -- app/styles/app.css | 1 + app/templates/application.hbs | 3 +- app/templates/loading.hbs | 1 + package.json | 3 +- pnpm-lock.yaml | 254 ++++++---------------------------- 6 files changed, 46 insertions(+), 228 deletions(-) create mode 100644 app/templates/loading.hbs diff --git a/app/app.js b/app/app.js index 5e8405f..3931ca1 100644 --- a/app/app.js +++ b/app/app.js @@ -25,15 +25,3 @@ export const bootstrap = emberLifecycles.bootstrap; export const mount = emberLifecycles.mount; export const unmount = emberLifecycles.unmount; -/* -export const unmount = () => { - - return emberLifecycles.unmount().then(() => { - - const app = Array.from(document.querySelectorAll('script')).filter(s => s.src.endsWith('/navbar/assets/navbar.js')) - document.head.removeChild(app[0]); - const vendor = Array.from(document.querySelectorAll('script')).filter(s => s.src.endsWith('/navbar/assets/vendor.js')) - document.head.removeChild(vendor[0]); - }); -} -*/ diff --git a/app/styles/app.css b/app/styles/app.css index e69de29..8b13789 100644 --- a/app/styles/app.css +++ b/app/styles/app.css @@ -0,0 +1 @@ + diff --git a/app/templates/application.hbs b/app/templates/application.hbs index 135ca51..4a81df7 100644 --- a/app/templates/application.hbs +++ b/app/templates/application.hbs @@ -1,5 +1,6 @@ -
+