New Features
What feature(s) did you add?
Add vote number ,comment number and pending payout into the detail page
Add all the tags which the posts are belong to in the detail page
Add showing the author , name, avatar ,comment body below the detail post
How did you implement it/them?
https://github.com/Cha0s0000/MicroSteemit/commit/05517f551e9bd8932d526999643cb656b5b45881
Add to the wxml file to create the Ui to show the vote and comment and pending payout information.
https://github.com/Cha0s0000/MicroSteemit/commit/056e1bb38825f0e274082b031085666485971839
Create the information style by add code to wxss.file
https://github.com/Cha0s0000/MicroSteemit/commit/2b76bfc3ffcd34a0bd3b290df2e698a42c65d464
Show all the tag which the author of the post selected
https://github.com/Cha0s0000/MicroSteemit/commit/086161512660249aba36c53c2d1aa69455255b18
beauty the tags UI
https://github.com/Cha0s0000/MicroSteemit/commit/f8bcc8e32a3a14c748048bfb30b1232ae453f98c
change the variable to make the Ui showing active
https://github.com/Cha0s0000/MicroSteemit/commit/c4fed392f6701c6065b5c6fcbc4adefef6af7ee3
Add the main logic of these new features in the detail.js
Roadmap
- Add child comment of every depth
- 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