Skip to content

Commit

Permalink
Replace triple dot menu with explicit "open with" menu
Browse files Browse the repository at this point in the history
  • Loading branch information
waxlamp committed Jan 31, 2024
1 parent 85cf48b commit 8e24f8b
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions web/src/views/FileBrowserView/FileBrowser.vue
Original file line number Diff line number Diff line change
Expand Up @@ -209,22 +209,13 @@
>
<template #activator="{ on, attrs }">
<v-btn
v-if="item.services && item.services.length"
color="primary"
icon
title="Open in external service"
x-small
:disabled="!item.services || !item.services.length"
v-bind="attrs"
v-on="on"
>
<v-icon>mdi-dots-vertical</v-icon>
</v-btn>
<v-btn
v-else
color="primary"
disabled
icon
>
<v-icon>mdi-dots-vertical</v-icon>
Open With <v-icon small>mdi-menu-down</v-icon>
</v-btn>
</template>
<v-list
Expand Down

0 comments on commit 8e24f8b

Please sign in to comment.