began transition to tanstack table
This commit is contained in:
@ -45,6 +45,7 @@
|
||||
import { AddAnimeServiceToTable } from "../helperModules/AddAnimeServiceToTable.svelte";
|
||||
import { CheckIfAniListLoggedInAndLoadWatchList } from "../helperModules/CheckIfAniListLoggedInAndLoadWatchList.svelte";
|
||||
import Datepicker from "./Datepicker.svelte";
|
||||
import AnimeTableTanstack from "./AnimeTableTanstack.svelte";
|
||||
const re = /^([0-9]{4})-([0-9]{2})-([0-9]{2})/;
|
||||
|
||||
let isAniListLoggedIn: boolean;
|
||||
@ -710,6 +711,7 @@
|
||||
</Button>
|
||||
</div>
|
||||
</div>
|
||||
<AnimeTableTanstack />
|
||||
<AnimeTable />
|
||||
|
||||
<div class="flex rounded-lg shadow max-w-4-4 bg-gray-800">
|
||||
|
Reference in New Issue
Block a user