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:
@@ -8,7 +8,7 @@
|
||||
"packages/*"
|
||||
],
|
||||
"catalog": {
|
||||
"convex": "^1.28.0",
|
||||
"convex": "1.28.2",
|
||||
"typescript": "^5.9.2",
|
||||
"better-auth": "1.3.27",
|
||||
"eslint": "^9.39.1",
|
||||
|
||||
Reference in New Issue
Block a user