- Upgraded '@sveltejs/adapter-node' from version 5.2.0 to 5.5.3 in package.json for better compatibility.
- Added new Rollup plugins: '@rollup/plugin-commonjs', '@rollup/plugin-json', '@rollup/plugin-node-resolve', and '@rollup/pluginutils' in bun.lock to enhance build capabilities.
- Included additional dependencies such as 'commondir', 'is-core-module', and 'is-module' for improved 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.