improved loading for change individual anime from search

This commit is contained in:
2024-09-09 12:03:46 -04:00
parent 45b11fa8f4
commit 60a38ff569
9 changed files with 123 additions and 33 deletions

View File

@ -2,6 +2,7 @@ export type TableItems = TableItem[]
export type TableItem = {
id: number
title: string
service: string
progress: number
status: string