Backend supports POST /api/me/photo but the dashboard profile edit page has no upload widget.
Tasks
- Add file input to
dashboard.profile.rediger._index.tsx
- Upload via
POST /api/me/photo (multipart/form-data)
- Show image preview before upload
- Update sidebar avatar after success
Backend supports
POST /api/me/photobut the dashboard profile edit page has no upload widget.Tasks
dashboard.profile.rediger._index.tsxPOST /api/me/photo(multipart/form-data)