Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Koteuo/forecastapp-legacy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Choose a base ref
...
head repository: Koteuo/forecastapp-legacy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 15 commits
  • 8 files changed
  • 1 contributor

Commits on Jul 19, 2023

  1. changed css code

    Added darkening when changing settings and fixed settings panels' screen size
    Koteuo authored Jul 19, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    0afb95d View commit details
  2. Further style changes

    Changed how the settings menu on the forecast page looks like for smaller screens. The same goes for the main chart and the table with forecasted values. Now the table hides and expands when needed. Added smooth transitions.
    Koteuo authored Jul 19, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    63968fb View commit details
  3. Merge pull request #6 from Koteuo/beta

    changed css code
    Koteuo authored Jul 19, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    8924c3f View commit details
  4. Fixed pointer issue

    Allowed cursor changes on button for showing the forecasted table.
    Koteuo authored Jul 19, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    b8f287b View commit details

Commits on Jul 20, 2023

  1. Updated files

    Koteuo authored Jul 20, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    f0778f2 View commit details

Commits on Jul 21, 2023

  1. Minimised number of calls for 'forecast' function

    Saved output of the 'forecast' function to a variable and used it instead of calling for that function multiple times.
    Had to fix a bug, that caused the array length to be set the same as the length of the input array.
    Koteuo authored Jul 21, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    3b04ac7 View commit details

Commits on Aug 19, 2023

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    78ff6b3 View commit details
  2. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    d67f6f5 View commit details
  3. Merge pull request #11 from Koteuo/forecast_js_code_update

    Forecast js code update
    Koteuo authored Aug 19, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    12edf96 View commit details

Commits on Nov 29, 2023

  1. Added 3 and 4 point moving average

    Added a side note about assigning forecast windows smaller than 4.
    Koteuo authored Nov 29, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    7128d6e View commit details
  2. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    966f113 View commit details
  3. Merge pull request #12 from Koteuo/test

    Partially fixed the CSV space issue
    Koteuo authored Nov 29, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    e5b1add View commit details

Commits on Dec 2, 2023

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    79f5abe View commit details

Commits on Dec 4, 2023

  1. Add files via upload

    Koteuo authored Dec 4, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    38c6976 View commit details
  2. Merge pull request #13 from Koteuo/Koteuo-patch-1

    Add files via upload
    Koteuo authored Dec 4, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    820fce9 View commit details
Loading