Skip to content
Snippets Groups Projects
Verified Commit 6c2e5738 authored by Jean-Baptiste Pasquier's avatar Jean-Baptiste Pasquier
Browse files

feature: add drive on project

parent 89db25fa
No related branches found
No related tags found
1 merge request!40feature: add drive on project
sib-widget(name='hd-drive')
template
iframe.drive.chat-view(
src='https://drive.google.com/embeddedfolderview?id=${value}'
)
.content-box.full-width.chat-view
sib-display(
bind-resources=""
data-fields="driveID"
widget-driveID='hd-drive'
)
\ No newline at end of file
......@@ -7,6 +7,8 @@
include page-project-edit.pug
#project-create
include page-project-create.pug
#project-drive
include page-project-drive.pug
nav.jsRightMenu(role='navigation')
sib-router(default-route='project-chat')
ul
......@@ -18,6 +20,9 @@ nav.jsRightMenu(role='navigation')
sib-route(name='project-profile', use-id)
li
a Information
sib-route(name='project-drive', use-id)
li
a Drive
sib-route(name='project-edit', use-id)
//- li
//- a Edit
......
......@@ -122,6 +122,11 @@ a {
}
}
.drive {
width: 100%;
border: 0;
}
.backlink {
font-size: 1.5rem;
margin: 2rem 0 0 2rem;
......
......@@ -5,6 +5,7 @@
padding: 0;
height: calc(100vh - 84px);
position: relative;
overflow: hidden;
> sib-chat {
position: absolute;
......
......@@ -92,6 +92,10 @@
&[name$='profile']>li {
@include ci('information');
}
&[name$='drive']>li {
@include ci('file');
}
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment