Commit Graph

162 Commits (5c8d1b4996c1bc57ac14d6e007be4ff8ef7d6f8b)
 

Author SHA1 Message Date
Splash 5c8d1b4996
Add a simple language selector. 4 years ago
Mike Bryant f5e57ba5c1
Merge pull request #165 from NullYing/patch-1
Update zh-CN.json
4 years ago
白月秋见心 70b8c8fc55
Update zh-CN.json 4 years ago
白月秋见心 7479e431bf
Update zh-CN.json
for more easier to understand.
4 years ago
Mike Bryant e3a2f1e407
Merge pull request #162 from mikebryant/fix-ui-no-local-storage
fix: Move input trigger out of local storage block, so it still loads…
4 years ago
Mike Bryant f6afb113ee fix: Move input trigger out of local storage block, so it still loads the UI even if we have no storage
Fixes #161
4 years ago
Mike Bryant 5485f6813b
Merge pull request #159 from DevSplash/patch-3
Fix the missing i18n tag.
4 years ago
Mike Bryant fa8068f816
Merge pull request #153 from DotnetChen/master
Add language support for zh-TW ,Chinese (Taiwan)
4 years ago
Mike Bryant ed87734a0a
Merge pull request #154 from DevSplash/patch-1
Add Simplified Chinese localization file.
4 years ago
Mike Bryant d77e2ad059
Merge pull request #158 from DevSplash/patch-2
Fix #156
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
Pupu a65bd7ef2a fixed zh-TW,Chinese (Taiwan) wording 4 years ago
Pupu bec1c4f61b fixed zh-TW,Chinese (Taiwan) wording 4 years ago
Pupu d119c29689 fixed zh-TW,Chinese (Taiwan) wording 4 years ago
Splash d75bfb107f
Rename zh-CN to zh-CN.json 4 years ago
Splash 2f489b6753
Add Simplified Chinese localization file. 4 years ago
Pupu 98bda3d8c6 Add language support for zh-TW ,Chinese (Taiwan) 4 years ago
Mike Bryant 0dc2078666
Merge pull request #152 from Tekaoh/fix/infinity-at-end-of-week
Fix a math issue
4 years ago
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
Ryan Carbotte ea597d4761 feat: Updated the website favicon and PWA icon
Credit to @ErinPeril for the icon work!

Closes #71
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