Commit Graph

632 Commits

Author SHA1 Message Date
eliabejr 0fdfd2f34d feat(send-view-additional-options): match design with adobe xd 2019-01-22 14:11:26 -03:00
eliabejr cdf5999509 chore(send-view-additional-options): remove eslint comments 2019-01-22 11:16:09 -03:00
eliabejr c25e424f24 fix: merge conflicts 2019-01-22 11:14:17 -03:00
George Lima 37eb75151a
Merge pull request #46 from andrerfneves/bugfix/bump-flow-bin
Bugfix/bump flow bin
2019-01-21 22:09:23 -02:00
George Lima 87a10a73b0 type(redux): supress redux flow warnings 2019-01-21 21:08:35 -03:00
George Lima 793a116106 type(button): fix icon/onClick proptype 2019-01-21 21:07:28 -03:00
George Lima a61e2a69b5 feat(deps): bump flow-bin 2019-01-21 21:06:42 -03:00
George Lima 9c1897fa30 feat(send): add transaction status modal on send 2019-01-21 18:42:50 -03:00
George Lima f514457fe4 chore(settings): fix ConfirmModal usage 2019-01-21 18:42:20 -03:00
George Lima d7edbb2f13 feat(confirm-dialog): add render function in children 2019-01-21 18:41:48 -03:00
George Lima 7a5969e783 type(rpc): fix z_getoperationresult and z_getoperationstatus 2019-01-21 18:40:56 -03:00
eliabejr a28659dc71 fix(send-amount-value-issue): remove 0 initialState value 2019-01-21 16:23:55 -03:00
eliabejr 08eb8459db feat(send-view-additional-options): add see more button 2019-01-21 15:50:37 -03:00
eliabejr 4eab82f4b7 feat(send-view-additional-options): add new color on theme 2019-01-21 15:47:57 -03:00
eliabejr dfb037a1d2 feat(send-view-additional-options): add bgColor optional prop 2019-01-21 15:43:25 -03:00
George Lima 18d8d07788 type(button): fix icon PropType 2019-01-21 15:37:21 -03:00
George Lima b6b3549cc8 feat(receive): load addresses in receive view container 2019-01-21 15:37:04 -03:00
George Lima 70c0cb6fc4 feat(send): validate TO address 2019-01-21 15:16:16 -03:00
George Lima 18722813a4 feat(input): add renderRight prop 2019-01-21 15:13:48 -03:00
George Lima 7bebe7e491 feat(send): add ConfirmTransaction Dialog on send view 2019-01-21 13:29:06 -03:00
George Lima 689a8b8e37 feat(divider): add margin-vertical props in Divider 2019-01-21 13:28:35 -03:00
George Lima ef6486fc78 chore(confirm-dialog): fix divider opacity 2019-01-21 13:28:14 -03:00
George Lima 9bf60bd538 type(button): fix icon PropType 2019-01-21 13:27:48 -03:00
George Lima 5d37401013 chore(fees): update fees values 2019-01-21 13:26:50 -03:00
George Lima 658efceaff feat(theme): add modalItemLabel color 2019-01-21 13:26:12 -03:00
George Lima 7ab19e0029
Merge pull request #37 from andrerfneves/feature/settings-export
Feature/settings export
2019-01-21 12:50:40 -02:00
André Neves 89def68756 refactor: sidebar changes for higher contrast 2019-01-20 13:57:27 -05:00
André Neves 1fbed2c965 refactor: statuspill style fixes to match designs more 2019-01-20 12:04:27 -05:00
André Neves 277f8b11c3 chore: making init electron screen larger 2019-01-20 12:04:01 -05:00
André Neves 9f838dc62d chore: solve merge conflicts 2019-01-20 11:46:31 -05:00
André Neves eea3510867
Merge pull request #39 from andrerfneves/feature/new-round-pixel-perfecting
Feature/new round pixel perfecting
2019-01-17 19:25:43 -05:00
eliabejr d4ae30805f feat(pixel-perfecting): add eye on Receive view buttons 2019-01-17 17:26:46 -03:00
eliabejr 069913ebf6 feat(pixel-perfecting): add icon prop on button 2019-01-17 17:24:00 -03:00
Eliabe Júnior df02b32421
Feature/status pill (#38)
* feat(styles): create status pill component

* feat(styles): add status pill icons

* feat(status-pill): refactor component logic

* feat(status-pill): add component in docz

* feat(status-pill): show component on header

* feat(status-pill): call RPC to check verification progress

* feat(status-pill): add setInterval on getBlockchainStatus function

* chore: clean code

* feat(status-pill): add ticker to check blockchain info

* feat(status-pill): improve component experience

* chore(status-pill): refactor component lifecycle

* chore(status-pill): increase update time
2019-01-17 16:40:27 -03:00
eliabejr 4428b6e47f chore(revamp-cases): remove unused method 2019-01-17 12:38:11 -03:00
eliabejr 51fc36da4f feat(pixel-perfecting): add show/hide address button on receive view 2019-01-15 23:02:49 -03:00
eliabejr f7aca59ad0 feat(pixel-perfecting): match theme colors with Adobe XD 2019-01-15 23:02:04 -03:00
eliabejr 919b5d913f chore(pixel-perfecting): remove inconsistent defaultValue of to prop on button component 2019-01-15 23:01:20 -03:00
eliabejr 8658830622 fix(pixel-perfecting): dropdown component exploding 2019-01-15 21:36:01 -03:00
George Lima d5a658e4c6 fix(settings): check for null pathToSave before to backup wallet 2019-01-13 00:06:05 -03:00
George Lima e966a80129 feature(settings): add backup wallet.dat button 2019-01-13 00:03:33 -03:00
George Lima fa6fbb16cd feature(settings): add import private keys 2019-01-12 23:18:59 -03:00
George Lima 52b4d14a35 feature(confirm): add isLoading prop in ConfirmDialog 2019-01-12 23:17:28 -03:00
George Lima b586e7ed7f feature(settings): add export private keys in settings view 2019-01-12 16:30:44 -03:00
George Lima 3cf4d058f7 feature(clipboard): add Clipboard button component 2019-01-12 16:29:50 -03:00
George Lima e75b1b0801 feat(confirm): make confirm dialog handle own state 2019-01-12 16:28:26 -03:00
George Lima 0cf32a2d4a feature(settings): add export view keys button 2019-01-12 15:02:34 -03:00
George Lima c69f2c7de0 feature(redux): add settings container 2019-01-12 15:01:16 -03:00
George Lima db011dcc22 feature(confirm): add ConfirmDialog compopnent 2019-01-12 15:00:17 -03:00
George Lima 41e0143773 type(input): remove useless $FlowFixMe 2019-01-12 14:55:53 -03:00