summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAya Morisawa <AyaMorisawa4869@gmail.com>2018-07-18 19:13:41 +0900
committerAya Morisawa <AyaMorisawa4869@gmail.com>2018-07-18 19:13:41 +0900
commit6e720b27981d14a2c4b6d33bdf41a97c489e5c9b (patch)
treecd6c85a10de20577cddbd9907997dc7a001a0539 /src
parentEnglish for ISSUE_TEMPLATE (diff)
downloadsharkey-6e720b27981d14a2c4b6d33bdf41a97c489e5c9b.tar.gz
sharkey-6e720b27981d14a2c4b6d33bdf41a97c489e5c9b.tar.bz2
sharkey-6e720b27981d14a2c4b6d33bdf41a97c489e5c9b.zip
Hide drive search form
It is unimplemented
Diffstat (limited to 'src')
-rw-r--r--src/client/app/desktop/views/components/drive.vue5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/client/app/desktop/views/components/drive.vue b/src/client/app/desktop/views/components/drive.vue
index df141b6d6c..6bad7c78a2 100644
--- a/src/client/app/desktop/views/components/drive.vue
+++ b/src/client/app/desktop/views/components/drive.vue
@@ -10,7 +10,10 @@
<span class="separator" v-if="folder != null">%fa:angle-right%</span>
<span class="folder current" v-if="folder != null">{{ folder.name }}</span>
</div>
- <input class="search" type="search" placeholder="&#xf002; %i18n:@search%"/>
+ <!--
+ TODO: #343
+ <input class="search" type="search" placeholder="&#xf002; %i18n:@search%"/>
+ -->
</nav>
<div class="main" :class="{ uploading: uploadings.length > 0, fetching }"
ref="main"