Commit Graph

67 Commits (master)

Author SHA1 Message Date
David Corry b306692d6f Merge remote-tracking branch 'upstream/master' 4 years ago
David Corry 31000483be Add user control over theming. 4 years ago
Brooks Becton 4687dafb34 Hook up labels to buy and language inputs 4 years ago
David Corry acdcc93c3a Strip darkmod.js, add in a css-based dark mode that respects system preference. 4 years ago
rctgamer3 2023604649 Simplify Wednesday div 4 years ago
Mike Bryant a53d55fd64
Merge pull request #285 from DevSplash/patch-1
Fix #241
4 years ago
Mike Bryant 8e8c80b491 fix: Allow people to input the buy price even as a first time buyer
This will give us a basis for colouring. Also remove the Sunday prices from the table, to avoid confusion and questions when people ask why the Sunday price is different to the one they put in. This has the added bonus of making the table smaller, and doesn't really remove any relevant information for the future.

Fixes #288
4 years ago
Matthew Miller 86db0c49c5 Add iOS number pad support 4 years ago
Splash 11c6650bd5
Update index.html 4 years ago
Splash 305048c02e
Fix typo 4 years ago
Mike Bryant 3844b94b57 feat: Add link to GitHub sponsors button
Closes #141
4 years ago
Ryan Carbotte f6ac9a2d7f Revert "fix: Remove animation"
This reverts commit 66433cb71f.
4 years ago
Mike Bryant 66433cb71f fix: Remove animation 4 years ago
Josué Martinez 443a3dfe03
Merge branch 'master' into darkmode 4 years ago
Matthew Callis 360ca57681
Change script ordering to fir iOS & Safari
Due to the missing `initialize` variable in `translations.js` which lives in `scipts.js` there is a `ReferenceError: Can't find variable: initialize` breaking iOS & Safari.
4 years ago
Mike Bryant a68ba675a6 fix: Make Chance a colspan instead of duplicated labels 4 years ago
Mike Bryant 4c2f738a6b feat: Allow for row probabilities
Also change to use number not description, to work with translations
4 years ago
Mike Bryant 0fe3554bcd
Merge pull request #168 from DevSplash/master
Add a simple language selector.
4 years ago
Splash 5c8d1b4996
Add a simple language selector. 4 years ago
Marcel Deglau a1491fda10 Hard-code app name 4 years ago
Mike Bryant 5485f6813b
Merge pull request #159 from DevSplash/patch-3
Fix the missing i18n tag.
4 years ago
Splash fb29bafe76
Fix the missing i18n tag. 4 years ago
Splash b4d7eb0156
Fix #156
Fix https://github.com/mikebryant/ac-nh-turnip-prices/issues/156
4 years ago
Marcel Deglau 4c5d91be0e Done changes request by @theRTC204 4 years ago
Marcel Deglau 56b4d1d805 Fixed typo 4 years ago
Marcel Deglau 2ba5ce0185 Added i18n keys to source code 4 years ago
Mike Bryant 53d2d1bf87 feat: Localise some more strings 4 years ago
Mike Bryant 46f994c0ff feat: Taking a first stab at implementing translations 4 years ago
Mike Bryant f67b014d70
Merge pull request #128 from theRTC204/permalink-copy-button
feat: Permalink copy button
4 years ago
Ryan Carbotte f89039454b feat: Add a flash message on permalink copy 4 years ago
Ryan Carbotte a3dc3d53c7 feat: Added button to generate a permalink
Added a button to the UI near the Reset fields button and generate a URL that only contains the populated fields

Closes #108
4 years ago
Josué Martinez da7060229b
Merge branch 'master' into darkmode 4 years ago
sujeom eb9b8958ea darkmode added using darkmodejs 4 years ago
Ryan Carbotte ea597d4761 feat: Updated the website favicon and PWA icon
Credit to @ErinPeril for the icon work!

Closes #71
4 years ago
Mike Bryant 89dfc6ce6e feat: Add chart visual 4 years ago
Harry Peach 34e0bbcaa5 Added extra precached files 4 years ago
Harry Peach 8791c5fa92 Added basic service-worker support 4 years ago
Mike Bryant 302218de57
Merge pull request #84 from theRTC204/master
feat: Add dynamic list of contributors
4 years ago
Ryan Carbotte c2559fedbf feat: Add dynamic list of contributors 4 years ago
Trevor Welch c4c2ff7cd1 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
4 years ago
Tim Plunkett fb1cb3476a
Clarify price should be from your island 4 years ago
Michael Ritter 0af21f93fc
Change reset Button to type button
This avoids being able to accidentally reset the form by pressing enter in one of the input fields

