veza/apps/web/src/features/auth
senke c172c3b865 cleanup: address simple TODO comments (Cleanup 14)
- Fixed ChatRoom.tsx: Implemented current user ID check for isMe
  - Added useUser hook to get current user
  - Replaced hardcoded isMe=false with proper user ID comparison
- Improved TwoFactorVerify.tsx: Enhanced TODO comment with specific action items
  - Clarified that verify() is for setup, not login
  - Added FIXME with clear explanation of the issue
  - Documented that parent should handle verification
- Cleanup 14: In progress - addressing simple, safe TODOs
2026-01-16 12:31:40 +01:00
..
__tests__ incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00
api scalability: update feature API files to use service layer 2026-01-15 20:45:59 +01:00
components cleanup: address simple TODO comments (Cleanup 14) 2026-01-16 12:31:40 +01:00
hooks scalability: replace direct auth API calls with authApi service 2026-01-15 20:40:46 +01:00
pages aesthetic-improvements: align spacing to 8px grid (Action 11.2.1.3) 2026-01-16 11:50:46 +01:00
services api-contracts: replace ApiError interface with Zod-inferred type 2026-01-15 17:03:35 +01:00
store state-ownership: remove _refreshUserPromise field from authStore 2026-01-15 18:11:41 +01:00
types api-contracts: update feature-specific auth types to use generated types 2026-01-15 17:13:43 +01:00
utils incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00
index.ts [INT-AUTH-002] Remove duplicate auth store - migrate to features/auth/store/authStore.ts 2025-12-26 09:11:46 +01:00
routes.test.tsx refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
routes.tsx refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
types.test.ts refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00