feat: enhance vacation management system with new employee association functionality, improved email notification handling, and comprehensive documentation; update dependencies and UI components for better user experience

This commit is contained in:
2025-10-30 09:27:10 -03:00
parent 21b41121db
commit fd445e8246
43 changed files with 6097 additions and 515 deletions

View File

@@ -30,6 +30,11 @@
"@convex-dev/better-auth": "^0.9.6",
"@dicebear/collection": "^9.2.4",
"@dicebear/core": "^9.2.4",
"@fullcalendar/core": "^6.1.19",
"@fullcalendar/daygrid": "^6.1.19",
"@fullcalendar/interaction": "^6.1.19",
"@fullcalendar/list": "^6.1.19",
"@fullcalendar/multimonth": "^6.1.19",
"@internationalized/date": "^3.10.0",
"@mmailaender/convex-better-auth-svelte": "^0.2.0",
"@sgse-app/backend": "*",
@@ -41,6 +46,7 @@
"emoji-picker-element": "^1.27.0",
"jspdf": "^3.0.3",
"jspdf-autotable": "^5.0.2",
"zod": "^4.0.17"
"svelte-sonner": "^1.0.5",
"zod": "^4.1.12"
}
}