| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(tooltip): drop position transition so tooltip snaps instead of sliding | Fuwn | 2026-04-19 | 1 | -1/+1 |
| | | | | | | | | The opacity+top+left transition combined with the off-screen parking caused tooltips to animate from -9999px into place ("pops down from the top") and lagged cursor tracking in the non-pinned variant used by birthdays. Keep only the opacity fade; position updates snap. | ||||
| * | fix(tooltip): park measurement node off-screen to stop body resize | Fuwn | 2026-04-19 | 2 | -0/+5 |
| | | | | | | | Absolute-positioned tooltips were appended to document.body without initial left/top, so their static-flow position extended body scrollWidth/scrollHeight during layout, briefly enlarging the page on hover. | ||||
| * | fix(tooltip): remove body-appended tooltip node on destroy | Fuwn | 2026-04-18 | 1 | -0/+12 |
| | | | | | | | | | | | | | LinkedTooltip appends its tooltip div directly to document.body in createTooltip and only removes it from hideTooltip. If the component was destroyed while the tooltip was visible (e.g. parent navigated mid-hover), the div leaked and stayed in the DOM forever. Add an onDestroy handler that clears the pending hide/debounce timers and, if the tooltip div is still parented to document.body, removes it. Guarding on parentNode avoids double-removal when hideTooltip has already run. | ||||
| * | chore(biome): drop formatter style overrides | Fuwn | 2026-03-01 | 2 | -307/+338 |
| | | |||||
| * | chore(biome): enable svelte formatting | Fuwn | 2026-03-01 | 1 | -176/+172 |
| | | |||||
| * | fix: Resolve all ESLint errors and warnings | Fuwn | 2026-01-29 | 1 | -1/+1 |
| | | |||||
| * | refactor: Migrate event handlers to new Svelte 5 syntax | Fuwn | 2026-01-23 | 1 | -3/+3 |
| | | |||||
| * | chore(prettier): use spaces instead of tabs | Fuwn | 2024-10-09 | 2 | -390/+390 |
| | | |||||
| * | fix(SequelCatcher): tooltips | Fuwn | 2024-08-23 | 1 | -0/+6 |
| | | |||||
| * | feat(list): pin text, transform cover | Fuwn | 2024-04-22 | 1 | -1/+3 |
| | | |||||
| * | fix(LinkedTooltip): hide tooltip content div | Fuwn | 2024-04-21 | 1 | -1/+1 |
| | | |||||
| * | feat(user): hololive badges pinned tooltip | Fuwn | 2024-04-20 | 1 | -18/+54 |
| | | |||||
| * | refactor(tooltip): move sliding tooltip component | Fuwn | 2024-04-18 | 1 | -0/+200 |
| | | |||||
| * | fix(tooltip): fix despawn on quick hover | Fuwn | 2024-04-16 | 1 | -4/+11 |
| | | |||||
| * | fix(tooltip): scrollY | Fuwn | 2024-04-15 | 1 | -1/+1 |
| | | |||||
| * | feat(tooltip): preserve newlines | Fuwn | 2024-04-15 | 1 | -2/+5 |
| | | |||||
| * | feat(tooltip): pinning | Fuwn | 2024-04-15 | 1 | -0/+24 |
| | | |||||
| * | fix(css): use sane z-index values | Fuwn | 2024-02-04 | 1 | -0/+1 |
| | | |||||
| * | fix(tooltip): remove hiding limit | Fuwn | 2024-02-03 | 1 | -5/+0 |
| | | |||||
| * | fix(tooltip): disable method | Fuwn | 2024-02-03 | 1 | -0/+2 |
| | | |||||
| * | feat(tooltip): visible state flags | Fuwn | 2024-02-03 | 1 | -1/+9 |
| | | |||||
| * | fix(tooltip): clean up | Fuwn | 2024-02-03 | 1 | -15/+24 |
| | | |||||
| * | feat(tooltip): debounce for move | Fuwn | 2024-02-03 | 1 | -3/+11 |
| | | |||||
| * | feat(tooltip): tooltip animation | Fuwn | 2024-02-02 | 1 | -49/+86 |
| | | |||||
| * | feat(birthdays): show origin if available | Fuwn | 2024-01-31 | 1 | -0/+8 |
| | | |||||
| * | fix(tooltip): z-index | Fuwn | 2024-01-31 | 1 | -1/+2 |
| | | |||||
| * | fix(airingtime): smaller subtitle max difference | Fuwn | 2024-01-18 | 1 | -1/+0 |
| | | |||||
| * | refactor(tooltip): remove unused timer | Fuwn | 2024-01-18 | 1 | -14/+9 |
| | | |||||
| * | fix(tooltip): tooltip stuck fix | Fuwn | 2024-01-18 | 1 | -3/+3 |
| | | |||||
| * | fix(tooltip): force above | Fuwn | 2024-01-15 | 1 | -0/+1 |
| | | |||||
| * | fix(tooltip): off screen alignment | Fuwn | 2024-01-15 | 1 | -1/+2 |
| | | |||||
| * | feat(settings): add tooltip for rss | Fuwn | 2024-01-13 | 1 | -1/+6 |
| | | |||||
| * | feat(lib): tooltip action | Fuwn | 2024-01-13 | 1 | -0/+58 |