From bc9dab72f2c1ea77123f26fc7a7bc062187d1d15 Mon Sep 17 00:00:00 2001 From: McMatts Date: Fri, 24 May 2019 13:45:01 +0100 Subject: [PATCH] Show quick list and jump to other spaces with same label Closes #275 --- gui/app/pods/folder/index/template.hbs | 13 +++++++++++++ gui/app/styles/core/view/space.scss | 7 +++++++ 2 files changed, 20 insertions(+) diff --git a/gui/app/pods/folder/index/template.hbs b/gui/app/pods/folder/index/template.hbs index cb78511f..b994f65f 100644 --- a/gui/app/pods/folder/index/template.hbs +++ b/gui/app/pods/folder/index/template.hbs @@ -44,6 +44,19 @@
Unclassified
{{else}}
{{model.label.name}}
+ + {{#attach-popover class="ember-attacher-popper" hideOn="clickout" showOn="click" isShown=false placement="bottom-middle"}} + + {{/attach-popover}} + {{/if}} {{layout/logo-heading diff --git a/gui/app/styles/core/view/space.scss b/gui/app/styles/core/view/space.scss index fa93f8d1..7edcfc27 100644 --- a/gui/app/styles/core/view/space.scss +++ b/gui/app/styles/core/view/space.scss @@ -10,7 +10,14 @@ color: map-get($gray-shades, 100); } +.space-label-dropdown { + font-size: 25px; + vertical-align: middle; + cursor: pointer; +} + .view-space { + > .documents { margin: 0; padding: 0;