diff options
| author | Hazelnoot <acomputerdog@gmail.com> | 2025-04-13 19:59:16 -0400 |
|---|---|---|
| committer | Hazelnoot <acomputerdog@gmail.com> | 2025-04-13 19:59:16 -0400 |
| commit | c866c16ed3aabcc9edd9436392e876a81e40a7a8 (patch) | |
| tree | a4bca08a7b2a5a886f8319e294518fbf4fd29705 | |
| parent | fix indentation in CONTRIBUTING.md (diff) | |
| download | sharkey-c866c16ed3aabcc9edd9436392e876a81e40a7a8.tar.gz sharkey-c866c16ed3aabcc9edd9436392e876a81e40a7a8.tar.bz2 sharkey-c866c16ed3aabcc9edd9436392e876a81e40a7a8.zip | |
remove duplicate button in MkDrive.vue
| -rw-r--r-- | packages/frontend/src/components/MkDrive.vue | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/frontend/src/components/MkDrive.vue b/packages/frontend/src/components/MkDrive.vue index 0aeb65d69c..218ce9d93a 100644 --- a/packages/frontend/src/components/MkDrive.vue +++ b/packages/frontend/src/components/MkDrive.vue @@ -31,7 +31,6 @@ SPDX-License-Identifier: AGPL-3.0-only <span v-if="folder != null" :class="[$style.navPathItem, $style.navSeparator]"><i class="ti ti-chevron-right"></i></span> <span v-if="folder != null" :class="[$style.navPathItem, $style.navCurrent]">{{ folder.name }}</span> </div> - <button class="_button" :class="$style.navMenu" @click="showMenu"><i class="ti ti-dots"></i></button> <div :class="$style.navMenu"> <!-- "Search drive via alt text or file names" --> <MkInput v-model="searchQuery" :large="true" :autofocus="true" type="search" :placeholder="i18n.ts.driveSearchbarPlaceholder" @enter="fetch"> |