| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | style: apply biome autofixes and resolve remaining lint findingsHEADmain | Fuwn | 3 days | 1 | -3/+1 |
| | | | | | | | | | | | | | | | Auto-fixed cosmetic findings (import ordering, obj["k"]->obj.k, optional chaining, template literals, Date.now, parseInt radix, useless ternaries/ switch cases). Resolved the non-autofixable rest by hand: - Senpy: static-only class -> object literal (no this/static reliance). - app.html: var global shim -> window.global = window (keeps the shim, drops the unused-var flag). - biome-ignore with rationale for the logout document.cookie clear and the holodule scrape non-null assertion. Verified: biome check 0 diagnostics, svelte-check 0/0, 24/24 unit tests. | ||||
| * | chore(biome): re-enable useAltText rule | Fuwn | 2026-03-01 | 1 | -0/+1 |
| | | |||||
| * | chore(biome): re-enable noDuplicateCase rule | Fuwn | 2026-03-01 | 1 | -1/+1 |
| | | |||||
| * | chore(biome): re-enable noInvalidUseBeforeDeclaration rule | Fuwn | 2026-03-01 | 1 | -1/+1 |
| | | |||||
| * | perf(fonts): Move font loading to HTML for faster FCP | Fuwn | 2026-02-03 | 1 | -0/+11 |
| | | |||||
| * | perf(LandingHero): Optimise for faster LCP | Fuwn | 2026-02-02 | 1 | -0/+4 |
| | | |||||
| * | perf: Optimise landing page performance | Fuwn | 2026-01-29 | 1 | -0/+8 |
| | | |||||
| * | fix(app.html): Update Umami website ID | Fuwn | 2026-01-26 | 1 | -1/+1 |
| | | |||||
| * | fix: Disable analytics on localhost or development environments | Fuwn | 2026-01-23 | 1 | -5/+11 |
| | | |||||
| * | format: Apply Prettier formatting | Fuwn | 2026-01-22 | 1 | -1/+1 |
| | | |||||
| * | format: Apply Prettier formatting | Fuwn | 2025-12-15 | 1 | -1/+1 |
| | | |||||
| * | feat(settings): Custom CSS | Fuwn | 2025-06-23 | 1 | -1/+16 |
| | | |||||
| * | style(app.html): Reformat | Fuwn | 2025-06-14 | 1 | -36/+50 |
| | | |||||
| * | refactor(settings): Move back to localStorage | Fuwn | 2025-06-14 | 1 | -115/+90 |
| | | |||||
| * | feat: Move remaining localStorage usages to localforage | Fuwn | 2025-06-12 | 1 | -90/+115 |
| | | |||||
| * | style: Reformat using latest formatting | Fuwn | 2025-06-11 | 1 | -1/+1 |
| | | |||||
| * | chore(prettier): use spaces instead of tabs | Fuwn | 2024-10-09 | 1 | -195/+195 |
| | | |||||
| * | feat(html): update analytics url | Fuwn | 2024-09-22 | 1 | -4/+4 |
| | | |||||
| * | fix(app.html): update risotto css link | Fuwn | 2024-05-18 | 1 | -2/+1 |
| | | |||||
| * | feat(hololive): hololive schedule | Fuwn | 2024-02-07 | 1 | -0/+2 |
| | | |||||
| * | feat(html): static css | Fuwn | 2024-01-28 | 1 | -2/+1 |
| | | |||||
| * | refactor(settinsg): reverse mai title | Fuwn | 2024-01-27 | 1 | -4/+9 |
| | | |||||
| * | feat(settings): more helpers | Fuwn | 2024-01-27 | 1 | -1/+48 |
| | | |||||
| * | feat(settings): random helper | Fuwn | 2024-01-27 | 1 | -1/+16 |
| | | |||||
| * | feat(html): add noscript | Fuwn | 2024-01-23 | 1 | -0/+4 |
| | | |||||
| * | revert: "refactor(html): preload stylesheets" | Fuwn | 2024-01-23 | 1 | -23/+4 |
| | | | | | This reverts commit e8db79db8cdd296e7a3cb51881d6f7e4e7b3a71a. | ||||
| * | refactor(html): preload stylesheets | Fuwn | 2024-01-23 | 1 | -4/+23 |
| | | |||||
| * | fix(html): add name and property | Fuwn | 2024-01-16 | 1 | -15/+22 |
| | | |||||
| * | fix(html): use root for favicons | Fuwn | 2024-01-10 | 1 | -5/+5 |
| | | |||||
| * | refactor(html): remove old theme force | Fuwn | 2024-01-05 | 1 | -9/+0 |
| | | |||||
| * | fix(html): remove old header hide | Fuwn | 2024-01-05 | 1 | -18/+0 |
| | | |||||
| * | feat(css): shadows | Fuwn | 2024-01-05 | 1 | -56/+0 |
| | | |||||
| * | feat: cool styles | Fuwn | 2024-01-04 | 1 | -0/+2 |
| | | |||||
| * | feat(html): reorder title | Fuwn | 2023-12-28 | 1 | -4/+4 |
| | | |||||
| * | feat(html): add umami comment | Fuwn | 2023-12-28 | 1 | -0/+1 |
| | | |||||
| * | feat(html): update description and title | Fuwn | 2023-12-28 | 1 | -3/+3 |
| | | |||||
| * | feat(html): update title | Fuwn | 2023-12-25 | 1 | -4/+4 |
| | | |||||
| * | feat(html): umami analytics | Fuwn | 2023-12-24 | 1 | -0/+6 |
| | | |||||
| * | fix(html): ignore type error | Fuwn | 2023-12-24 | 1 | -10/+12 |
| | | |||||
| * | feat(layout): use kosugi font | Fuwn | 2023-12-16 | 1 | -68/+0 |
| | | |||||
| * | feat(html): use sarasa term j font | Fuwn | 2023-12-16 | 1 | -0/+68 |
| | | |||||
| * | feat(html): use more screen area | Fuwn | 2023-12-09 | 1 | -1/+1 |
| | | |||||
| * | fix(html): add alt tag | Fuwn | 2023-12-09 | 1 | -0/+4 |
| | | |||||
| * | fix(html): null check settings | Fuwn | 2023-12-09 | 1 | -2/+8 |
| | | |||||
| * | ci(earthly): add lint runner | Fuwn | 2023-12-09 | 1 | -161/+166 |
| | | |||||
| * | fix(html): mai initial set | Fuwn | 2023-12-07 | 1 | -2/+2 |
| | | |||||
| * | feat(settings): helper options | Fuwn | 2023-12-07 | 1 | -5/+26 |
| | | |||||
| * | feat(wrapped): REAL LIVE PREVIEW | Fuwn | 2023-12-05 | 1 | -17/+35 |
| | | |||||
| * | refactor(html): simple variables | Fuwn | 2023-12-05 | 1 | -6/+11 |
| | | |||||
| * | fix(wrapped): invert for new themeing | Fuwn | 2023-12-05 | 1 | -0/+4 |
| | | |||||