New Features
What is MicroSteemit
MicroSteemit is developed based on the wechat micro application which is maintained by the tencent company.
wechat micro application is an application that doesn't need to be downloaded and installed. It implements the dream of "reach within reach", and users scan or search can open the micro application through the wechat application. It also reflects the idea of "running away", and users don't have to worry about installing too many apps. Micro Applications will be ubiquitous, readily available, without installing uninstall. Suitable for life service offline shops and non-new low-frequency conversion. The micro application can realize seven functions such as message notification, offline scan code and public number association. Among them, the user can realize the mutual jump between the wechat public account and the micro application through wechat association.
In a word , MicroSteemit is an application which can be used without downloading while chatting with friends in wechat easily. Just by scanning the MicroSteemit QR code can we commodiously surf on the steemit community.
But now , the MicroSteemit is still in developed phase .Of course you also can test the project in the wechat application tool .See the github project in detail.
What feature(s) did you add?
- fix the exiting child comments showing UI
- change the way of showing child comments
- load every depth of child comments
- set up a recursive algorithm to deal with when the child comments to show
- create a clicking function of pop up the child comments
Existing features right now
Showing posts:
Detail of the post:
Information of the post:
Sharing function :
Show info of the steemit account :
Following and followers list:
Dynamic info showing :
Post history showing :
voting history showing :
Screenshots and gifs of new added features
Commits on github about the new features
https://github.com/Cha0s0000/MicroSteemit/commit/9020accfd8d04bcbd5e5cecfec803d624d2fc83b
fix the child comments shouwing UI style
https://github.com/Cha0s0000/MicroSteemit/commit/c0c3f966202cc5e8ed54dec40e640d2bfaffd7ef
chang the way of showing child comments.before this update , the child comments would show when clicking into the detail page as the same time with comments showing . after changing , the child comments will only show by click the comment num button of the comments
https://github.com/Cha0s0000/MicroSteemit/commit/61d630ad13499b071e4dc1fb236979cf64a02506
add showing every depth of comments and the child comments.this is one of the most diffcult and meaningful steps in the whole MicroSteemit development.To complete this function , have to set up a recursive algorithm to deal with all of the comments.
https://github.com/Cha0s0000/MicroSteemit/commit/5e21608cf37c4e1b5291142d0cb03443e0b6ba6e
add function of clicking the comment number ,which will lead to load more child comments
Roadmap
- Show tags
- Show account feed ,blog,comment,reply
- Add more function like transfer,chat and so on.
- Perfect the UI
How to contribute?
Github: https://github.com/Cha0s0000/MicroSteemit
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request.
Posted on Utopian.io - Rewarding Open Source Contributors