-
-
Notifications
You must be signed in to change notification settings - Fork 775
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
Visual Improvements for Results page #4167
Visual Improvements for Results page #4167
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4167 +/- ##
==========================================
- Coverage 30.22% 30.18% -0.04%
==========================================
Files 209 209
Lines 16625 16625
Branches 2223 2223
==========================================
- Hits 5025 5019 -6
- Misses 11419 11425 +6
Partials 181 181
Continue to review full report at Codecov.
|
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.
left a few comments.
could you also add screenshots/ recordings of the updated page on desktop + tablet + mobile (aka responsive )
LGTM otherwise ^_^
anyone got a screenshot of what this looks like? or can we put it up on stage? |
@thelostone-mc Got it, will update that CSS and prepare images/video capture |
Here you can checkout video of responsiveness: |
^ the font-size comments need to be addressed but other than that looks solid 🙌 |
…tter view on mobile
… inline styles and using classes with BEM methodology naming instead
…e styles for repos/coders icons and add class instead.
3754a3b
to
d5de5ce
Compare
@thelostone-mc done and done :) |
Ah this is a lil embarrasing ! mind resolving the conflcits one last time ? |
@MaxStalker ^ Any chance we can get this wrapped up in the next few days ? |
… inline styles and using classes with BEM methodology naming instead
…e styles for repos/coders icons and add class instead.
…into design/results-visual-improvement
@MaxStalker Ah i think something got messy during the merge with master! we've got 228 commits in this PR now :P @owocki could use help some help testing this. Checked out only code 😅 |
…into design/results-visual-improvement
Description
Elements on results page had inconsistent design (font sizes, margins, padding, etc.) and in a lot of cases were using inline styles instead of classes.
Checklist
Affected core subsystem(s)
UI was slightly adjusted, but it's more of a styling changes - no new functionality
Refers/Fixes
Testing and Sign-off
I've launched local copy of web repository using docker as described in this article: https://docs.gitcoin.co/mk_setup/
Visually most of the blocks were working. Some were missing, probably because there were no data in local database. Though I've tested layout with static html (which was later removed) similar to the one on live site and it was working.
Contributor
make test
and everything passed!Reviewer
Funder