Move status options under profile image in contacts view #722

Merged
sarah merged 6 commits from stable-blockers into trunk 2023-09-18 15:23:02 +00:00
Owner

Also has the impact of resolving space contention when resized very small.

Also has the impact of resolving space contention when resized very small.
dan was assigned by sarah 2023-09-11 21:59:45 +00:00
sarah added 1 commit 2023-09-11 21:59:45 +00:00
continuous-integration/drone/pr Build is pending Details
16de726b47
Move status options under profile image in contacts view
Also has the impact of resolving space contention when resized very small.
Owner

this is nicer, is there any change we can do sub menus and have a top level menu that includes a link to edit profile and a second entry / sub menu to set status?

this is nicer, is there any change we can do sub menus and have a top level menu that includes a link to edit profile and a second entry / sub menu to set status?
sarah added 1 commit 2023-09-14 01:38:25 +00:00
continuous-integration/drone/pr Build is pending Details
919c7c35a6
Support Appear Offline
sarah added 1 commit 2023-09-14 01:40:17 +00:00
continuous-integration/drone/pr Build is running Details
93b6e5c8c7
Android APIS
Member
Drone Build Status: success https://build.openprivacy.ca/cwtch.im/cwtch-ui/454
dan reviewed 2023-09-15 18:33:47 +00:00
@ -268,0 +280,4 @@
Provider.of<FlwtchState>(context, listen: false)
.cwtch
.SetProfileAttribute(Provider.of<ProfileInfoState>(context).onion, "profile.appear-offline", value ? "true" : "false");
}
Owner

should we not reboot the engine and use ConfigureConnections appropriately here too?

should we not reboot the engine and use ConfigureConnections appropriately here too?
Author
Owner

Yes, will do

Yes, will do
dan marked this conversation as resolved
@ -109,0 +115,4 @@
if (Provider.of<ContactInfoState>(context, listen: false).isGroup) {
Provider.of<FlwtchState>(context, listen: false)
.cwtch
.DisconnectFromServer(Provider.of<ProfileInfoState>(context, listen: false).onion, Provider.of<ContactInfoState>(context, listen: false).server!);
Owner

a way to disconnect from a peer or group via their icon in message view? why? and why here what about a contact list? since the other side likely has retries, do we want this only visible when we arent listening?

a way to disconnect from a peer or group via their icon in message view? why? and why here what about a contact list? since the other side likely has retries, do we want this only visible when we arent listening?
sarah added 2 commits 2023-09-18 14:55:24 +00:00
dan approved these changes 2023-09-18 15:21:27 +00:00
sarah added 1 commit 2023-09-18 15:22:23 +00:00
continuous-integration/drone/pr Build is pending Details
5d4f152c80
Upgrade Cwtch
sarah merged commit 3856591d2f into trunk 2023-09-18 15:23:02 +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#722
No description provided.