adding bottom status bar for global network status #285

Merged
sarah merged 1 commits from :statusBar into master 2020-05-12 22:38:24 +00:00
Owner
No description provided.
sarah was assigned by dan 2020-05-11 22:49:12 +00:00
Member

Drone Build Status: success

https://build.openprivacy.ca/cwtch.im/ui/564

Drone Build Status: success https://build.openprivacy.ca/cwtch.im/ui/564
Member

Drone Build Status: success

https://build.openprivacy.ca/cwtch.im/ui/565

Drone Build Status: success https://build.openprivacy.ca/cwtch.im/ui/565
sarah reviewed 2020-05-11 23:55:36 +00:00
@ -54,3 +34,3 @@
message := e.Data[event.Status]
var statuscode int
if percent >= 0 && percent <= 25 {
log.Infof("ACNStatus: %d %v\n", percent, message)

debug

debug
@ -55,2 +35,3 @@
var statuscode int
if percent >= 0 && percent <= 25 {
log.Infof("ACNStatus: %d %v\n", percent, message)
if percent >= -2 && percent < 0 {

I like that "percent" can be -2!?

I like that "percent" can be -2!?
@ -0,0 +4,4 @@
import "." as Widgets
import "../theme"
Rectangle {

We should get better at documenting these widgets.

We should get better at documenting these widgets.
Member

Drone Build Status: success

https://build.openprivacy.ca/cwtch.im/ui/566

Drone Build Status: success https://build.openprivacy.ca/cwtch.im/ui/566
sarah closed this pull request 2020-05-12 22:38:24 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.