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
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 28s
This commit is contained in:
@@ -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"
|
||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user