1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Merge pull request #6393 from viown/react-logs

Migrate logs to React
This commit is contained in:
Bill Thornton 2025-01-22 15:01:15 -05:00 committed by GitHub
commit 7cec3dfb53
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 256 additions and 110 deletions

3
src/types/actionData.ts Normal file
View file

@ -0,0 +1,3 @@
export interface ActionData {
isSaved: boolean;
}