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
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Hey @wehmoen, I just gave you a tip for your hard work on moderation. Upvote this comment to support the utopian moderators and increase your future rewards!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Good job.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Hey @moonrise I am @utopian-io. I have just upvoted you!
Achievements
Suggestions
Get Noticed!
Community-Driven Witness!
I am the first and only Steem Community-Driven Witness. Participate on Discord. Lets GROW TOGETHER!
Up-vote this comment to grow my power and help Open Source contributions like this one. Want to chat? Join me on Discord https://discord.gg/Pc8HG9x
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit