| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | style: apply biome autofixes and resolve remaining lint findings | Fuwn | 4 days | 1 | -2/+2 |
| | | | | | | | | | | | | | | | 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): drop formatter style overrides | Fuwn | 2026-03-01 | 1 | -7/+7 |
| | | |||||
| * | chore(biome): enable svelte formatting | Fuwn | 2026-03-01 | 1 | -8/+8 |
| | | |||||
| * | refactor(layout): Replace empty p elements with reusable Spacer component | Fuwn | 2026-01-23 | 1 | -1/+2 |
| | | |||||
| * | fix(html): Replace self-closing non-void HTML elements with proper closing tags | Fuwn | 2026-01-23 | 1 | -1/+1 |
| | | |||||
| * | format: Apply Prettier formatting | Fuwn | 2025-12-15 | 1 | -1/+1 |
| | | |||||
| * | style(src): Remove self-closing p and div tags | Fuwn | 2025-06-23 | 1 | -1/+1 |
| | | |||||
| * | chore(prettier): use spaces instead of tabs | Fuwn | 2024-10-09 | 1 | -23/+23 |
| | | |||||
| * | refactor(TextTransition): move to Layout | Fuwn | 2024-04-21 | 1 | -1/+1 |
| | | |||||
| * | feat(RandomFollower): use TextTransition | Fuwn | 2024-04-21 | 1 | -1/+2 |
| | | |||||
| * | refactor(anilist): move to data module | Fuwn | 2024-02-08 | 1 | -1/+1 |
| | | |||||
| * | refactor(skeleton): move to loading module | Fuwn | 2024-01-31 | 1 | -1/+1 |
| | | |||||
| * | feat: move everything to skeletion loading ui | Fuwn | 2024-01-25 | 1 | -1/+2 |
| | | |||||
| * | feat(tools): dump profile tool | Fuwn | 2024-01-06 | 1 | -7/+1 |
| | | |||||
| * | refactor(tools): input template | Fuwn | 2024-01-06 | 1 | -50/+26 |
| | | |||||
| * | refactor(tools): better cards | Fuwn | 2024-01-04 | 1 | -43/+45 |
| | | |||||
| * | feat(tools): move all to cards | Fuwn | 2024-01-04 | 1 | -6/+8 |
| | | |||||
| * | refactor(tools): buttons | Fuwn | 2024-01-04 | 1 | -3/+3 |
| | | |||||
| * | feat(tools): random follower finder | Fuwn | 2024-01-02 | 1 | -0/+56 |