Skip to content

Commit

Permalink
Update HomeView.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoffyw committed Jul 23, 2024
1 parent cec423f commit 8aeb839
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/views/HomeView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import BaseBookBox from "@/components/BaseBookBox.vue";
import draggable from 'vuedraggable'
import { Preferences } from "@capacitor/preferences";
import { restoreScrollPosition, saveScrollPosition } from "@/router/scroll";
import { clearCache } from "@/composables/cached_fetch";
var hasConnection = ref<boolean>(false);
let import_books_tooltip_status = useLocalStorage<boolean>("import_books_tooltip_complete", false);
Expand Down Expand Up @@ -141,6 +142,8 @@ async function startUpdate() {
update_packages.value = [];
})
}
clearCache();
}
function filter_book(book: BookDataSummary, hasConnection: boolean) {
Expand Down

0 comments on commit 8aeb839

Please sign in to comment.