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

@@ -8,6 +8,7 @@
"chart.js": "^4.5.1",
"lucide-svelte": "^0.548.0",
"svelte-chartjs": "^3.1.5",
"svelte-sonner": "^1.0.5",
},
"devDependencies": {
"@biomejs/biome": "^2.3.2",