mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-28 11:00:39 +00:00
- creating admin fix
- fixed hamburger menu in public folder
- red cancel sharing button
(cherry picked from commit 4b8bd3be52)
This commit is contained in:
@@ -8,8 +8,7 @@
|
|||||||
|
|
||||||
<!--More Actions-->
|
<!--More Actions-->
|
||||||
<div class="flex items-center relative mr-[4px]">
|
<div class="flex items-center relative mr-[4px]">
|
||||||
|
<div v-if="! $isThisRoute($route, ['Public'])" @click="showMobileNavigation" class="cursor-pointer p-1.5 -m-1.5">
|
||||||
<div @click="showMobileNavigation" class="cursor-pointer p-1.5 -m-1.5">
|
|
||||||
<menu-icon size="17" class="vue-feather dark:text-gray-100" />
|
<menu-icon size="17" class="vue-feather dark:text-gray-100" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -248,7 +248,7 @@ export default {
|
|||||||
return this.isConfirmedDestroy ? this.$t('popup_share_edit.confirm') : this.$t('popup_share_edit.stop')
|
return this.isConfirmedDestroy ? this.$t('popup_share_edit.confirm') : this.$t('popup_share_edit.stop')
|
||||||
},
|
},
|
||||||
destroyButtonStyle() {
|
destroyButtonStyle() {
|
||||||
return this.isConfirmedDestroy ? 'danger-solid' : 'secondary'
|
return this.isConfirmedDestroy ? 'danger-solid' : 'danger'
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
|
|||||||
Reference in New Issue
Block a user