View this post on Hive: More bug fixes into Steemit Condenser
Firstly thank you @steemitblog for giving me the title of Most Valuable Programmer of the week for my last set of contributions to the Steemit Condenser app codebase.
Some more of my PR have been accepted and merged into the Steemit Condenser.
Repository
https://github.com/steemit/condenser
Bug Fixes
Unable to click the resteem button #3346 by @timcliff
This bug has been fixed in Fixes #3346 - Allow more space for the post footer #3370
The fix was to simply increase the width of the container around the footer of the blog posts to allow more space for the links and buttons to render in a single line and not overlap on top of one another.
Comment layers are not visible enough #3195 by @therealwolf
Currently, we only have this little dot showing us on which comment-level/layer we are, which is not visible enough IMO. I actually didn't know it existed, because I didn't see it until @eonwarped told me about it...
The fact that comment layers are not well defined is a known issue and some phishing scammers have used this to their advantage in the past. It is also an issue that was handled by my Steemed Phish Chrome Extension:
What I proposed was to display a border to each comments in the following way:
The proposed solution was submitted in Fixes #3195 - Adds border around the components of a comment block #3332
Thank you @roadscape for helping with applying the theme for night mode and raising a bug in the implementation. A new PR was created to work on a final work in Fix border issues with comments #3393
The bug was to do with the way the Condenser handles downvoted comments. When a comment is downvoted, its HTML block was also assigned the collapsed
class in order to hide the style on the body and footer block. However, the block was not really collapsed as you could still see the replies to the downvoted comment. This created issues with those replies as their content was displayed but the border wasn't applied.
The solution was to not apply the collapsed
class to the comment block but try replicate the expected result by adding new classes. Here I introduced a Comment__block
class to target the DIV container that holds the content and footer for the current comment not the one for its replies. I also introduced the revealed
class for when you click on the Reveal comment
on a downvoted comment, this would allow to also apply the border to it when it appears.
The dots mentioned by @therealwolf in his issue are also removed as they don't serve any purpose anymore with this new design.
Along with the Javascript code, CSS have also been modified to achieve the final behaviour.
In the CSS sample above, I added the .Comment__block
CSS selector to the .Comment.collapsed
selector so that it applies the collapsed style to only the content of the actual comment being collapsed and not to its children which would affect our border style.
I also needed to apply the same style as collapsed comments to comments that are downvoted
but not revealed
.
This was a tricky one but worth it I believe.
No coding involved
This section is for reporting some of my work done on reviewing issues which didn't needed coding.
Resteem on comments #2994 by psoscrypto
When you access to repleis option and click on a replei there is a resteem button that generate an error if you try to resteem that comment
This issue has apparently already been solved by a previous deployment.
Html parsing does not place line breaks correctly near images #3210 by @howo
We agreed that this is a no issue and it was an expected behaviour.
Logged in users shouldn't get: "Join... Sign up.Get STEEM!" message #2999 by @gandalf
This bug was raised on August 31st 2018 and since the split to Condenser + Wallet app, it is not an issue anymore.
GitHub Account
Credits
Dividers by Lewis Keogh
Your contribution has been evaluated according to Utopian policies and guidelines, as well as a predefined set of questions pertaining to the category.
To view those questions and the relevant answers related to your post, click here.
Need help? Chat with us on Discord.
[utopian-moderator]
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Thanks for the review.
I tried to incorporate as much tips you guys gave me in previous reviews.
Posted using Partiko iOS
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Thank you for your review, @helo! Keep up the good work!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Hi @quochuy!
Your post was upvoted by @steem-ua, new Steem dApp, using UserAuthority for algorithmic post curation!
Your post is eligible for our upvote, thanks to our collaboration with @utopian-io!
Feel free to join our @steem-ua Discord server
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Cool stuff ! Keep up the good work.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Hey, @quochuy!
Thanks for contributing on Utopian.
We’re already looking forward to your next contribution!
Get higher incentives and support Utopian.io!
Simply set @utopian.pay as a 5% (or higher) payout beneficiary on your contribution post (via SteemPlus or Steeditor).
Want to chat? Join us on Discord https://discord.gg/h52nFrV.
Vote for Utopian Witness!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
You deserve that title by steemitblog
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
good work man ...
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Hi, @quochuy!
You just got a 0.4% upvote from SteemPlus!
To get higher upvotes, earn more SteemPlus Points (SPP). On your Steemit wallet, check your SPP balance and click on "How to earn SPP?" to find out all the ways to earn.
If you're not using SteemPlus yet, please check our last posts in here to see the many ways in which SteemPlus can improve your Steem experience on Steemit and Busy.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Congratulations @quochuy! You have completed the following achievement on the Steem blockchain and have been rewarded with new badge(s) :
You can view your badges on your Steem Board and compare to others on the Steem Ranking
If you no longer want to receive notifications, reply to this comment with the word
STOP
Vote for @Steemitboard as a witness to get one more award and increased upvotes!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
👏🏽👏🏽👏🏽 Steem devs and community members are the best!
Posted using Partiko iOS
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit