aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Notification/Notification.svelte
Commit message (Collapse)AuthorAgeFilesLines
* fix(notification): clear auto-dismiss timer on component destroyFuwn2026-04-181-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 overridesFuwn2026-03-011-6/+6
|
* chore(biome): enable svelte formattingFuwn2026-03-011-13/+13
|
* fix: Resolve all ESLint errors and warningsFuwn2026-01-291-1/+2
|
* refactor: Migrate event handlers to new Svelte 5 syntaxFuwn2026-01-231-4/+4
|
* format: Apply Prettier formattingFuwn2026-01-221-1/+3
|
* format: Apply Prettier formattingFuwn2025-12-151-3/+1
|
* style: Reformat using latest formattingFuwn2025-06-111-1/+3
|
* chore(prettier): use spaces instead of tabsFuwn2024-10-091-83/+83
|
* feat(settings): disable notifications optionFuwn2024-01-121-29/+32
|
* feat(notifications): remove button, add clickFuwn2024-01-111-33/+20
|
* feat: notificationsFuwn2024-01-111-0/+112