From bae79098014ef55e670b05de5d9a2a73bcc0af96 Mon Sep 17 00:00:00 2001 From: McMatts Date: Wed, 29 May 2019 12:49:20 +0100 Subject: [PATCH] Sync with Enterprise edition changes --- .../components/layout/grid/sidebar-go-top.js | 1 - gui/app/pods/auth/share/template.hbs | 39 +++-- gui/app/pods/document/index/template.hbs | 2 - gui/app/styles/core/layout/toolbar.scss | 2 +- .../components/layout/master-navigation.hbs | 146 +++++++++--------- 5 files changed, 96 insertions(+), 94 deletions(-) diff --git a/gui/app/components/layout/grid/sidebar-go-top.js b/gui/app/components/layout/grid/sidebar-go-top.js index 7d0e70c0..d07ec575 100644 --- a/gui/app/components/layout/grid/sidebar-go-top.js +++ b/gui/app/components/layout/grid/sidebar-go-top.js @@ -9,7 +9,6 @@ // // https://documize.com -import browser from '../../../services/browser'; import Component from '@ember/component'; export default Component.extend({ diff --git a/gui/app/pods/auth/share/template.hbs b/gui/app/pods/auth/share/template.hbs index 504a7b59..b8f7afbf 100644 --- a/gui/app/pods/auth/share/template.hbs +++ b/gui/app/pods/auth/share/template.hbs @@ -1,20 +1,25 @@ -{{#layout/master-sidebar hideNavigation=true}} - -
-
welcome to documize
-

Let's set up your account and you started

-
-{{/layout/master-sidebar}} + + -{{#layout/master-content}} - {{layout/logo-heading - title=appMeta.title - desc=appMeta.message - logo=true}} + + + + - {{onboard/share-folder - serial=serial - folderId=folderId - slug=slug}} -{{/layout/master-content}} + + {{layout/logo-heading + title=appMeta.title + desc=appMeta.message + logo=true}} + {{onboard/share-folder + serial=serial + folderId=folderId + slug=slug}} + + diff --git a/gui/app/pods/document/index/template.hbs b/gui/app/pods/document/index/template.hbs index 0c2adf1d..cbaf1501 100644 --- a/gui/app/pods/document/index/template.hbs +++ b/gui/app/pods/document/index/template.hbs @@ -134,5 +134,3 @@ onAttachmentDelete=(action "onAttachmentDelete")}} - - diff --git a/gui/app/styles/core/layout/toolbar.scss b/gui/app/styles/core/layout/toolbar.scss index 68442c35..63ae5159 100644 --- a/gui/app/styles/core/layout/toolbar.scss +++ b/gui/app/styles/core/layout/toolbar.scss @@ -45,7 +45,7 @@ &:hover { > .dicon { - color: $theme-400 !important; + color: $color-white !important; } } } diff --git a/gui/app/templates/components/layout/master-navigation.hbs b/gui/app/templates/components/layout/master-navigation.hbs index 4ef18bcc..db6d9609 100644 --- a/gui/app/templates/components/layout/master-navigation.hbs +++ b/gui/app/templates/components/layout/master-navigation.hbs @@ -1,7 +1,7 @@