Commit Graph

13 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
Duke Leto
5f8babd5a1 Fix cancelEvent warning and better logging+error checking 2021-12-21 12:08:00 -05:00
Duke Leto
0cee4989c0 Happy 2021 2021-01-02 11:20:58 -05:00
DenioD
a8ccbb3a86 set theme for create and restore process #135 2020-07-27 21:23:51 +02:00
DenioD
40721375ff update translation files #176 2020-07-27 17:59:49 +02:00
DenioD
58ae6355ca verify that the user Backup the seed and birthday at creation 2020-07-27 12:26:43 +02:00
DenioD
1171aca5df add dangerous option 2020-07-25 14:56:16 +02:00
DenioD
a8ed36b9e4 update lib 2020-06-21 22:21:31 +02:00
DenioD
f8e7a0f5f4 first implementation of HushChat TOS 2020-06-18 21:08:06 +02:00
DenioD
c5c3eab002 set passphrase on initial install #64 2020-06-08 21:50:58 +02:00
Aditya Kulkarni
bd289466b5 Handle restore from phrase 2019-10-24 11:52:10 -07:00
Aditya Kulkarni
87c19c8fa0 Initialize litelib properly 2019-10-24 11:32:06 -07:00
Aditya Kulkarni
9c4ef3e019 Wire up new seed page for wizard 2019-10-24 11:17:22 -07:00