mirror of
https://github.com/documize/community.git
synced 2025-07-26 00:29:47 +02:00
Sync with Enterprise edition changes
This commit is contained in:
parent
c870547fa1
commit
bae7909801
5 changed files with 96 additions and 94 deletions
|
@ -9,7 +9,6 @@
|
||||||
//
|
//
|
||||||
// https://documize.com
|
// https://documize.com
|
||||||
|
|
||||||
import browser from '../../../services/browser';
|
|
||||||
import Component from '@ember/component';
|
import Component from '@ember/component';
|
||||||
|
|
||||||
export default Component.extend({
|
export default Component.extend({
|
||||||
|
|
|
@ -1,12 +1,17 @@
|
||||||
{{#layout/master-sidebar hideNavigation=true}}
|
<Layout::MasterNavigation @hideNavigation={{true}} />
|
||||||
<Ui::UiSpacer @size="300" />
|
<Layout::MasterToolbar />
|
||||||
|
|
||||||
|
<Layout::Grid::Container>
|
||||||
|
<Layout::Grid::Sidebar>
|
||||||
|
<div class="sidebar-content">
|
||||||
<div class="section">
|
<div class="section">
|
||||||
<div class="title">welcome to documize</div>
|
<div class="title">welcome to documize</div>
|
||||||
<p>Let's set up your account and you started</p>
|
<p>Let's set up your account and you started</p>
|
||||||
</div>
|
</div>
|
||||||
{{/layout/master-sidebar}}
|
</div>
|
||||||
|
</Layout::Grid::Sidebar>
|
||||||
|
|
||||||
{{#layout/master-content}}
|
<Layout::Grid::Content>
|
||||||
{{layout/logo-heading
|
{{layout/logo-heading
|
||||||
title=appMeta.title
|
title=appMeta.title
|
||||||
desc=appMeta.message
|
desc=appMeta.message
|
||||||
|
@ -16,5 +21,5 @@
|
||||||
serial=serial
|
serial=serial
|
||||||
folderId=folderId
|
folderId=folderId
|
||||||
slug=slug}}
|
slug=slug}}
|
||||||
{{/layout/master-content}}
|
</Layout::Grid::Content>
|
||||||
|
</Layout::Grid::Container>
|
||||||
|
|
|
@ -134,5 +134,3 @@
|
||||||
onAttachmentDelete=(action "onAttachmentDelete")}}
|
onAttachmentDelete=(action "onAttachmentDelete")}}
|
||||||
</Layout::Grid::Content>
|
</Layout::Grid::Content>
|
||||||
</Layout::Grid::Container>
|
</Layout::Grid::Container>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -45,7 +45,7 @@
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
> .dicon {
|
> .dicon {
|
||||||
color: $theme-400 !important;
|
color: $color-white !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<div class="navbar">
|
<div class="navbar">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="options">
|
|
||||||
{{#unless hideNavigation}}
|
{{#unless hideNavigation}}
|
||||||
|
<div class="options">
|
||||||
{{#link-to "folders" class=(if (eq selectedItem "spaces") "option selected" "option")}}
|
{{#link-to "folders" class=(if (eq selectedItem "spaces") "option selected" "option")}}
|
||||||
<i class={{concat "dicon " constants.Icon.Grid}}>
|
<i class={{concat "dicon " constants.Icon.Grid}}>
|
||||||
{{#attach-tooltip showDelay=1000}}Spaces{{/attach-tooltip}}
|
{{#attach-tooltip showDelay=1000}}Spaces{{/attach-tooltip}}
|
||||||
|
@ -33,7 +33,6 @@
|
||||||
{{#attach-tooltip showDelay=1000}}Search{{/attach-tooltip}}
|
{{#attach-tooltip showDelay=1000}}Search{{/attach-tooltip}}
|
||||||
</i>
|
</i>
|
||||||
{{/link-to}}
|
{{/link-to}}
|
||||||
{{/unless}}
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="options">
|
<div class="options">
|
||||||
|
@ -110,6 +109,7 @@
|
||||||
{{/link-to}}
|
{{/link-to}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</div>
|
</div>
|
||||||
|
{{/unless}}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue