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 payout showing when the post is more than 7 days old
- add loading more history posts function .when scroll to the bottom , refresh the data and get more history posts
- add showing the detail of the post in history list while click on the post
- update the way of showing the followers and followings list with scrolling down refresh instead of the one-time loading all data.
- fix the payout showing in the main page
Screenshots and gifs
Commits on github about the new features
https://github.com/Cha0s0000/MicroSteemit/pull/2/commits/33f2b8d48ef010193473aff337194991fe317ee1
when the post is more than 7 days old , the payout will be got in the data array total payout item instead of the pending payout . So considering the posts may be in the pending status and the payout status , just add the pending payout and the total payout values as a data.
https://github.com/Cha0s0000/MicroSteemit/pull/2/commits/2ed11af9af86233a6ced643575069a9bbe9c324d
when view on the history post page , with scrolling down the page , the data will be automatically load more posts from the history api and concat to the existing array then show more posts
https://github.com/Cha0s0000/MicroSteemit/pull/2/commits/177802619cc249218c0a31cd7a76e5275f351f49
after clicking on the posts on the history page , it will navigate to the detail page to show more detail of the post
https://github.com/Cha0s0000/MicroSteemit/pull/2/commits/3351e0bdf72e407ae7cdc2734616c0d5d01a5ac7
fix the same showing error of the payout in the main page
https://github.com/Cha0s0000/MicroSteemit/pull/2/commits/55c2e6b0ce9e532e0c02208487e1484f063dbad3
before the change , it did load all of the followers and the following data at a once , which leads to the press of the internet . for promoting this , just loading more data while scrolling down
Roadmap
- Add child comment of every depth
- 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