veza/apps/web/src/components/ui/avatar-upload
senke 15d31cf793 fix(ui): call onAvatarUpdated('') after successful avatar delete
Ensures parents that rely on onAvatarUpdated get the empty URL when
avatar is removed. Aligns with profile feature test contract.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-05 22:24:50 +01:00
..
AvatarUpload.tsx refactor(ui): extract AvatarUpload into avatar-upload module 2026-02-05 22:21:02 +01:00
AvatarUploadActions.tsx refactor(ui): extract AvatarUpload into avatar-upload module 2026-02-05 22:21:02 +01:00
AvatarUploadDropzone.tsx refactor(ui): extract AvatarUpload into avatar-upload module 2026-02-05 22:21:02 +01:00
AvatarUploadSkeleton.tsx refactor(ui): extract AvatarUpload into avatar-upload module 2026-02-05 22:21:02 +01:00
index.ts refactor(ui): extract AvatarUpload into avatar-upload module 2026-02-05 22:21:02 +01:00
types.ts refactor(ui): extract AvatarUpload into avatar-upload module 2026-02-05 22:21:02 +01:00
useAvatarUpload.ts fix(ui): call onAvatarUpdated('') after successful avatar delete 2026-02-05 22:24:50 +01:00