Using new cwtch attributes and get/ret val requests #272

マージ済み
sarah が 1 個のコミットを :keyval から master へマージ 2020-03-31 19:06:38 +00:00
オーナー
説明はありません。
メンバー

Drone Build Status: failure

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

Drone Build Status: failure https://build.openprivacy.ca/cwtch.im/ui/508
メンバー

Drone Build Status: failure

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

Drone Build Status: failure https://build.openprivacy.ca/cwtch.im/ui/509
dan がタイトルを WIP: Using new cwtch attributes and get/ret val requests から Using new cwtch attributes and get/ret val requests に変更 2020-03-30 16:17:59 +00:00
メンバー

Drone Build Status: success

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

Drone Build Status: success https://build.openprivacy.ca/cwtch.im/ui/510
sarah が変更を要請 2020-03-30 18:37:04 +00:00
@ -93,0 +99,4 @@
}
}
case event.NewRetValMessageFromPeer:
// TODO: update the ui
オーナー

?

?
作成者
オーナー

oph, reminder to myself i didnt delete after I filled the case:

oph, reminder to myself i didnt delete after I filled the case:
go/ui/gcd.go 古い内容
@ -331,0 +327,4 @@
if !exists {
zoom = "1.0"
}
locale, exists := the.Peer.GetAttribute(attr.GetSettingsScope(constants.LocaleSetting))
オーナー

I feel we need a better way of managing defaults than this.

I feel we need a better way of managing defaults than this.
作成者
オーナー

we were doing nothing. open to suggestions. we don't really have a good handle yet on what our settings will ultimatly be, we need to work on our settings management some. Erinn has some ideas on this

we were doing nothing. open to suggestions. we don't really have a good handle yet on what our settings will ultimatly be, we need to work on our settings management some. Erinn has some ideas on this
go/ui/imageType.go 古い内容
@ -0,0 +3,4 @@
import "encoding/json"
const (
TypeImageDistro = "distro"
オーナー

wat? needs documentation

wat? needs documentation
go/ui/manager.go 古い内容
@ -57,0 +69,4 @@
log.Infof("get nick for contact %v\n", id)
nick, exists := the.Peer.GetContactAttribute(id, attr.GetLocalScope(constants.Name))
if !exists {
log.Infof("local !exits\n")
オーナー

remove infos

remove infos
go/ui/manager.go 古い内容
@ -57,0 +72,4 @@
log.Infof("local !exits\n")
nick, exists = the.Peer.GetContactAttribute(id, attr.GetPeerScope(constants.Name))
if !exists {
log.Infof("peer !exists\n")
オーナー

and this one

and this one
go/ui/manager.go 古い内容
@ -85,3 +103,1 @@
return RandomGroupImage(id)
} else {
return profilePicRelativize(pic)
log.Debugln("is group")
オーナー

remove overly verbose debug statements like this one

remove overly verbose debug statements like this one
go/ui/manager.go 古い内容
@ -97,1 +135,4 @@
func getPicturePath(pic *image) string {
log.Debugf("getPicturePath for %v\n", pic)
if pic.T == TypeImageDistro {
オーナー

should be a switch statement with a default

should be a switch statement with a default
メンバー

Drone Build Status: success

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

Drone Build Status: success https://build.openprivacy.ca/cwtch.im/ui/511
sarah がプルリクエストをクローズ 2020-03-31 19:06:38 +00:00
このリポジトリはアーカイブされています。 プルリクエストにコメントを追加することはできません。
レビューアなし
マイルストーンなし
担当者なし
3 人の参加者
期日
期日が正しくないか範囲を超えています。 'yyyy-mm-dd' の形式で入力してください。

期日は未設定です。

依存関係

依存関係が設定されていません。

リファレンス: cwtch.im/ui#272
説明はありません。