Commit Graph

10 Commits

Author SHA1 Message Date
b90d8eb2d3 feat(backend): add genres support to AniList integration
Add the `genres` field to AniList GraphQL queries and type definitions:
- Add genres field to GetAniListItem query for fetching single anime details
- Add genres field to AniListSearch query for search results
- Add genres field to GetAniListUserWatchingList query for user's watch list
- Update MediaList type definition to include Genres []string field

This enhancement allows the application to retrieve and display anime genre
information from the AniList API, providing users with better categorization
and discovery capabilities.
2026-03-19 20:54:39 -04:00
00930f611e added ability to delete entries. Added MAL RefreshToken Function 2024-09-18 14:05:41 -04:00
77e361b5b2 rewrote the Anime.svelte to move out helper functions and clean up code 2024-09-05 15:29:42 -04:00
3b5518113e cleaned up anilist struct and function 2024-08-16 15:04:34 -04:00
ce52ae20f5 added tags to get functions for AniList and fixed AniList Post Data query 2024-08-09 15:07:41 -04:00
54d5932d8a expanded anilist user type 2024-07-30 20:35:21 -04:00
5035712402 added started and completed at structs 2024-07-27 12:57:36 -04:00
2be45caa21 expanded go structs to give more info for watch and single anime 2024-07-25 09:19:27 -04:00
4e11b218be added information being pulled from anilist 2024-07-24 09:18:45 -04:00
dcf7322b0c updated bruno files 2024-07-24 09:15:52 -04:00