Status + Profile Attributes #647

Merged
sarah merged 5 commits from status into trunk 2023-04-05 05:14:51 +00:00
Owner
No description provided.
dan was assigned by sarah 2023-04-04 21:00:05 +00:00
sarah added 1 commit 2023-04-04 21:00:05 +00:00
continuous-integration/drone/pr Build is pending Details
d43a4a96cc
Status + Profile Attributes
dan approved these changes 2023-04-04 21:31:00 +00:00
dan left a comment
Owner

2 small comments. i find the big block of get all the attributes individual calls per contact gross, but will have to think of something better cus nothing leaps to mind. :/

2 small comments. i find the big block of get all the attributes individual calls per contact gross, but will have to think of something better cus nothing leaps to mind. :/
@ -357,0 +369,4 @@
ProfileStatusMenu availabilityStatus = ProfileStatusMenu.available;
void setAvailabilityStatus(String status) {
switch (status) {
case "available":
Owner

prolly should be a consts for available, away, busy

prolly should be a consts for available, away, busy
@ -39,2 +36,2 @@
}
}
// if (metadata.attributes["file-downloaded"] == "true") {
// if (!Provider.of<ProfileInfoState>(context).downloadKnown(fileKey)) {
Owner

get rid of comments? replace with TODO?

get rid of comments? replace with TODO?
sarah added 2 commits 2023-04-05 04:18:58 +00:00
sarah changed title from WIP: Status + Profile Attributes to Status + Profile Attributes 2023-04-05 04:19:05 +00:00
sarah force-pushed status from e8d7c0dadd to e1c0960fee 2023-04-05 04:19:13 +00:00 Compare
Member
Drone Build Status: failure https://build.openprivacy.ca/cwtch.im/cwtch-ui/229
Member
Drone Build Status: success https://build.openprivacy.ca/cwtch.im/cwtch-ui/230
sarah merged commit 7748b81233 into trunk 2023-04-05 05:14:51 +00:00
Sign in to join this conversation.
No reviewers
dan
No Milestone
No project
No Assignees
3 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: cwtch.im/cwtch-ui#647
No description provided.