From 9e0b05fb60f1dfeb6512ea75acb29774842961ad Mon Sep 17 00:00:00 2001 From: John O'Keefe Date: Fri, 26 Jul 2024 17:01:55 -0400 Subject: [PATCH] cleaned up search javascript --- frontend/src/App.svelte | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/frontend/src/App.svelte b/frontend/src/App.svelte index 7d47e5b..e92cec7 100644 --- a/frontend/src/App.svelte +++ b/frontend/src/App.svelte @@ -8,23 +8,12 @@ import ChangeDataDialogue from "./ChangeDataDialogue.svelte"; - // let aniSearch = "" - // let aniListSearch: AniSearchList - // let aniListSearchActive = false - let aniListLoggedIn = false + let aniListLoggedIn = false let aniListWatchlist: AniListCurrentUserWatchList let page = 1 let perPage = 20 const size = "xl" - // - // function runAniListSearch(): void { - // AniListSearch(aniSearch).then(result => { - // aniListSearch = result - // aniListSearchActive = true - // }) - // } - function anilistGetUserWatchlist(): void { GetAniListUserWatchingList(page, perPage, MediaListSort.UpdatedTimeDesc).then((result) => { aniListWatchlist = result