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?
- complete the function of showing every depth of child comments including showing or hidden
- create pageUp and pageDown button for clicking to load more voting history
- create the page info showing UI
- request for loading more voting history and push the new array to show in the view item
- add function to navigate to the detail page to show more info of the voting post
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/5063a3788d659a2885a92856004e5bb74f052740
add clicking function of closing the child comments showing.after showing every child of depth , users can close every depth child comments by click the "comment nums" button one more time
https://github.com/Cha0s0000/MicroSteemit/commit/72410a7bccb8758ba29c7665ba385ed58f9c4393
add load more voting history button and showing UI. Add button to click for load for voting data and show the page num.
https://github.com/Cha0s0000/MicroSteemit/commit/19ce2ce098eaa5ea94d2e85c4f0a7ce53e96d0c6
create the function to deal with the function of loading more voting. when click on the pageUp or pageDown button , request for different page of voting data
https://github.com/Cha0s0000/MicroSteemit/commit/4e0a617020c3da6a768737011cdddf99d72d295d
get author and permlink of the voting post and navigating to detail page.
https://github.com/Cha0s0000/MicroSteemit/commit/f8e4e6ee3fd003078e356b47d64fe3046a713cc7
add more detail explanation of the main logic js function
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.