Commit graph

23 commits

Author SHA1 Message Date
0eada46ece Switch to a diffrent keyboard and timepicker
these should hopefully work better on mobile browsers
2015-10-18 14:03:49 -07:00
b6dfba391c Even more shortening
Also got rid of the silly "Rank Calculator" title on the
rank calculator, it isn't really needed plus it was the only
page that had a title, which looked strange
2015-10-18 01:57:36 -07:00
9b4b403db9 Shortened some stuff to make web app fit better on smaller screens 2015-10-18 01:56:19 -07:00
eb843939d8 Use field placeholder to indicate optional values instead of HTML text 2015-10-18 01:47:49 -07:00
23624b8553 Switch to jQuery based numpad instead of relying on system keyboard 2015-10-18 01:45:19 -07:00
d5a2292bf2 Further reduce size of number input boxes 2015-10-18 00:20:46 -07:00
84d80ef4db Fix text fields so they don't look so dorky
Now using <input type="number" pattern="\d*" step="1"> so that
the text field will pop up the numeric keyboard on both iOS and
Android. However this makes the "size=<blah>" no longer function.
So we set a fixed size for all <input type="number"> text fields
using CSS. Kinda hackish, but it works.
2015-10-17 22:54:12 -07:00
c07d35921a More iOS prettifying
* using <div> instead of <textarea> for gem verbose area, and
  formatting the verbose reports using HTML
* fix some mismatched div's and (try to) reindent html (need a
  better html reindenter)
2015-10-17 22:43:51 -07:00
89b972ddc7 Add notes that EXP values are optional 2015-10-17 22:12:54 -07:00
1a69c3dd40 Add stuff to make this into an iPhone home screen web app 2015-10-17 19:45:57 -07:00
260e53203b Usability fixes for iOS devices (and possibly Android)
* change viewport so that the page renders in large font without needing
  to scroll (nowhere near "real" responsive web UI, but good enough for
  now)
* use numeric keypad on all numeric entry fields
2015-10-17 17:54:11 -07:00
27e1044aae Add a index redirect page 2015-10-17 16:10:58 -07:00
c8db2e1f01 Add status message while tier cutoff data is being updated 2015-10-16 04:38:22 -07:00
0eb8ba2ab7 Fetch @sifen_trackbot tweets at 37 minutes past the hour
1 minutes' worth of slop is more than enough, it seems to be
pretty timely with its updates
2015-10-15 02:38:34 -07:00
0953aa809b Add hourly updates from @sifen_trackbot to event timer
This is VERY hackish, it was literally a "gee wouldn't it be
cool if it could do this? *whip out editor and start coding like
a madman*" things. But it works (for now). Needs a lot of future
proofing (and general rewriting) though.
2015-10-15 02:35:30 -07:00
679ab68e2e Improve time display logic 2015-10-14 12:52:47 -07:00
4b87fe5a7b Finish the web app
Remove the "the web app is not complete" message since it is now
complete. Also remove some bogus comments and add copyright, etc.
to the JS file.
2015-10-13 19:32:14 -07:00
4e28f534e3 Add event timer 2015-10-13 19:29:17 -07:00
8e6f7a4365 Rename sif-tools to sif_tools because, consistency. 2015-10-13 18:27:37 -07:00
b8185d3c2f Finished card level calc 2015-10-13 16:53:06 -07:00
58e006f0b4 Add "when will you have X gems" calculator 2015-10-12 22:36:11 -07:00
a4f93a1063 Partially working Love Gem calc
The "how many gems will you have on date X?" part works.
The "when will you have N number of gems?" is still to be done.
2015-10-12 21:52:35 -07:00
e40ac65186 Add a basic web app (currently only Rank Calc works) 2015-10-12 19:53:23 -07:00