-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Dashboard fix for md resolution, transactions load fix, block info row fix, address page issues, check mark issue #2291
Conversation
CHANGELOG.md
Outdated
@@ -24,6 +24,7 @@ | |||
- [#2266](https://github.com/poanetwork/blockscout/pull/2266) - allow excluding uncles from average block time calculation | |||
|
|||
### Fixes | |||
- [#2291](https://github.com/poanetwork/blockscout/pull/2291) - dashboard fix for md resolution, transactions load fix, block info row fix, addresses page issue |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@maxgrapps incorrect place for CHANGELOG entry
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@vbaranov what is incorrect? Should I place something to features?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, you are trying to change log of the published release
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@vbaranov got it, replaced to current version fixes, thanks
Fixed stats width for md resolution
Before:
After:
Transaction load animation fix on md resolution
Before:
After:
Block details row fix for sm resolutions
Before:
After:
Addresses tiles changed to table
Before:
After:
Address page card title issue on sm resolution
Before:
After:
Changed check mark color to white on active tab, Issue - Checkmark is invisible on selected tab in the new design #1993
Before:
After: