Implement media preview thumbnails for Gallery

This commit is contained in:
2023-11-19 03:38:25 +00:00
parent a52167bb5e
commit c84c570d2e
9 changed files with 57 additions and 9 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
/>
</template>
<SvgButton ref="searchButton" name="find" @click.prevent="toggleSearchInput" />
<SvgButton name="eye" @click="store.gallery = !store.gallery" />
<SvgButton name="eye" @click="store.prefs.gallery = !store.prefs.gallery" />
<SvgButton name="cog" @click="settingsMenu" />
</nav>
</template>