Commit Graph

5 Commits

Author SHA1 Message Date
eewing 69c6b1a4d4 Update CI workflow to install Bun directly via script
CI / build (push) Failing after 3s
- Replaced the Bun setup action with a script to install Bun and update the PATH.
- Ensured Bun's binary directory is added to the GitHub environment for subsequent steps.
2026-02-17 09:37:25 -06:00
eewing b3735ffbe2 Refactor employee search and improve notification handling
CI / build (push) Failing after 29s
- Enhanced employee search functionality with improved pagination and loading logic.
- Refined toast notification integration using svelte-sonner for better user feedback.
- Updated employee detail view for improved navigation and UI interactions.
2026-02-17 09:18:30 -06:00
eewing 09487bbede 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.
2026-02-17 09:13:10 -06:00
eewing faae3c1a43 Update README.md to include project stack, development and build instructions, and details on PocketBase and shadcn-svelte integration. 2026-02-16 16:04:14 -06:00
eewing 3c1442e150 Initial commit 2026-02-16 14:10:39 -06:00