Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Save Network in a cookie #223

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Commits on Jan 29, 2021

  1. Added cookie class

    to be able to store information beyond sessions
    maxbethke authored Jan 29, 2021
    Configuration menu
    Copy the full SHA
    745f32f View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2021

  1. Configuration menu
    Copy the full SHA
    23dd62c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from maxbethke/staging

    merging staging changes
    maxbethke authored Feb 1, 2021
    Configuration menu
    Copy the full SHA
    d604678 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd5c681 View commit details
    Browse the repository at this point in the history
  4. removed ESNext private fields

    Forgot  that they we're still there...
    maxbethke authored Feb 1, 2021
    Configuration menu
    Copy the full SHA
    9a9bb4d View commit details
    Browse the repository at this point in the history
  5. Switched from cookies to localStorage

    Using localStorage makes much more sense in this case.
    maxbethke authored Feb 1, 2021
    Configuration menu
    Copy the full SHA
    7cbb8e7 View commit details
    Browse the repository at this point in the history
  6. Delete cookie.js

    not used anymore
    maxbethke authored Feb 1, 2021
    Configuration menu
    Copy the full SHA
    cb4924d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f39ecb1 View commit details
    Browse the repository at this point in the history
  8. Delete cookie.js (again)

    maxbethke authored Feb 1, 2021
    Configuration menu
    Copy the full SHA
    8151b3e View commit details
    Browse the repository at this point in the history