Skip to content

Add support for up/down arrows to toggle through history #35

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

Open
jonmbake opened this issue Mar 19, 2023 · 2 comments
Open

Add support for up/down arrows to toggle through history #35

jonmbake opened this issue Mar 19, 2023 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@jonmbake
Copy link
Owner

Describe the solution you'd like
Add support for up/down arrows to toggle through history.

@jonmbake jonmbake added enhancement New feature or request help wanted Extra attention is needed labels Mar 19, 2023
@bobbyconnolly
Copy link

Hey, do you still want this feature? What state manager do you use? Are you going to use the browser's storage to persist the state?

@poisonshell
Copy link

I have submitted a pull request after implementing this feature. It uses basic React useState and localStorage for persistence. Additionally, I included the build folder in my fork (without removing it from .gitignore) so it can be used in you as a direct package until the pull request is reviewed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants