Profile pictures incosistencies #58

Merged
b merged 7 commits from pictures-fixes into main 2024-05-17 11:52:36 +00:00
Owner

Closes #46

Closes #46
m added 3 commits 2024-05-17 11:33:34 +00:00
m added 2 commits 2024-05-17 11:35:42 +00:00
m added 1 commit 2024-05-17 11:41:07 +00:00
y approved these changes 2024-05-17 11:44:34 +00:00
Dismissed
@ -87,3 +89,3 @@
)
dispatch(setMetadataEvent(metadataController.getEmptyMetadataEvent()))
dispatch(setUserRobotImage(null))
Owner

the app will clear local storage on logout anyway

the app will clear local storage on logout anyway
Author
Owner

This is a redux bit, won't get cleared automatically.

This is a redux bit, won't get cleared automatically.
m marked this conversation as resolved
@ -0,0 +12,4 @@
return action.payload
case ActionTypes.RESTORE_STATE:
return action.payload.userRobotImage || null
Owner

|| null is not needed in such case

`|| null` is not needed in such case
m marked this conversation as resolved
m added 1 commit 2024-05-17 11:49:28 +00:00
y approved these changes 2024-05-17 11:52:13 +00:00
b merged commit f7723a3ee9 into main 2024-05-17 11:52:36 +00:00
b deleted branch pictures-fixes 2024-05-17 11:52:36 +00:00
Sign in to join this conversation.
No reviewers
y
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sigit/sigit.io#58
No description provided.