Commit Graph

1335 Commits (f3f6c0d6906cdc470aa11ae728b4b61a6b71a732)

Author SHA1 Message Date
Vladimir Volek 5b60ba677f merge master
6 years ago
Vladimir Volek ee28bede6d
Merge pull request #267 from trezor/upgrade-styled-components
6 years ago
slowbackspace fd17924f2a fix padding for gas inputs on smaller screens
6 years ago
slowbackspace 1fd2b8af52 fix button not expanding to full width on smaller screen size
6 years ago
slowbackspace 27a3254c04 follow design guidelines more closely
6 years ago
slowbackspace d7d55beb62 removed deprecated object-form .attrs({})
6 years ago
slowbackspace 2564bf9dfb update styled-normalize to 8.0.4
6 years ago
slowbackspace 8e14e04dc1 more consistent UI
6 years ago
slowbackspace 881447531e fix typo in welcome screen
6 years ago
slowbackspace 44b2000d1e upgraded react, react-dom, styled components, removed styled-media-query
6 years ago
slowbackspace e0cb188603 pass number instead of string in maxLength
6 years ago
slowbackspace 375136a586 removed placeholder pseudoselector
6 years ago
slowbackspace 1b5c547b72 address and sig as readonly to enable text selection
6 years ago
slowbackspace 5605f96770 pass isReceiveAddress to Input component to ignore readOnly styles
6 years ago
slowbackspace a94d949ad4 added readOnly property and styles to textarea component
6 years ago
slowbackspace 2eb6785b0d styles for readOnly input
6 years ago
Szymon Lesisz f4985c0b7c modals container eslint fix
6 years ago
Szymon Lesisz d7e0fb91cd add SignTx modal with SendFormRippleReducer
6 years ago
Szymon Lesisz e130b1edc0 update recommended fee in blockchain reducer
6 years ago
Szymon Lesisz 4492dbae63 feeLevels in ripple
6 years ago
Szymon Lesisz 3ae45ddd7e update fee in reducer only if changed
6 years ago
Szymon Lesisz 38bc1c7c30 nitpick: ampersand
6 years ago
Szymon Lesisz ebce4562df add Tittle to receive component
6 years ago
Szymon Lesisz 076bba4ba3 remove unused imports
6 years ago
Szymon Lesisz 473401ccf7 Sendform: fix after rebase
6 years ago
Szymon Lesisz ea36e56ece eslint
6 years ago
Szymon Lesisz 695ae17176 remove unnecessary SEND.TX_COMPLETE action
6 years ago
Szymon Lesisz 215fab48eb split Receive component into coin specific
6 years ago
Szymon Lesisz 9b7987e951 add availableBalance to Account.update action
6 years ago
Szymon Lesisz bfebef73c7 ripple/SendFormValidations
6 years ago
Szymon Lesisz 90cc406773 fix pending tx for ethereum networkType
6 years ago
Szymon Lesisz 2e89624b27 clearing ripple/SendForm componenent
6 years ago
Szymon Lesisz 2cc28c4bf6 load coin specific tx drafts
6 years ago
Szymon Lesisz 9cc11e11be split BlockchainActions into coin specific files
6 years ago
Szymon Lesisz c43b9b138c removr advanced view from ripple/SendForm component
6 years ago
Szymon Lesisz 326967b551 clearing ripple/SendFormAction
6 years ago
Szymon Lesisz cbded16091 add "sequence" and "availableBalance" to Account
6 years ago
Szymon Lesisz 8bc2ec4206 formatUtils: conversion from/to decimal amount
6 years ago
Szymon Lesisz a94095d527 remove unnecessary params
6 years ago
Szymon Lesisz ab4ab8b5a4 handle pending tx from blockchain notification
6 years ago
Szymon Lesisz a32f0faf38 enable BlockchainActions.notification
6 years ago
Szymon Lesisz f28aa760fd BlockchainReducer: add fee and block fields
6 years ago
Szymon Lesisz 95d1bdbd9e handle trezor-connect blockchain events
6 years ago
Szymon Lesisz e64b44d632 change imports
6 years ago
Szymon Lesisz eafd541477 change prefix of coin specific reducers
6 years ago
Szymon Lesisz e34b9141d8 change prefix of coin specific actions
6 years ago
Szymon Lesisz 0128a16602 rename coin specific components
6 years ago
Szymon Lesisz 6449749492 change SendForm route container
6 years ago
Szymon Lesisz 9f6e9e37a6 split sendForm actions
6 years ago
Szymon Lesisz c9d30da6b2 split SendForm into networks
6 years ago
Szymon Lesisz 4acb597401 split Summary view into networks
6 years ago
Szymon Lesisz 7f56cdbcde handle unsupported and/or outdated firmware in discovery process
6 years ago
Szymon Lesisz 9d344920df EthereumAccountSummary: restore after rebase
6 years ago
Szymon Lesisz 45583ac477 send account to blockchain subscribe method
6 years ago
Szymon Lesisz 1750bb41dc split Summary components to coin specific files
6 years ago
Szymon Lesisz 3774110a83 handle NOT_SUPPORTED methods in Discovery
6 years ago
Szymon Lesisz 120c227753 RecevieActions: with ripple call
6 years ago
Szymon Lesisz c9eb911756 DiscoveryReducer: hdkey only in ehereum network type
6 years ago
Szymon Lesisz 7956b4a5fb subscribe to blockchain after discovery
6 years ago
Szymon Lesisz c66383ddba disable BlockchainActions for non-ethereum networks
6 years ago
Szymon Lesisz 0918403024 split discovery actions to coin specific files
6 years ago
Szymon Lesisz 198dd4e9c7 add RippleDiscoveryActions
6 years ago
Szymon Lesisz 5888dca31f flowtype: add type to Network declaration
6 years ago
Szymon Lesisz a58644f8ec Load tokens only is exists in config
6 years ago
Szymon Lesisz c6ce9a94d7 DiscoveryReducer: HDKey only for ethereum
6 years ago
Szymon Lesisz 25130ce282 add xrp to config
6 years ago
Szymon Lesisz d20ebdb71d Merge branch 'master' into sign/verify
6 years ago
Szymon Lesisz 187e462ba9 nitpick: change ampersand
6 years ago
Szymon Lesisz bdc8eb070e nitpick: remove unnecessary flowtype
6 years ago
Szymon Lesisz a0ff803c1d nitpick: rename signVerifyReducer to signVerify
6 years ago
Vladimir Volek 654fb9603b Merge branch 'sign/verify' of github.com:satoshilabs/trezor-wallet into sign/verify
6 years ago
Vladimir Volek bf3dd1cfde Fix validation on send
6 years ago
Szymon Lesisz 6be0ae37ea passphrase modal fix
6 years ago
Vladimir Volek 0194184d5d
Merge branch 'master' into sign/verify
6 years ago
Vladimir Volek ea3ad58d48 Fixed props in input and textarea
6 years ago
Vladimir Volek d62a914824 Turn off autocomplete - fix
6 years ago
Vladimir Volek 041c3ac422 Revert "Turn off autocomplete"
6 years ago
Vladimir Volek 9e5a1706a9 Merge branch 'sign/verify' of github.com:satoshilabs/trezor-wallet into sign/verify
6 years ago
Vladimir Volek 0652f5a4b3 merge
6 years ago
Vladimir Volek 8127a1a105 Turn off autocomplete
6 years ago
Szymon Lesisz a2e3d4eb1f add token message
6 years ago
Szymon Lesisz 5cf996f000 clear SignVerifyReducer on ACCOUNT.DISPOSE action
6 years ago
Szymon Lesisz bbcf2cf70c remove console.log
6 years ago
Vladimir Volek e9a60afa0f merge 2
6 years ago
Vladimir Volek 851c7f23cb merge
6 years ago
Vladimir Volek 35b97f9114
Merge pull request #252 from trezor/fix/validate-token-in-send-draft
6 years ago
Szymon Lesisz d26d354fbd autoSelect props in Input component
6 years ago
Vladimir Volek f5537ca513 fix flow 3
6 years ago
Vladimir Volek 22adf7fac1 fix flow 2
6 years ago
Vladimir Volek 68d3bbb738 Fix flow
6 years ago
Szymon Lesisz 556b2be84f cleaning up SelectedAccountActions + add default loading case
6 years ago
Vladimir Volek 04946b5f06 Do no render loader and notification together
6 years ago
Vladimir Volek f53726c451 Added missing case
6 years ago
Vladimir Volek 827e5f14fa Separate notifications and loader
6 years ago
Vladimir Volek c3bb0899c9 Fix flow
6 years ago
Vladimir Volek 5c93a899cb Fixed row
6 years ago
Vladimir Volek c5a9c8fdb7 Added messages to loading, added more cases
6 years ago
Vladimir Volek 7b7eb5350d Added loader for all accounts views
6 years ago
Vladimir Volek e28576e19e Added loading state for content
6 years ago
Vladimir Volek 43906f505c Add clear actions
6 years ago
Vladimir Volek e41cc22e3b Move values to redux
6 years ago
Vladimir Volek 93000adf9e Added touched option for inputs
6 years ago
Szymon Lesisz 2a7d5394db token existence validation
6 years ago
Szymon Lesisz 9437cb25e8 eslint: remove unused var
6 years ago
Szymon Lesisz 09c02160ea fix flowtype warning (default export in actions)
6 years ago
Szymon Lesisz 4589bb9171 showDefaultGasLimitButton condition
6 years ago
Szymon Lesisz a944b9287e SendFormActions: setDefaultGesLimit - token or coin value fix
6 years ago
Vladimir Volek fc50202f6a Added action
6 years ago
Vladimir Volek 4b55bde476 Added button
6 years ago
Vladimir Volek b151c9715b Fixed link dom props
6 years ago
Vladimir Volek 3b374e424e Unify labels in section
6 years ago
Vladimir Volek 8ed59317c7 Simplify actions with modals
6 years ago
Vladimir Volek f738d0be9c Added loader to sign and verify
6 years ago
Vladimir Volek d8762ec76f Merge branch 'feature/accounts-loader' into sign/verify
6 years ago
Vladimir Volek 6c2ae9c1be Fix flow
6 years ago
Vladimir Volek 0999c99432 Added icon
6 years ago
Vladimir Volek 6a9371fa2b Fix confirm on device
6 years ago
Vladimir Volek f93eb3bebd Fix flow
6 years ago
Vladimir Volek 3d8991bac3 Removed link from landing footer
6 years ago
Vladimir Volek 682a1ff8cf Add link for coingecko api
6 years ago
Szymon Lesisz 80158d60c6 add readOnly property to Input component
6 years ago
Szymon Lesisz b9b7d2d076 fixed link to "old wallet" and copy in FirmwareUpdate page
6 years ago
Szymon Lesisz d3093313d6 fix fiat rate value in reducer
6 years ago
Vladimir Volek 8e13b49d2e Review implemented
6 years ago
Vladimir Volek 9844983e09 renamed service
6 years ago
Vladimir Volek 18f82f1453 Fix flow
6 years ago
Vladimir Volek eaede07068 Propagate rate to ui
6 years ago
Vladimir Volek 9498a4effa Added coingecko api
6 years ago
Vladimir Volek 63a296808b Merge branch 'master' of github.com:satoshilabs/trezor-wallet
6 years ago
Vladimir Volek 76b66c348c Fixed browser select crash
6 years ago
Vladimir Volek 615d8b2f58 Changed case image
6 years ago
Szymon Lesisz bc6b47eb62 fix utils tests: notification.test
6 years ago
Vladimir Volek f3024e1abb Added DigiByte link to menu
6 years ago
Vladimir Volek 72b5120bbc Added image preloader
6 years ago
Vladimir Volek a114b47b77 Fix eslint
6 years ago
Vladimir Volek c6a04f2648 Removed logs
6 years ago
Vladimir Volek 8c24bcf9f3 Fixed typo
6 years ago
Vladimir Volek dd6117b008 Confirm moved to modals
6 years ago
Vladimir Volek 68a8307b49 Added progress action for verify
6 years ago
Vladimir Volek bc0238403b Add trezor action to textarea
6 years ago
Vladimir Volek 12f094a595 Refactor trezor action
6 years ago
Vladimir Volek 53f7a8ecef merge
6 years ago
Vladimir Volek f1484484df No newlines in menu link
6 years ago
Vladimir Volek 83e46bd012 Fixed row
6 years ago
Vladimir Volek 53ca124a55 Added messages to loading, added more cases
6 years ago
Vladimir Volek 31889270a0 Implemented review
6 years ago
Vladimir Volek cc18d18e4c
Merge pull request #230 from trezor/fix/wallet-type-empty-passphrase
6 years ago
Vladimir Volek cd53be7d39
Merge pull request #228 from trezor/feature/seedless-device
6 years ago
Szymon Lesisz 9215cb0fe8 eslint + flowtype fixes
6 years ago
Vladimir Volek 5fbd4a3291 Add loading state for notification button
6 years ago
Szymon Lesisz 474871d375 wallet type from passphrase modal
6 years ago
Szymon Lesisz bdf1a1d409 add seedless view
6 years ago
Vladimir Volek 90c0dd1276 Added loader for all accounts views
6 years ago
Vladimir Volek a1cf6cc296 Fixed passphrase checkbox
6 years ago
Szymon Lesisz ade65a222b eslint + flowtype fixes
6 years ago
Vladimir Volek 8030aa71b1 Added loading state for content
6 years ago
Vladimir Volek ea391a2a00 Fixed eslint
6 years ago
Vladimir Volek 347767de3d Fixed icon hover and tooltip
6 years ago
Vladimir Volek b87386a6b1 Added trezor action for input
6 years ago
Vladimir Volek d682833aa3 Make initial layout responsive
6 years ago
Vladimir Volek 5aaadade36 Refactored to input
6 years ago
Vladimir Volek 42fa20664a fix height and eslint
6 years ago
Vladimir Volek 7fca224159 better log format
6 years ago
Vladimir Volek 2b5c932d89 root -> trezor-wallet-root
6 years ago
Vladimir Volek cc8a21947f Add loading state for notification button
6 years ago
Vladimir Volek 434c86dc8c merge
6 years ago
Szymon Lesisz 20c503c164 redirect to initial url after acquiring device
6 years ago
Vladimir Volek 835906bf96 FIxed icon overflow
6 years ago
Szymon Lesisz d91a043967 update old-wallet urls
6 years ago
Vladimir Volek 2ff10255bd fix eslint
6 years ago
Vladimir Volek 2aec5b65f6
Merge pull request #208 from trezor/fix/localstorage-prefix
6 years ago
Szymon Lesisz 95623474aa quickfix: deviceUtils test add missing "type" field + update ethUtils snapshot
6 years ago
Vladimir Volek a40429f345
Merge pull request #207 from trezor/fix/discovery-status
6 years ago
Vladimir Volek 5792a1c03d
Merge pull request #209 from trezor/fix/topnavigation-indicator
6 years ago
Szymon Lesisz 3347c54cff quickfix: deviceUtils test "transport.version" fix
6 years ago
Szymon Lesisz b48b197003 quickfix: ethUtils test "sanitizeHex" fix
6 years ago
Szymon Lesisz 16f830ff9d fix for indicator first render
6 years ago
Szymon Lesisz 0c61bcb08d local storage prefix
6 years ago
Szymon Lesisz a534830dff discovery status css fix
6 years ago
Vladimir Volek dca466ed8a Fixed underline
6 years ago
Vladimir Volek bed5932498 Fixed eslint and flow
6 years ago
Vladimir Volek 235f5cbdc3 Fixed some eslint and flow
6 years ago
Vladimir Volek 35ce9b6a1d Refactor sign input
6 years ago
Vladimir Volek 6a40191e61 Added address validation
6 years ago
Vladimir Volek 739339b53e Textare max size
6 years ago
Vladimir Volek 7ecfdb7ec2 Pass passphrase to request
6 years ago
Vladimir Volek 07f9fc30f9 Added success case for verify
6 years ago
Vladimir Volek 9503d1e415 Added progres sign additional message
6 years ago
Vladimir Volek d1ef608c0e Textarea added trezor action prop, use textarea higligh while confirm
6 years ago
Szymon Lesisz cb30af097f changed bridge installation package domain
6 years ago
Szymon Lesisz 46acf38364 flowtype fix for Account/Summary
6 years ago
Szymon Lesisz 81aa4e108b change meta tags in index.html
6 years ago
Szymon Lesisz 2aed4ba4f7 Merge branch 'master' of github.com:satoshilabs/trezor-wallet
6 years ago
Vladimir Volek fa5fbf8903 Better account title
6 years ago
Szymon Lesisz d2d184773d quickfix: remove unnecessary condition from ModalReducer
6 years ago
Vladimir Volek a31301a9f5 merge
6 years ago
Vladimir Volek 954ad18f8e Clear for signature
6 years ago
Vladimir Volek 50176ebbdf Added clear option
6 years ago
Vladimir Volek 18a424c214 Simplify input values, added verify
6 years ago
Szymon Lesisz 22708cc088 changed old-wallet links to relative levelup
6 years ago