Tor Circuit Info Display for P2P + Many Minor UI Fixups. #304

Merged
erinn merged 6 commits from getinfo into trunk 2022-01-17 23:05:12 +00:00
Owner
No description provided.
erinn was assigned by sarah 2022-01-14 22:21:28 +00:00
sarah added 2 commits 2022-01-14 22:21:28 +00:00
sarah force-pushed getinfo from 78eee62b3c to ed671d32bc 2022-01-14 22:24:58 +00:00 Compare
Member
Drone Build Status: failure https://build.openprivacy.ca/cwtch.im/cwtch-ui/466
erinn requested changes 2022-01-17 20:17:26 +00:00
@ -600,1 +602,4 @@
String? get acnCircuit => this._acnCircuit;
set acnCircuit(String? acnCircuit) {
this._acnCircuit = acnCircuit;
Owner

notifyListeners();

notifyListeners();
@ -50,0 +58,4 @@
List<Widget> paths = hops.map((String countryCodeAndIp) {
var parts = countryCodeAndIp.split(":");
var country = parts[0];
var ip = parts[1];
Owner

nbd here but parsing belongs in set acnCircuit instead of build

nbd here but parsing belongs in `set acnCircuit` instead of `build`
@ -50,0 +62,4 @@
return RichText(
textAlign: TextAlign.left,
text: TextSpan(
text: "$country",
Owner

why

why
@ -50,0 +67,4 @@
children: [TextSpan(text: " ($ip)", style: TextStyle(fontSize: 8, fontWeight: FontWeight.normal))]));
}).toList(growable: true);
paths.add(RichText(text: TextSpan(text: "Tor Network", style: TextStyle(fontWeight: FontWeight.normal, fontSize: 8, fontFamily: "monospace"))));
Owner

l10n

l10n
@ -107,0 +136,4 @@
leading: Icon(CwtchIcons.onion_on, color: settings.current().mainTextColor),
isThreeLine: true,
title: Text("ACN Circuit Info"),
subtitle: Text("In depth information about the path that the anonymous communication network is using to connect to this conversation"),
Owner

l10n x2

l10n x2
@ -65,1 +64,3 @@
]));
},
icon: Icon(Icons.folder),
tooltip: widget.tooltip, //todo: l18n
Owner

yes but not here, see above

yes but not here, see above
sarah added 2 commits 2022-01-17 20:29:26 +00:00
sarah added this to the Cwtch Beta 1.6 project 2022-01-17 21:24:14 +00:00
sarah added 1 commit 2022-01-17 22:52:26 +00:00
continuous-integration/drone/pr Build is failing Details
5494cb5de0
Upgrade LibCwtch-Go
sarah changed title from WIP: Tor Circuit Info Display for P2P + Many Minor UI Fixups. to Tor Circuit Info Display for P2P + Many Minor UI Fixups. 2022-01-17 22:52:54 +00:00
erinn approved these changes 2022-01-17 22:54:53 +00:00
sarah added 1 commit 2022-01-17 22:56:25 +00:00
continuous-integration/drone/pr Build is passing Details
7257e2bca0
Update Goldens
Member
Drone Build Status: failure https://build.openprivacy.ca/cwtch.im/cwtch-ui/468
Member
Drone Build Status: success https://build.openprivacy.ca/cwtch.im/cwtch-ui/469
erinn merged commit 9d10b9ea8d into trunk 2022-01-17 23:05:12 +00:00
Sign in to join this conversation.
No reviewers
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#304
No description provided.