feat: add svelte-sonner dependency and enhance NotificationBell component

- Added `svelte-sonner` to dependencies for improved notification handling.
- Refactored the `NotificationBell.svelte` component for better readability and maintainability, including code formatting and structure improvements.
- Updated `package.json` and `bun.lock` to reflect the new dependency.
This commit is contained in:
2025-10-30 14:55:51 -03:00
parent 1b751efc5e
commit 5469c50d90
8 changed files with 1393 additions and 559 deletions

View File

@@ -24,7 +24,8 @@
"@tanstack/svelte-form": "^1.23.8",
"chart.js": "^4.5.1",
"lucide-svelte": "^0.548.0",
"svelte-chartjs": "^3.1.5"
"svelte-chartjs": "^3.1.5",
"svelte-sonner": "^1.0.5"
},
"optionalDependencies": {
"@rollup/rollup-win32-x64-msvc": "^4.52.5"