1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-15 12:59:09 +00:00
Commit Graph

58 Commits

Author SHA1 Message Date
slowbackspace
182a123857 put comments back 2019-03-21 15:01:29 +01:00
slowbackspace
67bc6e07c1 fix notification groups icons 2019-03-21 15:00:06 +01:00
slowbackspace
6c8fbd79a4 fix icons 2019-03-19 18:20:02 +01:00
slowbackspace
8dc1b752e0 migrate notification to trezor-ui-components 2019-03-19 11:34:19 +01:00
slowbackspace
2ed64452d5 more trezor-ui-components integration 2019-03-18 18:23:40 +01:00
slowbackspace
482f62d317 even more ui components 2019-03-18 17:41:51 +01:00
Vladimir Volek
8696c9d6d5 merge 2019-03-06 14:05:28 +01:00
slowbackspace
5b18a562f1 don't show fw update notification when user is on firmware update page 2019-03-04 16:55:40 +01:00
Vladimir Volek
749224dc66 lint all files 2019-03-04 13:33:02 +01:00
slowbackspace
74b466be05 merge master 2019-02-28 15:29:07 +01:00
Szymon Lesisz
226685f7fe add XRP destination_tag notification to sendForm 2019-02-27 18:06:15 +01:00
Vladimir Volek
7e6639119d
Merge pull request #392 from trezor/feature/handle-no-backup
Feature/handle no backup
2019-02-26 13:16:24 +01:00
slowbackspace
050014e999 update source string for ripple 2019-02-26 10:34:21 +01:00
slowbackspace
19837e0f59 merge master 2019-02-26 10:17:16 +01:00
slowbackspace
83bdf37c03 update text for xrp minimum acc reserve notification 2019-02-25 18:07:24 +01:00
slowbackspace
b0d67bd667 add gotoBackup action 2019-02-25 13:28:41 +01:00
slowbackspace
19dbf88d3c add NoBackup notification 2019-02-24 22:51:51 +01:00
slowbackspace
b219cd5012 add more intl support 2019-02-22 19:33:11 +01:00
Vladimir Volek
83b2cd7e10 Update bignumber and methods + other non breaking packages (#364)
* Update bignumber and methods + other non breaking packages

* Removed unused flowtype

* Removed unused flowtype 2
2019-02-18 11:45:40 +01:00
slowbackspace
472d1cd453 add loading state to a connect button when connecting to backend 2019-01-14 02:48:06 +01:00
Szymon Lesisz
3ebce65093 rewrite static notification condition (xrp || txrp) 2019-01-09 18:10:49 +01:00
Vladimir Volek
2c24b75d47 Add zero zero balance case for notification 2019-01-09 18:10:49 +01:00
Vladimir Volek
0da4b0bdc9 Fixed variable 2019-01-09 18:10:49 +01:00
Vladimir Volek
de0b2afde1 review 2019-01-09 18:10:49 +01:00
Vladimir Volek
35892652a8 Remove notification if you have enough xrp 2019-01-09 18:10:49 +01:00
Vladimir Volek
ecde81ca86 Added static notification for xrp 2019-01-09 18:10:49 +01:00
Szymon Lesisz
2aa6a82911 split loader, notification and exceptionPage to isolated variables
and pass them as they are to views/Wallet/components/Content
2018-12-17 18:33:55 +01:00
Vladimir Volek
827e5f14fa Separate notifications and loader 2018-11-22 14:19:48 +01:00
Vladimir Volek
c3bb0899c9 Fix flow 2018-11-22 14:19:48 +01:00
Vladimir Volek
c5a9c8fdb7 Added messages to loading, added more cases 2018-11-22 14:19:48 +01:00
Vladimir Volek
5fbd4a3291 Add loading state for notification button 2018-11-01 18:53:35 +01:00
Szymon Lesisz
ed7501c4fc refactor Coin > Network 2018-10-15 15:44:10 +02:00
Szymon Lesisz
f5bf14b776 fix NotificationGroup.propTypes 2018-10-11 15:18:09 +02:00
Vladimir Volek
f2ac90c46e Review 2018-10-11 15:18:09 +02:00
Vladimir Volek
de34a8fe04 comment out test data 2018-10-11 15:18:09 +02:00
Vladimir Volek
077b6dc7fa Make notification responsive, flow fix 2018-10-11 15:18:09 +02:00
Vladimir Volek
817b333d3a notification message can be component, styles adjusted 2018-10-11 15:18:09 +02:00
Vladimir Volek
2ed673b05a Separate group notifications with border 2018-10-11 15:18:09 +02:00
Vladimir Volek
4072e9480d Fix group notification width 2018-10-11 15:18:09 +02:00
Szymon Lesisz
c51b12906f replace React.Component by React.PureComponent 2018-10-10 14:39:42 +02:00
Szymon Lesisz
99da71c25d flowtype for Notification components 2018-10-10 09:31:26 +02:00
Vladimir Volek
ae729dcc46 Fixed some eslint errors 2018-10-09 15:20:57 +02:00
Szymon Lesisz
cd183e6409 quickfix: reconnect to selected network 2018-10-09 13:10:26 +02:00
Szymon Lesisz
3512c271e2 FirmwareUpdate: notification button click + "cancel" action conditionally 2018-10-05 09:03:51 +02:00
Szymon Lesisz
0c36ad96bf enable App/UpdateFirmware notification 2018-10-04 23:06:40 +02:00
Szymon Lesisz
3ddce5b5d1 enable App/Offline notification 2018-10-04 23:06:40 +02:00
Szymon Lesisz
33e326a8f2 gotoBridgeUpdate link 2018-10-04 23:06:40 +02:00
Szymon Lesisz
d5bf7e1ee9 added app notifications 2018-10-04 23:06:39 +02:00
Szymon Lesisz
ac0b9508de fix for NotificationGroup missing key
real notifications (from reducer) doesn't have "key" field so it needs to be created dynamically
2018-10-03 14:39:23 +02:00
Vladimir Volek
da3e1aa878 Fixed proptypes 2018-10-03 12:22:25 +02:00