add name on profile create #357

Merged
sarah merged 1 commits from :createProfileName into master 2020-11-03 20:48:20 +00:00
Owner

requires: cwtch.im/cwtch#329

  • also color error on 0 profiles loaded with password message on profile manager
requires: https://git.openprivacy.ca/cwtch.im/cwtch/pulls/329 - also color error on 0 profiles loaded with password message on profile manager
dan changed title from add name on profile create to WIP: add name on profile create 2020-11-02 22:45:42 +00:00
Member

Drone Build Status: failure

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

Drone Build Status: failure https://build.openprivacy.ca/cwtch.im/ui/738
Member

Drone Build Status: success

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

Drone Build Status: success https://build.openprivacy.ca/cwtch.im/ui/739
dan changed title from WIP: add name on profile create to add name on profile create 2020-11-03 00:31:37 +00:00
sarah approved these changes 2020-11-03 20:14:46 +00:00
@ -33,3 +33,3 @@
mode = mode_add
reset_errors()
txtProfileName.text = qsTr("default-profile-name")
txtProfileName.text = "" //qsTr("default-profile-name")

why commented out?

why commented out?
Author
Owner

there is now placeholder text. deleted

there is now placeholder text. deleted
dan marked this conversation as resolved
@ -252,3 +252,2 @@
id: txtProfileName
visible: mode == mode_edit
//Layout.fillWidth: true
//visible: mode == mode_edit

needed?

needed?
dan marked this conversation as resolved
Member

Drone Build Status: failure

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

Drone Build Status: failure https://build.openprivacy.ca/cwtch.im/ui/740
Member

Drone Build Status: success

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

Drone Build Status: success https://build.openprivacy.ca/cwtch.im/ui/741
sarah merged commit 9721999e9b into master 2020-11-03 20:48:19 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.