Massive UI Rework

This commit completely changes the UI of the app, giving it a more Animal Crossing touch and make it feel like an app on the Nook Phone.

Added "First Buy" and "Previous Pattern"

All CSS needed for these fields have also been included, as well as some Javascript updated to reflect the new radios.

Added Probabilities

Chart will now also display % chance of that pattern.

Fixed added lines
master
Trevor Welch 4 years ago committed by Ryan Carbotte
parent 42c3fdd2a3
commit c4c2ff7cd1

@ -104,7 +104,6 @@
</div>
</div>
<i>AM - 8:00 am to 11:59 am</i>
<i>PM - 12:00 pm to 10:00 pm</i>
<div class="form__flex-wrap">
@ -284,6 +283,19 @@
Support, comments and contributions are available through <a
href="https://github.com/mikebryant/ac-nh-turnip-prices/issues">Github</a>
</p>
<p>Oh! And let's not forget to thank those who have contributed so far!</p>
<p>Contributors:
<a href="https://github.com/mikebryant">Mike Bryant</a>,
<a href="https://github.com/Trevor-Welch">Trevor Welch</a>,
<a href="https://github.com/louh">Lou Huang</a>,
<a href="https://github.com/tylermatchett">Tyler Matchett</a>,
<a href="https://github.com/Lotti">Valerio Riva</a>,
<a href="https://github.com/na-ji">Naji Astier</a>,
<a href="https://github.com/phoenix-meadowlark">Pheonix Meadowlark</a>,
<a href="https://github.com/peter50216">Peter Shih</a>,
<a href="https://github.com/kantenkugel">Michael Ritter</a>,
<a href="https://github.com/jtplatt99">jtplatt99</a>
</p>
</div>
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>

Loading…
Cancel
Save