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?
- add a icon button on the info page for navigating to voting history
- create a function to deal with the navigating
- load basic info data of the account to show in the voting history header
- add view item to show the voting list
- get the voting list data
- fix the showing UI
Screenshots and gifs
Commits on github about the new features
https://github.com/Cha0s0000/MicroSteemit/commit/84fe0bbf3538db09fab2a028ffe77d5ceb3d3772
Import the icon as a button for navigating
https://github.com/Cha0s0000/MicroSteemit/commit/c54f6154f76028d418b720e81479687559bb3b9b
deal with the click on the button
https://github.com/Cha0s0000/MicroSteemit/commit/53568fd2a2e2dada1a355d19557dc2929458d781
create the voting history page ui and style to show the general basic info
https://github.com/Cha0s0000/MicroSteemit/commit/d1e00dd6cf06b4ccc053121641d7e3895f7f6adc
load and convert the basic info
https://github.com/Cha0s0000/MicroSteemit/commit/8d492eab93f1d5350b969b3de53904983185166f
add view item to show to voting list
https://github.com/Cha0s0000/MicroSteemit/commit/60293b8b1aa7849612d1326dfcd870a6aec2e4d2
send request to get voting history data
https://github.com/Cha0s0000/MicroSteemit/commit/12aa3ef2824630ce43e68ba0d21df41c8cac490f
build the general style of the voting page and add some icons
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