-
-
Notifications
You must be signed in to change notification settings - Fork 650
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
Little UI / CSS Issues #270
Comments
I've made a branch here to fix the issue. I've added animations on notifications to make it clear to the user which notification is new and which is old. React-transition-group seems to be one of the better animation libraries to react, it makes animations before dismount very easy, however I've found and issue using it with redux so I've opened an issue for it and am awaiting a response. A demo of the issue can be found here This branch also fixes the white text issue. |
Ok, turns out using the notification array index as a key is VERY BAD and messes up react displays data. |
Closed by pr MyEtherWallet/MyEtherWallet#305 |
MyEtherWallet/MyEtherWallet#305 only solves 2/3 of the issues, re-opening to fix part 3. |
opacity: .8;
opacity: .6;
... to differentiateThe text was updated successfully, but these errors were encountered: