Commit Graph

1499 Commits (ce1984f465bf3d53b810a105a60678132f82134c)

Author SHA1 Message Date
slowbackspace 9e41a30236 add T2 icon
6 years ago
slowbackspace 717c8ba000 cursor pointer for tooltip icons in the Send tab
6 years ago
slowbackspace d623dc133c remove shadow from menu items
6 years ago
slowbackspace 2e70fa0bed resolve conflict
6 years ago
Vladimir Volek d0aa40e1b1
Merge pull request #338 from trezor/fix/ui-issues
6 years ago
Vladimir Volek 9f911ff8b2
Merge pull request #340 from trezor/feature/qr-scanner
6 years ago
slowbackspace 0f005062fe merge master
6 years ago
slowbackspace 2be71ddea2 merge master
6 years ago
Vladimir Volek a99b21354e
Merge pull request #346 from trezor/fix/device-header-ux
6 years ago
slowbackspace cc41a963cd set minHeight to fix rendering of devicemenu for unitialized device
6 years ago
slowbackspace 9f190dc993 strech device menu width to its parent's width
6 years ago
slowbackspace 251eb61177 add slide down animation for device menu
6 years ago
slowbackspace 59c4e69ab4 missing position absolute
6 years ago
slowbackspace 67a1b6af4e fix overlap of action button and close button in notification layout
6 years ago
slowbackspace 6662c705bc hover for menu items
6 years ago
slowbackspace 97918224a2 fix device header ux
6 years ago
slowbackspace 1280800c91 cursor pointer on buttons in Pin modal
6 years ago
slowbackspace 7f07564ab6 fix font weight in Divider to match design guidelines
6 years ago
slowbackspace 48d07e1dea add missing wallet border radius
6 years ago
slowbackspace 454410fd5c improved styling of device menu
6 years ago
slowbackspace f49a202da6 change padding
6 years ago
slowbackspace 34654f9a50 minor css changes, top and bottom padding on wrappers unified to 30px
6 years ago
slowbackspace 85326fdc86 fix styles for forget modal
6 years ago
slowbackspace aa3f037ddf prevent token name from breaking to multiple lines if unnecessary
6 years ago
slowbackspace 1aae8dc0b2 device counter centering using flexbox
6 years ago
slowbackspace bdd43b49b2 add box shadow
6 years ago
slowbackspace 8edb6b66b8 set border color when focused for input, button, textarea, select
6 years ago
slowbackspace 449e97f377 add new color for focused input border
6 years ago
slowbackspace 2e5f7f6c46 fix title font size in WalletType modal
6 years ago
slowbackspace 0f93d2052e responsive qr modal
6 years ago
slowbackspace 75074c5b55 remove eslint ignore rule
6 years ago
slowbackspace a17ba7dfce style set default button as a green link
6 years ago
slowbackspace d919dc00d7 change paddings in Log component
6 years ago
slowbackspace dbc5e86898 bigger close button for modals
6 years ago
slowbackspace f8d8ff02d1 add missing margin-top to textarea's error message
6 years ago
slowbackspace 01b789a78e add button to scan qr code next to the address input
6 years ago
slowbackspace 549ae16b0e add modal for scanning qr codes
6 years ago
Vladimir Volek 5423caea4f
Merge pull request #331 from trezor/fix/connect-backend-spinner
6 years ago
Vladimir Volek 428a1669f5
Merge pull request #332 from trezor/fix/disable-add-account
6 years ago
Vladimir Volek a1b96535a5
Merge pull request #336 from trezor/feature/send-form-clear-button
6 years ago
slowbackspace 8e852a925c add crypto URI parser from the old wallet
6 years ago
slowbackspace e943de644a add qr code icon
6 years ago
slowbackspace e90ed86bfc fix flow issue
6 years ago
slowbackspace 39a119f071 Revert "fix flow issue"
6 years ago
slowbackspace 30cd39b8ce fix flow issue
6 years ago
slowbackspace 91109dce06 wallet type tooltip message for disconnected device
6 years ago
slowbackspace fe5c50f2b3 change icon for "change wallet type" btn
6 years ago
slowbackspace 163288ee3d scale wallet icons svg to match other resolution of other icons
6 years ago
slowbackspace 91f8fafeac Revert "change icon for "change wallet type" btn"
6 years ago
slowbackspace d876fe4ebd change icon for "change wallet type" btn
6 years ago
slowbackspace c0f794aaad move wallet icons to icons file
6 years ago
slowbackspace 6db7aada27 remove dead code
6 years ago
slowbackspace 0a0d1e7715 added tooltips to device header's icons, wallet btn now clickable
6 years ago
slowbackspace 740661b4c6 move forget device menu item to the bottom
6 years ago
slowbackspace 0efcc2c5be add prop delayed to Tooltip component
6 years ago
Vladimir Volek cb7bc0fbad
Merge pull request #333 from trezor/fix/notifications-css-layout
6 years ago
slowbackspace d07488146a fix device header padding
6 years ago
slowbackspace 479a379b8e hide wallet type icon (standard/hidden) when passphrase feature is disabled
6 years ago
slowbackspace 12d6113b9c fix paddings on small screens
6 years ago
slowbackspace a8d39d95c2 separate clear from init function
6 years ago
slowbackspace c77cd10f03 send form clear button for ripple and eth
6 years ago
Vladimir Volek bb9d59bece
Merge pull request #328 from trezor/fix/ripple-amount-validation
6 years ago
slowbackspace ea804969cd fix notification layout
6 years ago
slowbackspace 224337c497 disable add account button when device is not connected
6 years ago
slowbackspace 472d1cd453 add loading state to a connect button when connecting to backend
6 years ago
slowbackspace 1b1fbb45f5 add connecting flag to blockchain's state
6 years ago
Szymon Lesisz 7eb1527c39 display reserve in RippleSendForm
6 years ago
Szymon Lesisz 249e5f9876 recalculate reserve while "setMax"
6 years ago
Szymon Lesisz 11efd69a21 add reserve to Account Summary
6 years ago
Szymon Lesisz 9d325fb139 flowtype fix
6 years ago
Szymon Lesisz 155f794bcb remove comment
6 years ago
Szymon Lesisz aa87fa3b9f validate address balance and set minAmount for ripple transaction
6 years ago
Szymon Lesisz 616949ba47 add minAmount to SendformRippleReducer
6 years ago
slowbackspace fb0f0c0c69 cleanup
6 years ago
slowbackspace 2ca219414a break token balance to more lines instead of truncating
6 years ago
slowbackspace 21c67c060e follow design guidelines
6 years ago
slowbackspace 298bcdf546 generate lighter color for token icons
6 years ago
slowbackspace 73f8902da3 fix condition for applying bigger padding
6 years ago
Vladimir Volek 42764419b4
Merge pull request #324 from trezor/fix/animationcolor-proptype
6 years ago
slowbackspace 29e86c3b80 fix proptypes for animationColor
6 years ago
Vladimir Volek d31095b1c2
Merge pull request #321 from trezor/fix/signtx-modal-design
6 years ago
Vladimir Volek ba68fffc20
Merge pull request #320 from trezor/fix/ripple-destination-tag
6 years ago
Vladimir Volek 21fcf6eb31 Adjust tooltips width
6 years ago
Szymon Lesisz 3ebce65093 rewrite static notification condition (xrp || txrp)
6 years ago
Vladimir Volek 2c24b75d47 Add zero zero balance case for notification
6 years ago
Vladimir Volek 0da4b0bdc9 Fixed variable
6 years ago
Vladimir Volek de0b2afde1 review
6 years ago
Vladimir Volek 35892652a8 Remove notification if you have enough xrp
6 years ago
Vladimir Volek ecde81ca86 Added static notification for xrp
6 years ago
slowbackspace cb2dff467b cleanup
6 years ago
slowbackspace 2f3872345d show used fee level (low/normal/high...)
6 years ago
slowbackspace bbd5420f15 slightly redesigned modal
6 years ago
Vladimir Volek c371159e00
Merge pull request #307 from trezor/fix/notification-loading-button
6 years ago
slowbackspace 0e5300eeee fix animation color
6 years ago
Vladimir Volek ccdc1580e9 Pass loader color
6 years ago
Szymon Lesisz b5701cd8ae Ripple destinationTag as optional param
6 years ago
Vladimir Volek 5d5347a4e6 Better button colors
6 years ago
Szymon Lesisz 75cfd44b3c getPendingAmount only for "send" transaction
6 years ago
Szymon Lesisz b1c3396f61 set Ripple "reserve" in Discovery
6 years ago
Szymon Lesisz 0fe2ce7717 rename rippleGetAccountInfo param
6 years ago