diff options
author | Zero~Informatique | 2020-02-10 15:20:13 +0100 |
---|---|---|
committer | Zero~Informatique | 2020-02-10 15:20:13 +0100 |
commit | 675f007d85a69d89a9252d980562509f224d4b29 (patch) | |
tree | 119e6a42561346e007fe09e5bf90d95ba46ffc14 /viewer/src/views | |
parent | 6ee5926ceb928aa04df5d0b47390ff10376a6d01 (diff) | |
download | ldgallery-675f007d85a69d89a9252d980562509f224d4b29.tar.gz |
viewer: re-applied changes which were eaten by the big Eldrich monster
Diffstat (limited to 'viewer/src/views')
-rw-r--r-- | viewer/src/views/PanelLeft.vue | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/viewer/src/views/PanelLeft.vue b/viewer/src/views/PanelLeft.vue index ea35664..2c00bbf 100644 --- a/viewer/src/views/PanelLeft.vue +++ b/viewer/src/views/PanelLeft.vue | |||
@@ -19,11 +19,11 @@ | |||
19 | 19 | ||
20 | <template> | 20 | <template> |
21 | <div class="flex-column"> | 21 | <div class="flex-column"> |
22 | <h1>{{$t('panelLeft.mode')}}</h1> | ||
23 | <ld-mode-radio /> | ||
24 | <h1>{{$t('panelLeft.filters')}}</h1> | ||
25 | <ld-tag-input /> | 22 | <ld-tag-input /> |
26 | <h1>{{$t('panelLeft.propositions')}}</h1> | 23 | <!-- TODO: Remove when #21 is resolved --> |
24 | <ld-mode-radio /> | ||
25 | <!-- === --> | ||
26 | <h1 class="title">{{$t('panelLeft.propositions')}}</h1> | ||
27 | <ld-proposition class="scrollbar no-scroll-x" /> | 27 | <ld-proposition class="scrollbar no-scroll-x" /> |
28 | </div> | 28 | </div> |
29 | </template> | 29 | </template> |