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:
2025-11-11 16:01:18 -03:00
parent e09d03ceb8
commit d3d7744402
9 changed files with 760 additions and 810 deletions

View File

@@ -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",