Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
stolpeo committed Aug 14, 2024
1 parent 3a4a3bf commit 82e3882
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const props = defineProps<{
location="right"
temporary
:scrim="false"
resizable
:resizable="true"
save-width
touchless
min-width="200px"
Expand All @@ -41,9 +41,7 @@ const props = defineProps<{
:class="{ 'pin-icon-rotate': !pinned }"
/>
</v-btn> -->
<v-btn icon="" size="small" @click="showSheet = false">
<v-icon icon="mdi-close" />
</v-btn>
<v-btn icon="mdi-close" size="small" @click="showSheet = false" />
</div>
</template>
<v-divider></v-divider>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -225,12 +225,12 @@ onMounted(() => {
>
<template v-if="navbarShown"> Toggle Logs </template>
</v-list-item>
<!-- <v-list-item
<v-list-item
:prepend-icon="`mdi-window-${detailsInSheet ? 'restore' : 'maximize'}`"
@click="detailsInSheet = !detailsInSheet"
>
<template v-if="navbarShown"> Toggle Details Sheet </template>
</v-list-item> -->
</v-list-item>
<v-list-item v-if="!presetSetUuid" prepend-icon="mdi-factory" link>
<template v-if="navbarShown"> Filter: Defaults </template>
</v-list-item>
Expand Down

0 comments on commit 82e3882

Please sign in to comment.