began transition to tanstack table

This commit is contained in:
2025-02-05 21:36:23 -05:00
parent a2aa90edec
commit 3ec5eb1a03
3 changed files with 121 additions and 0 deletions

View File

@ -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">