Commit Graph

48 Commits (b306692d6fc3733b45d79d7f006ac047c9018ed2)

Author SHA1 Message Date
David Corry b306692d6f Merge remote-tracking branch 'upstream/master' 4 years ago
Mike Bryant a400ee9218
Merge pull request #338 from chrisgchambers/bug-#331
remove overflow property from nook-phone css class
4 years ago
Mike Bryant abce50eeeb
Merge pull request #332 from brooksbecton/Add-input-labels
Hook up labels to buy and language inputs
4 years ago
Chris Chambers c7786339f0 remove overflow property from nook-phone css class 4 years ago
David Corry 9564125c9a More consistent naming, since select is now used for both languages and theme. 4 years ago
David Corry ac47d9536e 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 382b222896 Removing some missed old darkmode styles. 4 years ago
David Corry b617844317 Adjust chart colors, and update them automatically to match theme. 4 years ago
David Corry f21e0d02d1 Adjust table colors, and brighten the blue header color a bit. 4 years ago
David Corry acdcc93c3a Strip darkmod.js, add in a css-based dark mode that respects system preference. 4 years ago
David Corry a928d3bde2 Initial pull of CSS colors into variables. Ignoring dark mode for now. 4 years ago
rex.tsou 55635e73f3
Merge branch 'master' into fix/table-not-rendered-correctly 4 years ago
Rex Tsou 1d94df485b fix: prevent table being truncated in Chrome
Co-authored-by: boris-hocde <boris.hocde@gmail.com>

fixes #274
4 years ago
rctgamer3 40f196b5df Set thin scrollbar for browsers other than WebKit 4 years ago
Splash 8bd6f24ac9
Fix #241
Fix https://github.com/mikebryant/ac-nh-turnip-prices/issues/241
4 years ago
Kai Zhu b5c2b76e61 Added background colour to reset and permalink buttons 4 years ago
Lawrence Luk c36290d83a calculate pretty pastel colours based on potential profit 4 years ago
Lawrence Luk e16aba23ed Merge branch 'master' of https://github.com/mikebryant/ac-nh-turnip-prices into mikebryant-master 4 years ago
Splash 85928b2922
Update styles.css 4 years ago
Splash b72cedc543
Add style for darkmode toggle button 4 years ago
Ryan Carbotte d60f2cf812 feat: removed cloud animations
This is a different take on the perf improvements for #155 that allows the clouds to still exist, just without animation.

Fixes #155
4 years ago
Josué Martinez 443a3dfe03
Merge branch 'master' into darkmode 4 years ago
Lawrence Luk 5bdf9668f9 merge from master 4 years ago
Mike Bryant 0fe3554bcd
Merge pull request #168 from DevSplash/master
Add a simple language selector.
4 years ago
Splash 0d11405c7d
Add some style for language selector. 4 years ago
sujeom f7892255b6 increase brightness of note text for better visability 4 years ago
Splash f3314902bf
Update 4 years ago
Marcel Deglau 8a8fd475e0 Added German translation (#21) 4 years ago
Splash 5c8d1b4996
Add a simple language selector. 4 years ago
sujeom 65262dad46 Changed color palette from purple/navy to maastricht blue/black 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
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 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
Mike Bryant 89dfc6ce6e feat: Add chart visual 4 years ago
Mike Bryant 8afadbddeb
Merge pull request #53 from theRTC204/improve-data-table-usability
fix: Improved data table visibility on different devices
4 years ago
Ryan Carbotte d0e1ded041 fix: Improved data table visibility on different devices
This change introduces new behavior for the data table.

If the device supports a fine pointer (mouse or touchpad) and a screen
width that is less than 1400px, we will set a max height on the table
allowing the horizontal scroll bar to be easily accessable.

If the device supports a coarse input (touch) we will not set a max
height on the table, because horizontal scrolling is a simple swipe.

If the device has a screen that is wider than 1400px we will not set a
max height on the table, as there would not be a horizontal scroll bar.
4 years ago
Ryan Carbotte 73cab71e6e fix: Reduced overall element size throughout UI 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
Ryan Carbotte bdf967afc3 feat: Added a fresh coat of paint from Materialize
Adds some visual styling based on Material Design language, using the Materialize library.
4 years ago
Valerio Riva 840f684dee added week min and week max columns, sorted table by week max price
added css
4 years ago
Mike Bryant ea341cf6d3 Initial commit 4 years ago