| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(a11y): drop redundant alts and the landing em dash | Fuwn | 31 hours | 1 | -1/+1 |
| | | | | | | | | | | Replace generic alt="Avatar" / alt="Character" with empty alts on images that visually duplicate a name already present as adjacent text (Wrapped activity avatar, Hololive stream icon, three Birthdays covers); screen readers stop announcing "Avatar" / "Character" twice. Also swap the em dash in the landing subheadline for a comma per the project copy rule. | ||||
| * | perf(images): lazy-load and async-decode off-screen imagery | Fuwn | 32 hours | 3 | -1/+9 |
| | | | | | | | | | | Add loading=lazy and decoding=async to the 16 <img> elements that weren't already deferring across Tools/Wrapped, Events, EasterEvent, Hololive, and the rate-limited fallback. Also drop the backdrop-filter: blur(160px) the dropdown items were paying on every hover; the background-color change already gives sufficient feedback, and the parent card's own blur stays. | ||||
| * | refactor(wrapped): simplify redundant new Date(Date.now()) calls | Fuwn | 2026-04-18 | 1 | -2/+2 |
| | | | | | | | new Date(Date.now()) is identical to new Date() and was called twice back-to-back to seed currentYear and selectedYear to the same value. Call new Date() once for currentYear and reuse it for selectedYear. | ||||
| * | chore(cleanup): remove stale eslint directives | Fuwn | 2026-03-01 | 1 | -1/+0 |
| | | |||||
| * | chore(biome): drop formatter style overrides | Fuwn | 2026-03-01 | 9 | -662/+757 |
| | | |||||
| * | chore(biome): enable svelte linting | Fuwn | 2026-03-01 | 1 | -29/+30 |
| | | |||||
| * | chore(biome): enable svelte formatting | Fuwn | 2026-03-01 | 8 | -753/+735 |
| | | |||||
| * | chore(biome): enable css formatting | Fuwn | 2026-03-01 | 1 | -2/+2 |
| | | |||||
| * | fix: Resolve all ESLint errors and warnings | Fuwn | 2026-01-29 | 1 | -1/+1 |
| | | |||||
| * | fix(AniList): Change customLists from Map to Record | Fuwn | 2026-01-23 | 1 | -1/+1 |
| | | |||||
| * | fix: Resolve unused imports, dead code, and type definitions | Fuwn | 2026-01-23 | 1 | -4/+0 |
| | | |||||
| * | refactor: Migrate event handlers to new Svelte 5 syntax | Fuwn | 2026-01-23 | 4 | -17/+17 |
| | | |||||
| * | refactor(layout): Replace empty p elements with reusable Spacer component | Fuwn | 2026-01-23 | 1 | -2/+3 |
| | | |||||
| * | fix(html): Replace self-closing non-void HTML elements with proper closing tags | Fuwn | 2026-01-23 | 1 | -3/+3 |
| | | |||||
| * | format: Apply Prettier formatting | Fuwn | 2026-01-22 | 2 | -8/+28 |
| | | |||||
| * | fix(Wrapped): Move CSS import to script block for vitePreprocess compatibility | Fuwn | 2026-01-22 | 1 | -4/+1 |
| | | |||||
| * | fix(Wrapped): Improve data loading | Fuwn | 2025-12-16 | 2 | -1/+18 |
| | | |||||
| * | feat(Wrapped): Don't automatically fetch remote data | Fuwn | 2025-12-16 | 1 | -219/+426 |
| | | |||||
| * | format: Apply Prettier formatting | Fuwn | 2025-12-15 | 1 | -24/+4 |
| | | |||||
| * | feat(Wrapped): Add detailed activity fetcher toggle | Fuwn | 2025-12-15 | 1 | -10/+25 |
| | | |||||
| * | fix(wrapped): Flex and overflow | Fuwn | 2025-12-01 | 1 | -0/+6 |
| | | |||||
| * | style(src): Remove self-closing tags with attributes | Fuwn | 2025-06-23 | 1 | -1/+1 |
| | | |||||
| * | style(src): Remove self-closing p and div tags | Fuwn | 2025-06-23 | 1 | -2/+2 |
| | | |||||
| * | style: Reformat using latest formatting | Fuwn | 2025-06-11 | 2 | -8/+28 |
| | | |||||
| * | fix(Wrapped): spelling of exclude | Fuwn | 2024-12-27 | 1 | -8/+8 |
| | | |||||
| * | feat(Wrapped): start and end data filters | Fuwn | 2024-12-27 | 1 | -4/+58 |
| | | |||||
| * | feat(wrapped): exclude unrated & unwatched toggle | Fuwn | 2024-12-24 | 1 | -2/+11 |
| | | |||||
| * | fix(wrapped): li::marker consistent colouring | Fuwn | 2024-12-24 | 1 | -0/+4 |
| | | |||||
| * | chore(prettier): use spaces instead of tabs | Fuwn | 2024-10-09 | 9 | -1049/+1049 |
| | | |||||
| * | refactor(Data): rename database references | Fuwn | 2024-08-24 | 1 | -1/+1 |
| | | |||||
| * | refactor(Database): separate providers | Fuwn | 2024-07-25 | 1 | -1/+1 |
| | | |||||
| * | feat: use global login restriction warning | Fuwn | 2024-02-08 | 1 | -4/+2 |
| | | |||||
| * | refactor(anilist): move to data module | Fuwn | 2024-02-08 | 7 | -13/+13 |
| | | |||||
| * | feat(popup): use popup component | Fuwn | 2024-02-04 | 1 | -1/+4 |
| | | |||||
| * | feat(wrapped): add tooltips for titles | Fuwn | 2024-02-01 | 1 | -1/+2 |
| | | |||||
| * | fix(wrapped): require login | Fuwn | 2024-02-01 | 1 | -2/+2 |
| | | |||||
| * | refactor: global opacity class | Fuwn | 2024-01-31 | 1 | -2/+2 |
| | | |||||
| * | refactor(skeleton): move to loading module | Fuwn | 2024-01-31 | 1 | -1/+1 |
| | | |||||
| * | feat: more fancy loaders | Fuwn | 2024-01-30 | 1 | -0/+7 |
| | | |||||
| * | feat: move everything to skeletion loading ui | Fuwn | 2024-01-25 | 1 | -17/+1 |
| | | |||||
| * | feat(wrapped): hide loading messages | Fuwn | 2024-01-25 | 1 | -4/+4 |
| | | |||||
| * | fix(wrapped): accidential user id overwrite | Fuwn | 2024-01-25 | 1 | -3/+1 |
| | | |||||
| * | feat(wrapped): skeleton loading | Fuwn | 2024-01-24 | 1 | -0/+9 |
| | | |||||
| * | feat(identity): use global store | Fuwn | 2024-01-24 | 2 | -29/+14 |
| | | |||||
| * | refactor(wrapped): move tool to module | Fuwn | 2024-01-21 | 1 | -0/+790 |
| | | |||||
| * | fix(css): proxy google fonts for cors | Fuwn | 2024-01-06 | 1 | -2/+2 |
| | | |||||
| * | refactor(wrapped): move panels to components | Fuwn | 2024-01-03 | 8 | -0/+383 |