Add svelte-sonner for notifications and enhance employee search functionality

- Integrated svelte-sonner for toast notifications in the layout.
- Implemented server-side search for employees with pagination in the API.
- Updated employee loading logic to support search queries and loading more results.
- Enhanced employee detail view with navigation and improved UI interactions.
- Adjusted cookie handling in hooks for PocketBase authentication.
This commit is contained in:
eewing
2026-02-17 09:13:10 -06:00
parent faae3c1a43
commit 09487bbede
14 changed files with 1172 additions and 32 deletions
+1
View File
@@ -32,6 +32,7 @@
"dependencies": {
"clsx": "^2.1.1",
"pocketbase": "^0.26.8",
"svelte-sonner": "^1.0.7",
"tailwind-merge": "^3.4.1"
}
}