| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(tooltip): park measurement node off-screen to stop body resize | Fuwn | 2026-04-19 | 1 | -0/+2 |
| | | | | | | | 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. | ||||
| * | chore(biome): drop formatter style overrides | Fuwn | 2026-03-01 | 1 | -158/+159 |
| | | |||||
| * | chore(prettier): use spaces instead of tabs | Fuwn | 2024-10-09 | 1 | -158/+158 |
| | | |||||
| * | 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 |