-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
FIX: Social icons alignment on PL posts #7611
FIX: Social icons alignment on PL posts #7611
Conversation
@VladimirMikulic @publiclab/reviewers can you kindly review? Thanks ✌️ |
Codecov Report
@@ Coverage Diff @@
## master #7611 +/- ##
==========================================
+ Coverage 81.90% 82.03% +0.12%
==========================================
Files 97 97
Lines 5615 5615
==========================================
+ Hits 4599 4606 +7
+ Misses 1016 1009 -7
|
I am not sure we should put it also in the sidebar. In the picture, you can see that now there are two areas with social links. What do you think? |
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.
@Tlazypanda I've immediately noticed that Twitter icon is not vertically aligned with other icons. Could you fix this and add the mobile screenshot of this change as well? Thank you for your awesome work 🚀
@Uzay-G I agree. Having social icons on 2 places is redundant. Anyways, the Twitter icons should be vertically centred like others. |
@VladimirMikulic yeah noticed the same was about to open an issue for it ...should I open a separate pr for this since this requires change in home/social partial which is rendered in multiple places? And should I close this pr if it is redundant 😅 Thanks ✌️ |
@Tlazypanda I renamed this PR accordingly, you don't need to open another PR, just continue on this one :) |
@VladimirMikulic is this alright? 😅 |
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.
@Tlazypanda perfect!
c9fc620
to
1d095bf
Compare
@cesswairimu from the Travis log, SimpleCov failed. |
@cesswairimu @VladimirMikulic should I remove adding the social links to sidebar and just fix the alignment of twitter icon in this pr? 😅 |
@Tlazypanda it's totally fine. You don't need to remove anything. We don't want a PR flood :) |
@cesswairimu can we just do the twitter alignment only for this pr? 😅 |
Yeah we can do that @Tlazypanda, change the issue desc or create a new issue and remove the other code in this PR. Thanks |
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.
Nice!!! 🎉
I think the system test issue in #7562 may be affecting the system tests here too... Log excerpt here:
I'm restarting it though to try to get it to pass... |
1d095bf
to
76199c5
Compare
@cesswairimu @jywarren issue description changed and pr unrelated changes removed ..ready for a review ✌️ |
Awesome!!! Thanks! |
Fixes #7608
rake test
@publiclab/reviewers
for help, in a comment belowScreenshots
Thanks!