| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(media): guard publicMediaListCollection against missing AniList data | Fuwn | 2026-04-18 | 1 | -17/+18 |
| | | | | | | | | | | | | | The public variant of mediaListCollection chained data.MediaListCollection .lists with no null check, so any AniList error response (rate limit, private list, nonexistent user) threw a TypeError. Mirror the guard used by the authenticated sibling: if any of data, MediaListCollection, or lists is missing, return an empty array. The function currently has no in-tree callers; noting that it may be a candidate for removal in a follow-up. | ||||
| * | fix(anilist): restore completed list query semantics | Fuwn | 2026-03-28 | 1 | -3/+3 |
| | | |||||
| * | fix(cache): restore instant filters and shared AniList cache | Fuwn | 2026-03-28 | 1 | -1/+1 |
| | | |||||
| * | fix(anilist): restore completed list filters | Fuwn | 2026-03-28 | 1 | -10/+38 |
| | | |||||
| * | fix(anilist): fall back to persisted media list cache | Fuwn | 2026-03-28 | 1 | -0/+56 |
| | | |||||
| * | fix(anilist): avoid leaking settings subscriptions | Fuwn | 2026-03-28 | 1 | -4/+1 |
| | | |||||
| * | fix(cache): respect AniList media list recache windows | Fuwn | 2026-03-28 | 1 | -50/+64 |
| | | |||||
| * | refactor(effect): harden settings and media cache json parsing | Fuwn | 2026-03-03 | 1 | -1/+2 |
| | | |||||
| * | chore(biome): drop formatter style overrides | Fuwn | 2026-03-01 | 1 | -414/+450 |
| | | |||||
| * | chore(biome): re-enable noImplicitAnyLet rule | Fuwn | 2026-03-01 | 1 | -2/+2 |
| | | |||||
| * | fix(anime): unify due classification and harden subtitle matching | Fuwn | 2026-03-01 | 1 | -0/+1 |
| | | |||||
| * | fix(AniList): Change customLists from Map to Record | Fuwn | 2026-01-23 | 1 | -1/+1 |
| | | |||||
| * | feat(List): List filtering | Fuwn | 2025-06-09 | 1 | -1/+2 |
| | | |||||
| * | feat(Anime): Add additional sort options | Fuwn | 2025-03-29 | 1 | -2/+4 |
| | | |||||
| * | feat(Wrapped): start and end data filters | Fuwn | 2024-12-27 | 1 | -1/+5 |
| | | |||||
| * | chore(prettier): use spaces instead of tabs | Fuwn | 2024-10-09 | 1 | -389/+389 |
| | | |||||
| * | feat(SequelCatcher): side stories toggle | Fuwn | 2024-08-23 | 1 | -2/+3 |
| | | |||||
| * | fix(AniList): request relation native title | Fuwn | 2024-08-23 | 1 | -1/+1 |
| | | |||||
| * | feat(settings): data saver | Fuwn | 2024-08-22 | 1 | -2/+3 |
| | | |||||
| * | feat(SequelCatcher): formatting | Fuwn | 2024-07-08 | 1 | -0/+1 |
| | | |||||
| * | refactor(SequelCatcher): tidy | Fuwn | 2024-07-07 | 1 | -24/+8 |
| | | |||||
| * | feat(tools): sequel catcher | Fuwn | 2024-07-07 | 1 | -29/+104 |
| | | |||||
| * | feat(list): blur nsfw media covers setting | Fuwn | 2024-04-17 | 1 | -1/+2 |
| | | |||||
| * | fix(anime): no match out-of-season anime | Fuwn | 2024-04-11 | 1 | -1/+2 |
| | | |||||
| * | refactor(anilist): move to data module | Fuwn | 2024-02-08 | 1 | -0/+441 |