| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(layout): preserve list panel when clicking action buttons in summaryHEADmain | Fuwn | 12 hours | 1 | -6/+1 |
| | | | | | | | | | | | | The global animateDetails handler in +layout.svelte runs on every window click, unconditionally finding the nearest <summary>, preventDefault'ing the native toggle, and manually toggling the parent <details>. That left no way for child handlers to opt out -- clicking Roulette or Refresh inside the list title still toggled the panel. Skip the takeover (and stop the native toggle) when the click target is an interactive element. Reverts the now-unneeded slot wrapper in ListTitle from 0d46fa54. | ||||
| * | fix(lists): stop slot buttons from toggling the list details | Fuwn | 14 hours | 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 |