diff --git a/components/SwitchTheme.vue b/components/SwitchTheme.vue index ab7f968..d473016 100644 --- a/components/SwitchTheme.vue +++ b/components/SwitchTheme.vue @@ -1,5 +1,5 @@ @@ -9,10 +9,10 @@ const colorMode = useColorMode() @@ -21,13 +21,25 @@ const colorMode = useColorMode() align="end" class="min-w-min" > - + + Light - + + Dark - + + System diff --git a/components/dashboard/links/Index.vue b/components/dashboard/links/Index.vue index a1c076a..a9f5b5a 100644 --- a/components/dashboard/links/Index.vue +++ b/components/dashboard/links/Index.vue @@ -22,7 +22,7 @@ async function getLinks() { const { isLoading } = useInfiniteScroll( document, getLinks, - { distance: 10, interval: 1000, canLoadMore: () => !listComplete }, + { distance: 150, interval: 1000, canLoadMore: () => !listComplete }, ) function updateLinkList(link, type) { @@ -59,5 +59,11 @@ function updateLinkList(link, type) { > +
+ No more +
diff --git a/components/layouts/Header.vue b/components/layouts/Header.vue index 7997e32..04c56fb 100644 --- a/components/layouts/Header.vue +++ b/components/layouts/Header.vue @@ -71,7 +71,7 @@ const showMenu = ref(false) class="w-5 h-5 mr-1" /> GitHub - +