1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 23:59:47 +02:00

Sync with Enterprise edition changes

This commit is contained in:
McMatts 2019-05-29 12:49:20 +01:00
parent c870547fa1
commit bae7909801
5 changed files with 96 additions and 94 deletions

View file

@ -9,7 +9,6 @@
//
// https://documize.com
import browser from '../../../services/browser';
import Component from '@ember/component';
export default Component.extend({

View file

@ -1,12 +1,17 @@
{{#layout/master-sidebar hideNavigation=true}}
<Ui::UiSpacer @size="300" />
<Layout::MasterNavigation @hideNavigation={{true}} />
<Layout::MasterToolbar />
<Layout::Grid::Container>
<Layout::Grid::Sidebar>
<div class="sidebar-content">
<div class="section">
<div class="title">welcome to documize</div>
<p>Let's set up your account and you started</p>
</div>
{{/layout/master-sidebar}}
</div>
</Layout::Grid::Sidebar>
{{#layout/master-content}}
<Layout::Grid::Content>
{{layout/logo-heading
title=appMeta.title
desc=appMeta.message
@ -16,5 +21,5 @@
serial=serial
folderId=folderId
slug=slug}}
{{/layout/master-content}}
</Layout::Grid::Content>
</Layout::Grid::Container>

View file

@ -134,5 +134,3 @@
onAttachmentDelete=(action "onAttachmentDelete")}}
</Layout::Grid::Content>
</Layout::Grid::Container>

View file

@ -45,7 +45,7 @@
&:hover {
> .dicon {
color: $theme-400 !important;
color: $color-white !important;
}
}
}

View file

@ -1,7 +1,7 @@
<div class="navbar">
<div class="container">
<div class="options">
{{#unless hideNavigation}}
<div class="options">
{{#link-to "folders" class=(if (eq selectedItem "spaces") "option selected" "option")}}
<i class={{concat "dicon " constants.Icon.Grid}}>
{{#attach-tooltip showDelay=1000}}Spaces{{/attach-tooltip}}
@ -33,7 +33,6 @@
{{#attach-tooltip showDelay=1000}}Search{{/attach-tooltip}}
</i>
{{/link-to}}
{{/unless}}
</div>
<div class="options">
@ -110,6 +109,7 @@
{{/link-to}}
{{/if}}
</div>
{{/unless}}
</div>
</div>