Steemblr is open source microblogging platform powered by steem blockchain . It allows user to post and explore content which is smaller than a traditional blog.
You can check developer version here: https://steemblr.com
---Repository
https://github.com/snwolak/steemblr
New Features
Image compression
To make page load faster and save some space on the server, every uploaded image is now compressed.
It was achived by using image-compressor library and making it at client side before post or header image is uploaded to server.
https://github.com/snwolak/steemblr/commit/ced5ba6859d19be77614b28f9f5fe8f85ee05913
Comments nesting
Loading nested replies in comment section. Right now by clicking on show replies app will load all children of the clicked comment but only one nested level down.
It was developed by using simple recursive build and by changing how comments are handled, I have separated containers and comment which gave me oportunity to delete lots of duplicated code.
https://github.com/snwolak/steemblr/commit/eaac84ad4df0d300b9d6f55fb3f6dfd9289bc99c
https://github.com/snwolak/steemblr/commit/a43931da1e64e5aa89684e56c7c7c6b552f389dd
Comments replies
It is now possible to reply to choosen comment on every nested level. Just click reply and form will show up.
https://github.com/snwolak/steemblr/commit/2f9d2811c063be668b3be86065a803977625e0c3
I have added button which handles hiding/showing reply option, and input form to write and send comments.
---
Github Account
https://github.com/snwolak
If you want to get involved, got questions, ideas, feature request you can contact me on discord https://discord.gg/hHmZgk6