Commit Graph

26 Commits

Author SHA1 Message Date
Jaco Greeff 4c58f48645 Bump deps (#340)
* Bump deps

* Adjust for new eslint parser
2020-07-02 08:01:50 +02:00
Jaco Greeff 25d9da3144 Bump dependencies (#334)
* Bump dependencies

* QR display component to functional

* Small adjustments
2020-06-24 09:29:43 +02:00
Hanwen Cheng c7bf1d2ec9 allow qr to scan seed qr (#330)
* allow qr to scan seed qr

* simplify flow

* use original orders

* remove trailing spaces
2020-06-12 22:54:40 +02:00
Jaco Greeff 9252de79d4 Add genesisHash to signer payload (#323)
* Add genesisHash to signer payload

* fix order and add tests (#324)

* fix order and add tests

* Update packages/react-qr/src/util.spec.ts

* Update packages/react-qr/src/util.spec.ts

Co-authored-by: Jaco Greeff <jacogr@gmail.com>

* Apply suggestions from code review

Co-authored-by: Hanwen Cheng <heawen.cheng@gmail.com>
2020-05-27 17:48:32 +02:00
Jaco Greeff 2df46e88ce Bump deps w/ eslint (#322)
* Bump deps w/ eslint

* theme default
2020-05-24 09:35:43 +02:00
Jaco Greeff 7428ef8eb7 Bump dev (#303) 2020-04-01 22:57:30 +02:00
Jaco Greeff 175f876101 Bump dev (incl. eslint fixes) (#302)
* Bump dev (incl. eslint fixes)

* Ordering fixes
2020-04-01 21:24:45 +02:00
Jaco Greeff 371262d056 Bump dev, apply JSX rules (#301) 2020-04-01 13:18:28 +02:00
Hanwen Cheng 44f7e6a436 Add qr support for networkSpecs (#299)
* add qr support for networkSpecs

* make lint happy with spaces

* make lint happier

* remove path id in networkspecs type

* Update tsconfig.json
2020-03-26 13:16:47 +01:00
Jaco Greeff b2175a60cd Some additional functional wrappers (#292) 2020-03-14 13:20:39 +01:00
Jaco Greeff 8865d2a2c5 Some functional components (#291)
* Some functional components

* Pass param to useCallback

* Bump berry

* Scan -> functional
2020-03-14 12:41:57 +01:00
Jaco Greeff 698472af5e Allow scanning of account with name (#262) 2020-01-21 14:24:06 +01:00
Jaco Greeff f811c6db13 Missor scanig display (#256) 2020-01-13 16:39:42 +01:00
Jaco Greeff dee9cdb3d3 Bump deps (#255) 2020-01-06 14:51:16 +01:00
Jaco Greeff 6066d0e6f4 Bump QR display timeouts (adjust after looping) (#237)
* Bump QR display timeouts (adjust after looping)

* timerId to state
2019-11-10 16:45:01 +01:00
YJ e9ad511134 fix #224: decrease frame size to 1024, set multipart bool (#225)
* fix: decrease frame size to 1024, set multipart bool

* revert irrelevant change

* fix: revert multipart indicator
2019-10-08 16:21:46 +02:00
Jaco Greeff 129da682ea Fix QR signature conversion (#199) 2019-09-03 18:46:16 +02:00
Jaco Greeff f30a94b2bc Return object in onScan result (#195) 2019-09-01 16:00:13 +02:00
Jaco Greeff 556d07b368 Scan consistency updates (#194)
* Scan consistency updates

* Default auto height/width

* Rework qrcode export

* Fix address scanning (as per new format)

* Update tests

* Bump common

* Pass through genesisHash

* addExternal via address
2019-09-01 09:44:27 +02:00
Jaco Greeff 876410cc8e Typescript-eslint 2 (#193) 2019-08-31 09:25:48 +02:00
YJ dbc9dd7b1a feat: add flag for payload type passed in by caller (#182)
* feat: add flag for payload type passed in by caller

* fix: lint

* fix: unit tests

* fix: use number
2019-08-12 15:50:26 +02:00
Jaco Greeff 6f5b3c9ccc Skip u8a -> string -> number[] for qrcode generation (#170)
* Skip u8a -> string -> number[] for qrcode generation

* Fix tests for Uint8Array conversion

* Bumps
2019-07-30 17:26:56 +02:00
Jaco Greeff 939fb73db7 Encoding/decoding qr tests (#169) 2019-07-30 08:08:46 +02:00
Jaco Greeff f7bd11a293 Basic QR tests (+ number encoding fix) (#168)
* Basic QR tests (+ number encoding fix)

* skipEncoding for Address display

* Fixup comments
2019-07-29 17:40:08 +02:00
Jaco Greeff c3f57c19e8 Move ui-identicon -> react-identicon (#165)
* Move ui-identicon -> react-identicon

* ui-identicon import fix

* Update README package links

* Update doc sidebar links

* Adjust react-qr signatures, CHANGELOG
2019-07-29 11:30:37 +02:00
Jaco Greeff 9664b72253 Move in ui-qr as react-qr (from apps) (#164) 2019-07-29 10:55:02 +02:00