cleaned up search javascript
This commit is contained in:
parent
e3cde57f62
commit
9e0b05fb60
@ -8,23 +8,12 @@
|
|||||||
|
|
||||||
import ChangeDataDialogue from "./ChangeDataDialogue.svelte";
|
import ChangeDataDialogue from "./ChangeDataDialogue.svelte";
|
||||||
|
|
||||||
// let aniSearch = ""
|
let aniListLoggedIn = false
|
||||||
// let aniListSearch: AniSearchList
|
|
||||||
// let aniListSearchActive = false
|
|
||||||
let aniListLoggedIn = false
|
|
||||||
let aniListWatchlist: AniListCurrentUserWatchList
|
let aniListWatchlist: AniListCurrentUserWatchList
|
||||||
let page = 1
|
let page = 1
|
||||||
let perPage = 20
|
let perPage = 20
|
||||||
const size = "xl"
|
const size = "xl"
|
||||||
|
|
||||||
//
|
|
||||||
// function runAniListSearch(): void {
|
|
||||||
// AniListSearch(aniSearch).then(result => {
|
|
||||||
// aniListSearch = result
|
|
||||||
// aniListSearchActive = true
|
|
||||||
// })
|
|
||||||
// }
|
|
||||||
|
|
||||||
function anilistGetUserWatchlist(): void {
|
function anilistGetUserWatchlist(): void {
|
||||||
GetAniListUserWatchingList(page, perPage, MediaListSort.UpdatedTimeDesc).then((result) => {
|
GetAniListUserWatchingList(page, perPage, MediaListSort.UpdatedTimeDesc).then((result) => {
|
||||||
aniListWatchlist = result
|
aniListWatchlist = result
|
||||||
|
Loading…
Reference in New Issue
Block a user