Solves https://github.com/mikebryant/ac-nh-turnip-prices/issues/62
4 years ago
Ryan Carbotte 73cab71e6e fix: Reduced overall element size throughout UI 4 years ago
Mike Bryant b10358f13e fix: Retain compatibility with previous stored data 4 years ago
Mike Bryant 54b8458a5f Squashed commit of the following:
commit efffda8fc2ae9ebf5df051c33159fc4334075470
Author: Trevor Welch <welch.trevor@yahoo.com>
Date:   Wed Apr 8 19:03:49 2020 -0400

    Fixed Reset Button

    Fingers crossed on last commit

commit ff6b739533c20e1eb3f4942b06def9fdfcf58548
Author: Trevor Welch <welch.trevor@yahoo.com>
Date:   Wed Apr 8 18:49:54 2020 -0400

    Copy Update + Radio Button Fix

    Changed the copy under "First-Time Buyer" and made the selected radio button a solid fill rather than only coloring the text.

commit 95887a68b671dcf231e4e7aea6710bfe4e2eae29
Author: Trevor Welch <welch.trevor@yahoo.com>
Date:   Wed Apr 8 18:31:18 2020 -0400

    Removed a Console Log

commit 84f1ef8b96730818903aaa0e12ab12be642f8bd1
Author: Trevor Welch <welch.trevor@yahoo.com>
Date:   Wed Apr 8 18:27:03 2020 -0400

    Added Probabilities

    Chart will now also display % chance of that pattern.

commit d047d7749ca2809165068fe3f787c83ffba8b45e
Author: Trevor Welch <welch.trevor@yahoo.com>
Date:   Wed Apr 8 18:08:35 2020 -0400

    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.

commit 95b60e1458df72c86cf91c2017cb8208e0829d9b
Merge: 1d6046b be09f8e
Author: Trevor Welch <welch.trevor@yahoo.com>
Date:   Wed Apr 8 13:51:53 2020 -0400

    Merge branch 'front-end'

commit be09f8e6085dccf90683c819a3deec44852a54b1
Author: Trevor Welch <welch.trevor@yahoo.com>
Date:   Wed Apr 8 13:51:43 2020 -0400

    Requested changes

    This commit adds changes as requested in https://github.com/mikebryant/ac-nh-turnip-prices/pull/34

commit 1d6046bfe283e6a779e2e2f49edd12b6fdf128bd
Author: Trevor Welch <welch.trevor@yahoo.com>
Date:   Wed Apr 8 02:34:12 2020 -0400

    typo

commit a414b8fdc22aaad82265d502601c0d2a67050f5d
Author: Trevor Welch <welch.trevor@yahoo.com>
Date:   Wed Apr 8 02:22:36 2020 -0400

    Update scripts.js

commit fbc3878d831e0f9abeb2de40337dedb8ee20f794
Merge: d521944 3cad0d4
Author: Trevor Welch <welch.trevor@yahoo.com>
Date:   Wed Apr 8 02:18:57 2020 -0400

    Merge branch 'master' of https://github.com/Trevor-Welch/ac-nh-turnip-prices

commit d521944eae82eeb0644b13ffa75a23ec3d2f52ef
Author: Trevor Welch <welch.trevor@yahoo.com>
Date:   Wed Apr 8 02:15:37 2020 -0400

    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.

commit 3cad0d4f2a127ba46e946a9b0bebfc1cfb7001f2
Author: Trevor Welch <welch.trevor@yahoo.com>
Date:   Mon Apr 6 20:43:38 2020 -0400

    Refactored scripts.js

    Scripts.JS was very hard to read initially.

    This commity cleans things up, abstracts functions, and makes it a bit more easier to read.
4 years ago
Mike Bryant f30e1e751e Remove minimum, rename other field to guaranteed minimum 4 years ago
jtplatt99 f4ab1be863 Add 'LeastMax' Parameter
Add additional logic to compute 'LeastMax', which represents the worst case scenario maximum price achievable during the week (assuming everything is sold on the correct day).
4 years ago
Mike Bryant 0b69cba802 Rename pattern and make probability per row 4 years ago
Lou Huang 63e6b1adec feat: display %chance of each pattern if known 4 years ago
Ryan Carbotte cb69d49113 feat: Add toggle for filtering results to first ever buy 4 years ago