Commit Graph

9 Commits

Author SHA1 Message Date
Duke Leto
a7b9c89d97 Fix some issues related to #65
This commit prevents the basic bug of allowing a user to click "Next" without
entering any information. This is done by telling QT which fields are mandatory.

I am not sure if it fixes the "Cancel button does a coredump" because I cannot
reproduce that.

I also made various strings use the translation file.

I removed the "Back" button from the first page, because that makes no sense.

I removed the "Passphrase don't match" red text that is shown by default, because
it was ugly and immediately shows users a negative "you did something wrong" as their
very first visual of the wallet. That seemed like bad UI/UX. Now we only show red
text there if passwords are too short or do not match.

I made the TOS button text red, which makes it more clear that it's necessary
to click it.

As a consequence of these changes, you cannot input ANY values until the TOS radio
button is clicked, so it seemed important to highlight it in red. Otherwise users
may click other areas and it seems like nothing works.

I deleted an unused file restoreSeed.ui .
2022-01-13 22:31:25 -05:00
DenioD
550cbd1ce7 group radio buttons for create/restore #159 2020-07-27 21:04:24 +02:00
DenioD
b6d4d9bb32 set image for TOS 2020-06-18 22:51:47 +02:00
DenioD
861efccb37 set image for TOS 2020-06-18 22:36:25 +02:00
DenioD
66d3aa8974 set image for TOS 2020-06-18 22:18:11 +02:00
DenioD
f8e7a0f5f4 first implementation of HushChat TOS 2020-06-18 21:08:06 +02:00
Charles
65379b8c06 Updated window titles, fixed addressbook layout issues with Avatar & Nickname, spellings. 2020-06-10 02:17:08 -04:00
DenioD
c5c3eab002 set passphrase on initial install #64 2020-06-08 21:50:58 +02:00
Aditya Kulkarni
9c4ef3e019 Wire up new seed page for wizard 2019-10-24 11:17:22 -07:00