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
Pull Request
https://github.com/snwolak/steemblr/pull/14
New Features
NSFW Overlay
New element for covering NSFW posts with button to change filtering settings.
As far as I can see on analytics, most of the unregistered users would like to use steemblr for adult content. The problem was that by the default nsfw content was disabled and wasn't even fetched to the app, so the flow of the app is now changed and steemblr is loading all the posts with nsfw overlay on adult content, so unregistered users can see what they want.
NSFW Overlay is a component with html element with a high z-index that covers the whole post, a button that is in the middle changes the state of the user in redux and allows adult content, if the user is logged in addition the settings will be saved in the database.
Also for easier content identification there was added nsfw checkbox in post creator.
Actions Viewer
New container where users can see actions taken on the post. For now that include upvotes, comments, replies to comments for steemblr actions and upvotes for steem blockchain actions.
Both for the steemblr and steem platform, all data is from the post object, in the future this will change for steem, because there is a lot more data related to steem post outside its main post object.
When the component gets data, it generates a list of actions where every different action type has its own description and will have different functionality.
End note
If you have any question you can ask them on steemblr discord server https://discord.gg/hHmZgk6