-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Option to change increment on investments number fields (Issue 32) #87
base: master
Are you sure you want to change the base?
Conversation
# Conflicts: # js/main.js
I added an option for +1000 in a pull request in your fork |
The thing is, I don't see a point in this pull request, like I get the arrows are there to add and subtract, but if you're going to constantly use a button to toggle between +1, +10, +100, +1000 then you might as well just click in the investment box, backspace, and type the new number. It's really not that difficult to do that. If Slimmmo decides that this is a useful enough feature I suggest that the button is moved as right now it is fairly close to the "Hard Reset Planet" and that button may be pressed by accident |
@61352151511 this is useful for me espically since this would be faster for me then typing in because im a slow ipad typer |
...Well, there's a lot here for me to answer... I'm really sorry if any of this seems offending or ranting or "he got it personal", they are just my opinions on the matter. |
Yes, I've read it. Not sure on Slimmmo's stance on it. I'm leaving it up to him on it but my personal opinion still lies at that it's not too useful. The argument made that its good for mobile (slow IPad typer specifically) is invalid from what I've seen because the up/down arrows aren't even present on the two tests I did (Moto G4 Android 6.0.1, iPad not sure the iOS) so all it would be useful for is PC and those users should just be able to type out the number. However again, this PR is up to @Slimmmo |
Speaking as a PC user, I would find this very helpful. Having to move my On Fri, Aug 19, 2016 at 5:30 AM, Mitchell [email protected] wrote:
|
Um @ricardopetrere can you fix it for mobile so the up/down arrows are present |
# Conflicts: # index.html
As in #32, I've created a mechanism, exactly like in game, to change the increment of the investment amount fields. The values are 1, 10 and 100, changeable by clicking the "Buy" button below "Save State". (PS: Just like in game, when you change the world, it resets to 1)