Kirill Pimenov
|
56af377dce
|
Merge pull request #24 from alexvansande/master
New Style
|
2020-07-30 13:53:43 +02:00 |
|
Kirill Pimenov
|
edb1395b48
|
Merge branch 'master' into master
|
2020-07-30 13:47:03 +02:00 |
|
Kirill Pimenov
|
90d8bf6e57
|
Merge pull request #25 from paritytech/dependabot/npm_and_yarn/lodash-4.17.19
Bump lodash from 4.17.14 to 4.17.19
|
2020-07-30 13:43:30 +02:00 |
|
dependabot[bot]
|
b0af2a434f
|
Bump lodash from 4.17.14 to 4.17.19
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.14 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.14...4.17.19)
Signed-off-by: dependabot[bot] <support@github.com>
|
2020-07-16 23:58:44 +00: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
|
9f2892093e
|
Merge pull request #22 from paritytech/dependabot/npm_and_yarn/handlebars-4.5.3
Bump handlebars from 4.1.2 to 4.5.3
|
2020-01-06 11:53:09 +01:00 |
|
dependabot[bot]
|
d34e6ea957
|
Bump handlebars from 4.1.2 to 4.5.3
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.5.3.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.2...v4.5.3)
Signed-off-by: dependabot[bot] <support@github.com>
|
2019-12-28 08:27:24 +00:00 |
|
Kirill Pimenov
|
262b7ce1eb
|
Merge pull request #20 from paritytech/kirushik/more_compact_encoding
Use base64 for shards encoding; print versions and commit hashes everywhere
|
2019-07-15 17:50:34 +02:00 |
|
Kirill Pimenov
|
27a2be7f94
|
Preparing for 0.2.0 release
|
2019-07-15 17:20:41 +02: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
|
7f539df28a
|
Updated version to 0.2.0-pre
Hopefully the v1 serialization format won't change anymore, and further
changes fro 0.2.0 will be mostly cosmetical
|
2019-07-13 17:13:25 +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
|
e09ea1a033
|
Updated node and dependencies
|
2019-07-13 15:33:52 +02:00 |
|
Kirill Pimenov
|
6a5106dca0
|
Serialize into Base64
|
2019-07-13 14:56:22 +02:00 |
|
The Gitter Badger
|
eb3e145f5c
|
Add Gitter badge (#18)
|
2019-04-29 20:01:58 +02:00 |
|
Kirill Pimenov
|
96d58ea1f4
|
Merge pull request #14 from paritytech/bjornwgnr-patch-1
Fix typo
|
2019-04-24 14:36:24 +02:00 |
|
Björn Wagner
|
6732c305df
|
Fix typo
|
2019-02-15 11:43:09 +01:00 |
|
Kirill Pimenov
|
862a12be36
|
Merge pull request #13 from paritytech/kirushik/better_print_layout
Better print layout
|
2019-02-14 19:17:25 +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
|
02d2b4ffb1
|
Merge pull request #12 from paritytech/kirushik/futureproof_qr_parsing
More ergonomic and futureproof parsing
|
2019-02-14 15:44:07 +01:00 |
|
Kirill Pimenov
|
bd1b546d7d
|
More ergonomic and futureproof parsing
|
2019-02-14 15:37:56 +01:00 |
|
Kirill Pimenov
|
16635839bf
|
Merge pull request #11 from paritytech/kirushik/preparing_for_primetime
Preparing for primetime
|
2019-02-13 17:48:34 +00: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
|
31ebd552b2
|
Updated dependencies
|
2019-02-13 17:37:13 +01:00 |
|
Kirill Pimenov
|
7870336e2e
|
Test to check compliance with the reference
|
2019-02-13 17:36:48 +01:00 |
|
Kirill Pimenov
|
94486b59a1
|
Merge pull request #8 from paritytech/save_button
Add an explicit SaveAs link
|
2019-02-06 18:28:47 +00:00 |
|
Kirill Pimenov
|
d7a5e2a18c
|
Add an explicit SaveAs link
|
2019-02-06 19:23:30 +01:00 |
|
Kirill Pimenov
|
53bad3431f
|
Merge pull request #7 from paritytech/point_to_the_repo
Add Github link
|
2019-02-06 18:18:04 +00:00 |
|
Kirill Pimenov
|
e3b98bcd1c
|
Add Github link
|
2019-02-06 19:12:41 +01:00 |
|
Kirill Pimenov
|
cf8daf5e30
|
Merge pull request #4 from paritytech/kirushik/foldable_info
Foldable GeneralInfo
|
2019-01-31 16:42:45 +00:00 |
|
Kirill Pimenov
|
2e2f1afbf3
|
Trigger folding from events on a global bus
|
2019-01-31 17:41:11 +01:00 |
|
Kirill Pimenov
|
c63f5b4a8d
|
Make GeneralInfo collapsible
|
2019-01-31 17:40:17 +01:00 |
|
Kirill Pimenov
|
a9a16acf5c
|
Merge pull request #3 from kirushik/add_license
License it under GPL-3.0
|
2019-01-29 16:56:48 +00:00 |
|
Kirill Pimenov
|
9a06c4f90d
|
License it under GPL-3.0
|
2019-01-29 17:54:17 +01:00 |
|
Kirill Pimenov
|
2479f3618d
|
Merge pull request #2 from kirushik/refactor_info_messages
Refactor info messages
|
2019-01-25 11:23:13 +00:00 |
|
Kirill Pimenov
|
f5eca45b7a
|
Refactor info messages
|
2019-01-24 15:34:12 +03:00 |
|
Kirill Pimenov
|
c632d67f8e
|
Merge pull request #1 from kirushik/setup_circleci
Setup circleci
|
2019-01-23 15:08:55 +00:00 |
|
Kirill Pimenov
|
530f76fa07
|
Update dependencies
|
2019-01-23 18:03:32 +03:00 |
|
Kirill Pimenov
|
96739fd352
|
Make tests pass
|
2019-01-23 18:01:48 +03:00 |
|
Kirill Pimenov
|
90d5e6b82b
|
Install JUnit reporter for Jest
|
2019-01-21 20:21:10 +03:00 |
|
Kirill Pimenov
|
063ea14226
|
Fixed lint errors
|
2019-01-21 19:04:48 +03:00 |
|