Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Animate transaction notifications & fix styles #305

Merged
merged 30 commits into from
Nov 7, 2017
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
9ea3884
Add disclaimer modal to footer
Sep 29, 2017
6f2bd19
Merge branch 'develop' into update-disclaimer
james-prado Sep 29, 2017
60db6b4
Remove duplicate code & unnecessary styles
Oct 2, 2017
2aa4942
Fix formatting noise
Oct 3, 2017
88f6bd1
Merge branch 'update-disclaimer' of https://github.com/james-prado/My…
Oct 3, 2017
b9f5244
remove un-used css style
Oct 3, 2017
099cd0e
Fix tslint error & add media query for modals
Oct 5, 2017
46af5cf
Nest Media Query
Oct 5, 2017
244b4c0
Merge branch 'develop' into update-disclaimer
james-prado Oct 5, 2017
141ebec
Merge pull request #243 from james-prado/update-disclaimer
james-prado Oct 5, 2017
d991711
Merge branch 'develop' of https://github.com/MyEtherWallet/MyEtherWal…
Oct 5, 2017
038415d
Merge branch 'develop' of https://github.com/MyEtherWallet/MyEtherWal…
Oct 10, 2017
dfe3afe
Merge branch 'develop' of https://github.com/MyEtherWallet/MyEtherWal…
Oct 13, 2017
fb39318
Add react-transition-group
Oct 17, 2017
d189b49
Animate notifications with react-transition-group
Oct 17, 2017
ece40e8
Identify issue with notifications getting overridden
Oct 18, 2017
e8094af
Update RTG (react-transition-group) to v2 & identify keys as animatio…
Oct 19, 2017
e5fecd6
Add unique id on successful transactions for unique keys
Oct 19, 2017
9d3ab19
update classNames, remove unused import
Oct 19, 2017
d28da44
Merge branch 'develop' into css-issue
james-prado Oct 19, 2017
66b473e
Revert removing lodash
Oct 19, 2017
dbb5644
Remove unnecessary test util
Oct 24, 2017
fff9663
Remove formatting noise
Oct 25, 2017
fbfbc6c
Merge develop into css-issue
Oct 25, 2017
2c27004
Remove all formatting noise
Oct 25, 2017
176e5d5
Merge branch 'develop' into css-issue
Oct 25, 2017
cfee8d9
Update CSS & Change notification unique id
Oct 27, 2017
02f6fd4
Merge branch 'develop' into css-issue
Oct 27, 2017
7b7dfff
Add unique id for each notification
Oct 31, 2017
e8bd2bb
Merge branch 'develop' into css-issue
james-prado Oct 31, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"font-awesome": "^4.7.0",
"hdkey": "^0.7.1",
"idna-uts46": "^1.1.0",
"lodash": "^4.17.4",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lodash was removed by mistake, this commit reverts that.

"moment": "^2.18.1",
"qrcode": "^0.8.2",
"qrcode.react": "^0.7.1",
Expand Down