Commit Graph

400 Commits (b306692d6fc3733b45d79d7f006ac047c9018ed2)
 

Author SHA1 Message Date
Mike Bryant a291063421
Merge pull request #143 from promarcel/master
Added missing i18n keys
4 years ago
Tekaoh ae47ca7be8 Fix a math issue
Infinity was being returned as the min and max when the price for 
Saturday PM was entered. Instead, we should just return the Saturday PM 
price for both since that sort of reflects the rest of the week, even if 
it's just a few more hours.
4 years ago
Mike Bryant 93e568ef3c
Merge pull request #123 from Tekaoh/master
Future Minimum Price
4 years ago
Marcel Deglau cbb944874e Moved white spaced to source code (@mikebryant) 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
Tekaoh 4200c9d09d Future prices for minimum and maximum columns
Closes mikebryant/ac-nh-turnip-prices#43
4 years ago
Mike Bryant af8cbe5778
Merge pull request #109 from peter50216/fix-accurate-prob
Accurate probability (act 2)
4 years ago
Mike Bryant bba8007a47
Merge pull request #138 from peter50216/fix-service-worker-network-first
Fetch from internet first for service worker
4 years ago
Pi-Hsun Shih 0ef2e39989 Change tab -> 2 space
To align with all other .js files.
4 years ago
Pi-Hsun Shih d0fcd18184 Update cache name to invalidate old cache. 4 years ago
Mike Bryant 53d2d1bf87 feat: Localise some more strings 4 years ago
Pi-Hsun Shih 2270fba253 Change service worker to fetch from internet first.
This makes the page less likely to be in a broken state due to updated
content.
4 years ago
Mike Bryant aae7e0ea96
Merge pull request #135 from mikebryant/translations
feat: Taking a first stab at implementing translations
4 years ago
Mike Bryant 46f994c0ff feat: Taking a first stab at implementing translations 4 years ago
Mike Bryant 9aeb53c261
Merge pull request #130 from theRTC204/confirm-reset-fields
feat: Added confirm on reset all fields
4 years ago
Mike Bryant f67b014d70
Merge pull request #128 from theRTC204/permalink-copy-button
feat: Permalink copy button
4 years ago
Mike Bryant ef81072c4c
Merge pull request #126 from theRTC204/website-favicon
feat: Updated the website favicon and PWA icon
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
Ryan Carbotte 90fb28b212 feat: Added confirm on reset all fields
Closes #119
4 years ago
sujeom 94f5df9343 Merge branch 'darkmode' of github.com:Sujeom/ac-nh-turnip-prices into darkmode 4 years ago
sujeom 10306698f1 addressd red coloring 4 years ago
Josué Martinez da7060229b
Merge branch 'master' into darkmode 4 years ago
sujeom eb9b8958ea darkmode added using darkmodejs 4 years ago
Lawrence Luk 54f2dc83f3 Adjust price brackets 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
Lawrence Luk b43ed3d15f Added color coding for ranges in display table 4 years ago
Lawrence Luk 79370b923f Added color coding for ranges in display table 4 years ago
Peter Shih 43ccafb1ea
Merge branch 'master' into fix-accurate-prob 4 years ago
Mike Bryant 42509c4c09
Merge pull request #113 from peter50216/fix-peak-start
Fix peak_start not defined
4 years ago
Pi-Hsun Shih b653b3993c Fix peak_start not defined
Fix #110.
4 years ago
Pi-Hsun Shih 0cc1e80f66 Make the probability saner when FUDGE_FACTOR is in effect. 4 years ago
Pi-Hsun Shih b2aeb57707 More math error, integral is hard... T_T 4 years ago
Pi-Hsun Shih fc630a6e2b Fix stupid typo of && / ||, fix another probability boundary condition. 4 years ago
Pi-Hsun Shih 26b753c7bd Fix probability calculation 4 years ago
Pi-Hsun Shih e9e8327df5 Fix a wrong comment. 4 years ago
Pi-Hsun Shih 09e8e4e37a Make probability accurate by condition probability on the value.
Tested that the result is same as the "should report" in #95.

Fix #48, #95.
4 years ago
Mike Bryant 8f49882245 Revert "Make probability accurate by condition probability on the value."
This reverts commit 3fa1867340.
4 years ago
Mike Bryant a5194879d0 Revert "Fix a wrong comment."
This reverts commit 8c43570c9a.
4 years ago
Mike Bryant c615df9397
Merge pull request #105 from peter50216/fix-accurate-prob
Accurate probability.
4 years ago
Pi-Hsun Shih 8c43570c9a Fix a wrong comment. 4 years ago
Pi-Hsun Shih 3fa1867340 Make probability accurate by condition probability on the value.
Tested that the result is same as the "should report" in #95.

Fix #48, #95.
4 years ago
Pi-Hsun Shih 28e73937bc Refactor and move common parts out. 4 years ago
Mike Bryant 0634b5e64c
Merge pull request #106 from mikebryant/fudge-factor
fix: Add a fudge factor
4 years ago
Mike Bryant 6cfc140173 fix: Add a fudge factor
The reversed code isn't a perfect match for ARM 32-bit floating point assembly. This should allow us to cope with things that are a little out of range due to floating point weirdness
4 years ago
Mike Bryant 46929bd556 fix: Use min for guaranteed minimum
Should be, max of mins for each pattern, then min of those
4 years ago
Mike Bryant f8319bb348
Merge pull request #104 from mikebryant/chart
feat: Add chart visual
4 years ago
Mike Bryant 89dfc6ce6e feat: Add chart visual 4 years ago