SteemMe V0.0.8 - Layout Changes (Commit)
What feature(s) did you add?
Changelog:
- Added last 7 Days earned SP to Chart
- Changed Main Page Layout (Necessary for upcoming Profile Detail Page)
- Added Total Payout of SBD / SP to Statistics Detail Page
- Changed Layout of Statistics Detail Page
How did you implement it/them?
Well a lot of HTML changes were done, I updated the logic to gather earned SBD & SP info out of the data and a helper function to calculate a total volume was created:
function calculateTotal(data) {
var total = 0;
data.forEach((value) => {
total += value;
});
return total;
}
Roadmap
- V.0.0.8:
- Statistics about earned SBD / Steem over last week
- V.0.1:
- UI
- More...
Contribute
Feel free to contribute by forking the GitHub Repo and creating Pull Requests. You can check the Roadmaps to find ideas, or you can implement your own stuff.
How to install it?
Please visit the Google Chrome Webstore and download the extension!
Go to your Extensions Tab and click options to set your Steemit Username
Proof for GitHub
benediktveith is my main GitHub account.
Check here for another proof
Posted on Utopian.io - Rewarding Open Source Contributors