Refactor backend code style and improve user profile handling
- Standardize import formatting and indentation in auth and funcionarios modules - Enhance getCurrentUser query to include photo URL retrieval from storage - Add getCurrent funcionario query based on authenticated user - Update controller logic to avoid redundant local state for profile photos - Upgrade dependencies: convex 1.28.2, svelte 5.43.6, vite 7.2.2, rollup 4.53.2, tailwindcss 4.1.17, and others
This commit is contained in:
@@ -28,7 +28,6 @@
|
||||
"vite": "^7.1.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"eslint": "catalog:",
|
||||
"@convex-dev/better-auth": "^0.9.7",
|
||||
"@dicebear/collection": "^9.2.4",
|
||||
"@dicebear/core": "^9.2.4",
|
||||
@@ -44,9 +43,10 @@
|
||||
"@types/papaparse": "^5.3.14",
|
||||
"better-auth": "catalog:",
|
||||
"convex": "catalog:",
|
||||
"convex-svelte": "^0.0.11",
|
||||
"convex-svelte": "^0.0.12",
|
||||
"date-fns": "^4.1.0",
|
||||
"emoji-picker-element": "^1.27.0",
|
||||
"eslint": "catalog:",
|
||||
"is-network-error": "^1.3.0",
|
||||
"jspdf": "^3.0.3",
|
||||
"jspdf-autotable": "^5.0.2",
|
||||
|
||||
Reference in New Issue
Block a user