Hey, I've just discovered your app and I like it. It easy to use. Although why the blue color again ? Facebook, twitter, busy, steemit, they all are in blue :/ I really would love to see some warm colors for a change.
I noticed that you kept the v2 in the steemconnect url, you can drop it.
Your voting power algorithm is wrong. You have to use the last_vote_time
field too. Here is a code snippet:
const secondsago = (new Date().getTime() - new Date(account.last_vote_time + "Z").getTime()) / 1000;
const votingPower = account.voting_power + (10000 * secondsago / 432000);
Any way good luck with your app. I'm eager to see some new and unique features too. We begin to have a lot of apps that are doing exactly the same thing :p
Your contribution has been evaluated according to Utopian policies and guidelines, as well as a predefined set of questions pertaining to the category.
To view those questions and the relevant answers related to your post, click here.
Need help? Write a ticket on https://support.utopian.io/.
Chat with us on Discord.
[utopian-moderator]
Hi @gregory.latinier,
We started to develop Steemia 6 months ago with @jaysermendez
I agree with you about color 😄 Default color is blue in Ionic. However I think we should try different colors.
By the way, thanks for code snippet :)
want to try a new color?
Maybe 😄
hahahha lets see
Lol, I asked in Busy chat if I can use their endpoint for notifications and they said yes -_- lol. So yeah, maybe you directly didn't receive a request to use it but I did the request time ago before even using it :).
All good then sorry for the misinformation