Commit Graph

75 Commits

Author SHA1 Message Date
Uzeyir Destan
d86f1aa422
Removed mismatch check 2024-08-02 01:54:17 +03:00
Uzeyir Destan
376fbe4aa8
Updated import function 2024-08-02 01:54:17 +03:00
Kirill Pimenov
97692cbe02
Updated a typo (#82)
Well, it is cute in its own way — but we should really try to avoid any typos in that limited text content of BS we have.
One silly joke in the domain name should be more than enough.
2021-12-31 10:45:07 +07:00
Pavel Rybalko
2c91c85fb7
Show current version (#80)
* identify version using Git describe

* fix tests
2021-12-10 20:32:59 +07:00
Pavel Rybalko
282581c0d1
ui: adjust text and styles
Update src/components/GeneralInfo.vue

Co-authored-by: Kirill Pimenov <kirill@parity.io>
2021-12-08 18:12:42 +07:00
Pavel Rybalko
3a549409cf
fix #76 add default passphrase canvas width (#77)
* fix #76 add default passphrase canvas width

* add padLeft constant
2021-11-17 21:47:32 +07:00
Pavel Rybalko
cbdfc7e08b
add end-to-end UI tests. Resolves #30
* add 2e2 tests

* fix prettier

* add workflow

* prettify

* update vue/cli-service

* update readme
2021-11-17 11:21:00 +07:00
Pavel Rybalko
49ee8905e6
Show error messages on UI (#74)
* fix #63 add error messages on the page

* small changes
2021-10-19 14:37:31 +07:00
Pavel Rybalko
7aed8b2ea9
fix #33 display ipfs address (#73)
* fix #33 display ipfs address
* fix styling
2021-10-07 12:44:20 +07:00
Pavel Rybalko
99ed55f118
move types to types/vue.d.ts 2021-09-23 15:23:49 +07:00
Pavel Rybalko
c79f43b613
fix #35 migrate to Typescript 2021-09-23 12:00:36 +07:00
goldsteinsveta
5ab63d8a56
style: nav buttons under the info fold 2020-10-05 16:59:58 +02:00
goldsteinsveta
d3ab889c7e
nit: info msg under nav buttons on small screens 2020-10-05 16:59:58 +02:00
goldsteinsveta
299f204cbf
style: conditional warnings 2020-10-05 16:59:58 +02:00
goldsteinsveta
082135c646
nit 2020-10-05 16:59:57 +02:00
goldsteinsveta
9eb35dd377
semantics 2020-10-05 16:59:57 +02:00
goldsteinsveta
58294b5bb7
lint 2020-10-05 16:59:57 +02:00
goldsteinsveta
ce45db14a9
nits 2020-10-05 16:59:57 +02:00
goldsteinsveta
805ea94a5b
style: QR change keyframes 2020-10-05 16:59:57 +02:00
goldsteinsveta
3ca50fe04b
style: QRs on screen 2020-10-05 16:59:57 +02:00
goldsteinsveta
fa35b5f999
nit 2020-10-05 16:59:56 +02:00
goldsteinsveta
33d15d3c27
style: logo (placeholder) 2020-10-05 16:59:56 +02:00
goldsteinsveta
eb0e5eb161
style: gh ribbon 2020-10-05 16:59:56 +02:00
goldsteinsveta
1bba7877e7
lint 2020-10-05 16:59:56 +02:00
goldsteinsveta
880d2885fa
style: share, combine 2020-10-05 16:59:56 +02:00
Zeke Mostov
203baba07b
small update 2020-09-05 11:19:05 -07:00
Zeke Mostov
c7ab4b6216
Update name 2020-09-05 11:19:05 -07:00
Zeke Mostov
7c8d7ee680
New bip32 word list from openethereum/wordlist 2020-09-05 11:19:04 -07:00
Kirill Pimenov
5945a99e9d
Fix issues with bip wordlist
Luckily, we only use wordlist when generating phrases, and never use it
to go back from words to indices (phrase is just scrypted as text in
`crypto.js`).
This makes it safe to adjust wordlist without breaking backwards
compatibility
2020-08-03 22:34:54 +02:00
Kirill Pimenov
e27865e53b
Fix linter issues
Now that the rules are much more pedantic there are quite some places
where we are inconsistent with codestyle; all security issues detected
were false positives, though.
2020-08-03 20:38:37 +02:00
Alex Van de Sande
8a4daef6f0 improving print styles 2020-07-01 12:54:23 -03:00
Alex Van de Sande
6d87d9dd09 moved emoji decoration to CSS, flipped it 2020-06-12 11:21:43 -03:00
Alex Van de Sande
cd43f11b87 Camera view is mirrored to make using it easier 2020-06-11 16:20:52 -03:00
Alex Van de Sande
c690d45432 added warning styles 2020-06-11 13:56:15 -03:00
Alex Van de Sande
f9e347b210 New Style 2020-06-11 13:24:24 -03:00
Kirill Pimenov
5d07299f88
Also print git commit hash 2019-07-15 17:19:56 +02:00
Kirill Pimenov
ea41048357
Show version in footers 2019-07-15 16:51:00 +02:00
Kirill Pimenov
7be277a7e9
Larger QR code 2019-07-15 16:31:26 +02:00
Kirill Pimenov
26f17ed6bf
Added 1024-char input limit
Otherwise It will grow in size even more after Shamir+Base64 encoding,
and after ~1800 characters QR codes are illegible by most means.
2019-07-13 17:13:23 +02:00
Kirill Pimenov
d073dc2f91
Fixed shard to Base64 conversion 2019-07-13 17:13:03 +02:00
Kirill Pimenov
6a5106dca0
Serialize into Base64 2019-07-13 14:56:22 +02:00
Björn Wagner
6732c305df
Fix typo 2019-02-15 11:43:09 +01:00
Kirill Pimenov
6c935ad7da
Horizontally layout QR codes 2019-02-14 19:14:32 +01:00
Kirill Pimenov
d4448c5f6d
Add link to bs.parity.io to the printout
Also minor layout improvements for `print` media
2019-02-14 16:51:34 +01:00
Kirill Pimenov
bd1b546d7d
More ergonomic and futureproof parsing 2019-02-14 15:37:56 +01:00
Kirill Pimenov
b0e39f1aad
Make buffers work in Chromium 2019-02-13 18:31:22 +01:00
Kirill Pimenov
4f8adfd46f
Fix data layout in Combine 2019-02-13 18:31:03 +01:00
Kirill Pimenov
d7a5e2a18c
Add an explicit SaveAs link 2019-02-06 19:23:30 +01:00
Kirill Pimenov
e3b98bcd1c
Add Github link 2019-02-06 19:12:41 +01:00
Kirill Pimenov
2e2f1afbf3
Trigger folding from events on a global bus 2019-01-31 17:41:11 +01:00