| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Revert "fix(tooltip): park measurement node off-screen to stop body resize" | Fuwn | 2026-04-19 | 1 | -3/+0 |
| | | | | | This reverts commit 6865cae76cb88aa78d7c297c637557468fdce8fc. | ||||
| * | fix(tooltip): park measurement node off-screen to stop body resize | Fuwn | 2026-04-19 | 1 | -0/+3 |
| | | | | | | | 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 | 1 | -149/+179 |
| | | |||||
| * | 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 | 1 | -232/+232 |
| | | |||||
| * | 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 |