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

feat: add local storage capability to store state even after reloading the page #20

Closed
profnandaa opened this issue Aug 4, 2017 · 2 comments · Fixed by #38
Closed

Comments

@profnandaa
Copy link
Contributor

Current state:
When you reload the page, all the data is lost.

Desired state:
Retain the data even after reload. Only reset after clicking on New Game.

kanyuga added a commit that referenced this issue Aug 11, 2017
…urrent-ball-and-white-ball

Fixed #20: Add option for porting current ball and then white ball
@kanyuga kanyuga reopened this Aug 11, 2017
@kanyuga
Copy link
Owner

kanyuga commented Aug 11, 2017

Mistakenly closed by PR #34

profnandaa added a commit to profnandaa/killer-counter that referenced this issue Aug 12, 2017
Adds localStorage capability on the app so that the state is stored
across reloads; by hooking into the lifecycle events of the components
to store the state everytime there's a change.

closes kanyuga#20
profnandaa added a commit to profnandaa/killer-counter that referenced this issue Aug 12, 2017
Adds localStorage capability on the app so that the state is stored
across reloads; by hooking into the lifecycle events of the components
to store the state everytime there's a change.

closes kanyuga#20
kanyuga added a commit that referenced this issue Aug 14, 2017
@profnandaa
Copy link
Contributor Author

@kanyuga - did you deploy to Github pages? Can't see the changes yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants