| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(notification): clear auto-dismiss timer on component destroy | Fuwn | 2026-04-18 | 1 | -1/+5 |
| | | | | | | | | | | onMount scheduled a setTimeout to auto-dismiss the notification after notification.duration ms but never stored the handle. If the component was destroyed before the timer fired (parent unmount, navigation), the timer still ran and called remove() on a stale closure. Capture the timer id and clear it from the onMount cleanup callback. | ||||
| * | chore(biome): drop formatter style overrides | Fuwn | 2026-03-01 | 4 | -45/+47 |
| | | |||||
| * | chore(biome): enable svelte formatting | Fuwn | 2026-03-01 | 2 | -19/+19 |
| | | |||||
| * | fix: Resolve all ESLint errors and warnings | Fuwn | 2026-01-29 | 1 | -1/+2 |
| | | |||||
| * | fix(Notification): Align Options interface with Notification type | Fuwn | 2026-01-23 | 1 | -6/+11 |
| | | |||||
| * | refactor: Migrate event handlers to new Svelte 5 syntax | Fuwn | 2026-01-23 | 1 | -4/+4 |
| | | |||||
| * | fix(notifications): Replace svelte-notifications with custom store for Svelte 5 | Fuwn | 2026-01-22 | 2 | -0/+63 |
| | | |||||
| * | format: Apply Prettier formatting | Fuwn | 2026-01-22 | 1 | -1/+3 |
| | | |||||
| * | format: Apply Prettier formatting | Fuwn | 2025-12-15 | 1 | -3/+1 |
| | | |||||
| * | style: Reformat using latest formatting | Fuwn | 2025-06-11 | 1 | -1/+3 |
| | | |||||
| * | chore(prettier): use spaces instead of tabs | Fuwn | 2024-10-09 | 2 | -95/+95 |
| | | |||||
| * | feat(settings): disable notifications option | Fuwn | 2024-01-12 | 1 | -29/+32 |
| | | |||||
| * | feat(list): recache notifications | Fuwn | 2024-01-11 | 1 | -1/+1 |
| | | |||||
| * | feat(notifications): remove button, add click | Fuwn | 2024-01-11 | 1 | -33/+20 |
| | | |||||
| * | feat: notifications | Fuwn | 2024-01-11 | 2 | -0/+131 |