cleaned up search javascript
This commit is contained in:
parent
e3cde57f62
commit
9e0b05fb60
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user