diff options
author | pacien | 2020-02-10 20:13:50 +0100 |
---|---|---|
committer | pacien | 2020-02-10 20:13:50 +0100 |
commit | 95f75d95c12e95fd5c54c2203e031b0a593c7550 (patch) | |
tree | ea34ee78fdb7312efc35c3566f64b6e91380f8ea /viewer/src/views/PanelLeft.vue | |
parent | d6c9903ded5705481840bdb023ed330d0c2bb51e (diff) | |
download | ldgallery-95f75d95c12e95fd5c54c2203e031b0a593c7550.tar.gz |
viewer: move temporary mode selector
Out of the sidebar so we can continue polishing the interface without interference.
Diffstat (limited to 'viewer/src/views/PanelLeft.vue')
-rw-r--r-- | viewer/src/views/PanelLeft.vue | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/viewer/src/views/PanelLeft.vue b/viewer/src/views/PanelLeft.vue index 2c00bbf..91d193c 100644 --- a/viewer/src/views/PanelLeft.vue +++ b/viewer/src/views/PanelLeft.vue | |||
@@ -20,9 +20,6 @@ | |||
20 | <template> | 20 | <template> |
21 | <div class="flex-column"> | 21 | <div class="flex-column"> |
22 | <ld-tag-input /> | 22 | <ld-tag-input /> |
23 | <!-- TODO: Remove when #21 is resolved --> | ||
24 | <ld-mode-radio /> | ||
25 | <!-- === --> | ||
26 | <h1 class="title">{{$t('panelLeft.propositions')}}</h1> | 23 | <h1 class="title">{{$t('panelLeft.propositions')}}</h1> |
27 | <ld-proposition class="scrollbar no-scroll-x" /> | 24 | <ld-proposition class="scrollbar no-scroll-x" /> |
28 | </div> | 25 | </div> |