| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | style: apply biome autofixes and resolve remaining lint findings | Fuwn | 4 days | 1 | -1/+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): drop formatter style overrides | Fuwn | 2026-03-01 | 1 | -110/+113 |
| | | |||||
| * | refactor(CommandPalette): Globally rename action type | Fuwn | 2025-05-15 | 1 | -8/+2 |
| | | |||||
| * | feat: Add command palette | Fuwn | 2025-05-06 | 1 | -0/+15 |
| | | |||||
| * | feat(tools): Remove Dump Profile tool | Fuwn | 2025-03-08 | 1 | -5/+5 |
| | | |||||
| * | feat(Tools): Use generic birthdays tool template, adds NIJISANJI birthdays tool | Fuwn | 2025-02-14 | 1 | -0/+6 |
| | | |||||
| * | feat(graphql): paged badges query | Fuwn | 2024-10-18 | 1 | -1/+2 |
| | | |||||
| * | feat(tools): add simple tracker | Fuwn | 2024-10-12 | 1 | -0/+7 |
| | | |||||
| * | chore(prettier): use spaces instead of tabs | Fuwn | 2024-10-09 | 1 | -87/+87 |
| | | |||||
| * | feat(tools): sequel catcher | Fuwn | 2024-07-07 | 1 | -0/+6 |
| | | |||||
| * | feat(tools): hololive birthdays | Fuwn | 2024-03-28 | 1 | -0/+6 |
| | | |||||
| * | feat(tools): hayai v2 | Fuwn | 2024-03-17 | 1 | -0/+5 |
| | | |||||
| * | feat(tools): uma musume birthdays | Fuwn | 2024-03-16 | 1 | -0/+8 |
| | | |||||
| * | feat(tools): auto-populate picker | Fuwn | 2024-03-03 | 1 | -6/+8 |
| | | |||||
| * | feat(tools): senpy shortcut | Fuwn | 2024-03-03 | 1 | -0/+5 |
| | | |||||
| * | refactor(tools): make descriptions dynamic | Fuwn | 2024-02-11 | 1 | -10/+11 |
| | | |||||
| * | feat(tools): update names and descriptions | Fuwn | 2024-02-11 | 1 | -5/+6 |
| | | |||||
| * | feat(locale): localise birthdays | Fuwn | 2024-01-31 | 1 | -10/+21 |
| | | |||||
| * | feat(tools): likes | Fuwn | 2024-01-14 | 1 | -0/+5 |
| | | |||||
| * | feat(tools): new tools url method | Fuwn | 2024-01-08 | 1 | -0/+43 |