Move bookmarks to home folder, reduce header size and fix import link
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 28s

This commit is contained in:
2026-04-14 17:31:53 +01:00
parent 68dca953f2
commit 8d10f75f2b
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ const groupedBookmarks = computed(() => {
<template> <template>
<div class="bookmarks-wrapper"> <div class="bookmarks-wrapper">
<Header class="text-left">Bookmarks</Header> <h3 class="text-left">Bookmarks</h3>
<div class="bookmarks-scroll"> <div class="bookmarks-scroll">
<LinkTable <LinkTable
v-for="group in groupedBookmarks" v-for="group in groupedBookmarks"

View File

@@ -21,7 +21,7 @@ import Favorites from "./Favorites.vue";
import Gym2 from "./Gym2.vue"; import Gym2 from "./Gym2.vue";
import Consumption from "./Consumption.vue"; import Consumption from "./Consumption.vue";
import Steam from "./Steam.vue"; import Steam from "./Steam.vue";
import Bookmarks from "./bookmarks/Bookmarks.vue"; import Bookmarks from "./Bookmarks.vue";
</script> </script>
<template> <template>