aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Media
Commit message (Expand)AuthorAgeFilesLines
* perf(schedule): Reduce redundant work in title matchingFuwn2026-02-121-43/+59
* fix: Resolve all ESLint errors and warningsFuwn2026-01-291-1/+1
* format: Apply Prettier formattingFuwn2026-01-222-5/+8
* format: Apply Prettier formattingFuwn2025-12-152-8/+5
* style: Reformat using latest formattingFuwn2025-06-112-5/+8
* chore(prettier): use spaces instead of tabsFuwn2024-10-0913-778/+778
* refactor(Data): rename database referencesFuwn2024-08-243-3/+3
* feat(settings): data saverFuwn2024-08-221-1/+4
* refactor(Database): separate providersFuwn2024-07-253-3/+3
* feat(Manga): allow preferring native chapter countFuwn2024-07-221-49/+57
* refactor(SequelCatcher): tidyFuwn2024-07-071-1/+2
* fix(AiringTime): don't double inject airing timeFuwn2024-06-141-4/+1
* fix(match): no decrement check for daysFuwn2024-06-021-1/+1
* fix(match): only decrement episode on no delayFuwn2024-06-011-2/+4
* fix(match): simple native time comparisonFuwn2024-05-241-1/+1
* fix(match): delayed and subtitled time compatibilityFuwn2024-05-241-6/+12
* fix(match): delayed animeFuwn2024-05-121-1/+2
* feat(outboundLink): trailing slash for anilistFuwn2024-05-111-3/+3
* fix(AiringTime): add hours to weeks and daysFuwn2024-04-201-12/+17
* fix(AiringTime): residual minutes fix hourFuwn2024-04-201-2/+2
* feat(manga): cover modeFuwn2024-04-172-4/+4
* feat(match): compare day of releaseFuwn2024-04-151-24/+28
* fix(anime): no match out-of-season animeFuwn2024-04-111-0/+3
* feat(sequelspy): show days instead of weeks for longFuwn2024-03-301-2/+3
* fix(AiringTime): round minutesFuwn2024-03-011-1/+1
* fix(match): no match for unairedFuwn2024-02-111-9/+11
* fix(match): exclude known un-subbed mediaFuwn2024-02-081-0/+3
* refactor(anilist): move to data moduleFuwn2024-02-089-13/+13
* feat(locale): localise airing timeFuwn2024-02-071-9/+2
* feat(airingtime): update every 30 secondsFuwn2024-02-071-79/+92
* fix(match): use airing at authority for adjustmentFuwn2024-02-071-1/+0
* fix(match): skip specials and ovas in scheduleFuwn2024-02-061-0/+7
* fix(match): re-add schedule matcherFuwn2024-02-061-1/+39
* fix(match): stronger matcherFuwn2024-02-061-42/+38
* fix(match): revert to old matcherFuwn2024-02-061-29/+17
* fix(css): use sane z-index valuesFuwn2024-02-041-1/+0
* fix(anime): unaired subtitle episodeFuwn2024-02-032-8/+9
* feat(hovercover): lazy loadFuwn2024-02-031-0/+1
* feat(cover): better movementFuwn2024-02-031-1/+4
* fix(match): improve anime to timeFuwn2024-02-021-19/+23
* feat(hovercover): half animation timeFuwn2024-01-311-1/+1
* feat(hovercover): drop in animationFuwn2024-01-311-1/+17
* refactor(list): use global opacity classFuwn2024-01-311-8/+2
* refactor: global opacity classFuwn2024-01-313-4/+4
* fix(chapters): insert no chapter on no guessFuwn2024-01-261-1/+9
* fix(airingtime): smaller subtitle max differenceFuwn2024-01-181-1/+1
* fix(cover): null check elementFuwn2024-01-181-1/+5
* feat(airingtime): tooltips for timeFuwn2024-01-181-2/+3
* refactor(anime): airingTime as componentFuwn2024-01-181-0/+142
* feat(time): show full date in titleFuwn2024-01-181-6/+11