iachat/app/javascript/dashboard
Sivin Varghese 3edc0542cc
fix: Fix issue with profile picture not updating (#10532)
This PR resolves the issue with updating the profile picture in the profile settings.

**Cause of issue**
The issue can be reproduced with the old `ProfileAvatar.vue` component.
While the exact reason is unclear, it seems related to cases where the
file might be `null`.

**Solution**
Replaced the old `ProfileAvatar.vue` with `Avatar.vue` and tested it. It
works fine. I’ve attached a loom video below.

Fixes https://linear.app/chatwoot/issue/CW-3768/profile-picture-bug

Co-authored-by: Pranav <pranav@chatwoot.com>
Co-authored-by: Pranav <pranavrajs@gmail.com>
2024-12-04 15:02:29 -08:00
..
api feat(ee): Setup @chatwoot/captain NPM library (#10389) 2024-11-11 17:39:09 -08:00
assets feat: Update design for report pages (#10506) 2024-11-27 18:10:15 +08:00
components feat(v4): Update the design for the contacts list page (#10501) 2024-11-27 20:07:20 -08:00
components-next fix: Fix issue with profile picture not updating (#10532) 2024-12-04 15:02:29 -08:00
composables fix: Update contact details page errors (#10536) 2024-12-04 13:58:53 -08:00
constants feat: Vite + vue 3 💚 (#10047) 2024-10-02 00:36:30 -07:00
helper feat(v4): Add new conversation filters component (#10502) 2024-11-27 20:05:54 -08:00
i18n feat(v4): Add new contact details screen (#10504) 2024-12-03 21:29:47 -08:00
mixins chore: fix circleci on vite build (#10214) 2024-10-07 15:27:41 +05:30
modules feat(v4): Auto-navigate to first menu item on group menu open(#10350) 2024-10-25 13:01:29 -07:00
routes fix: Fix issue with profile picture not updating (#10532) 2024-12-04 15:02:29 -08:00
store fix: Fix issue with profile picture not updating (#10532) 2024-12-04 15:02:29 -08:00
App.vue fix: Resolve accountId from the route, initialize route-sync before the app is loaded (#10245) 2024-10-08 09:25:51 -07:00
featureFlags.js feat: Add new sidebar for Chatwoot V4 (#10291) 2024-10-23 18:32:37 -07:00