| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(lists): stop slot buttons from toggling the list details | Fuwn | 5 days | 1 | -1/+6 |
| | | | | | | | | ListTitle renders inside <summary>, so clicking the Roulette or Refresh button bubbled up and toggled the parent <details>. Wrap the slot in a span that preventDefault()s the click, so the button's own onclick still runs but the summary toggle is cancelled. | ||||
| * | fix(ui): polish media list title separators | Fuwn | 2026-04-02 | 1 | -0/+8 |
| | | |||||
| * | fix(ui): align media list title timings | Fuwn | 2026-04-02 | 1 | -2/+3 |
| | | |||||
| * | fix(ui): refine media list title counts | Fuwn | 2026-04-02 | 1 | -4/+17 |
| | | |||||
| * | feat(debug): add media list timing toggle | Fuwn | 2026-04-02 | 1 | -1/+2 |
| | | |||||
| * | revert(ui): remove april fools executive mode | Fuwn | 2026-04-02 | 1 | -5/+1 |
| | | |||||
| * | feat(ui): add april fools executive mode | Fuwn | 2026-04-01 | 1 | -1/+5 |
| | | |||||
| * | chore(biome): drop formatter style overrides | Fuwn | 2026-03-01 | 1 | -4/+4 |
| | | |||||
| * | chore(biome): enable svelte formatting | Fuwn | 2026-03-01 | 1 | -11/+11 |
| | | |||||
| * | chore(prettier): use spaces instead of tabs | Fuwn | 2024-10-09 | 1 | -23/+23 |
| | | |||||
| * | feat(NumberTicker): unused, but implemented | Fuwn | 2024-05-08 | 1 | -0/+4 |
| | | |||||
| * | feat(landing): cover mode list demos | Fuwn | 2024-05-06 | 1 | -1/+2 |
| | | |||||
| * | refactor: global opacity class | Fuwn | 2024-01-31 | 1 | -1/+1 |
| | | |||||
| * | refactor(anime): use placeholder list on load | Fuwn | 2024-01-26 | 1 | -5/+1 |
| | | |||||
| * | feat: landing page | Fuwn | 2024-01-25 | 1 | -1/+4 |
| | | |||||
| * | feat(locale): localise media lists | Fuwn | 2024-01-25 | 1 | -5/+13 |
| | | |||||
| * | feat(manga): progress badge | Fuwn | 2024-01-25 | 1 | -1/+3 |
| | | |||||
| * | feat: hide loading progress | Fuwn | 2024-01-25 | 1 | -0/+4 |
| | | |||||
| * | feat(title): fix count to number type | Fuwn | 2023-10-01 | 1 | -2/+4 |
| | | |||||
| * | fix(list): restrict to number | Fuwn | 2023-09-29 | 1 | -2/+2 |
| | | |||||
| * | refactor(title): move out of due | Fuwn | 2023-09-26 | 1 | -0/+12 |