diff options
| author | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2018-07-18 19:13:41 +0900 |
|---|---|---|
| committer | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2018-07-18 19:13:41 +0900 |
| commit | 6e720b27981d14a2c4b6d33bdf41a97c489e5c9b (patch) | |
| tree | cd6c85a10de20577cddbd9907997dc7a001a0539 /src | |
| parent | English for ISSUE_TEMPLATE (diff) | |
| download | sharkey-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.vue | 5 |
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=" %i18n:@search%"/> + <!-- + TODO: #343 + <input class="search" type="search" placeholder=" %i18n:@search%"/> + --> </nav> <div class="main" :class="{ uploading: uploadings.length > 0, fetching }" ref="main" |