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

Imperative lrud #97

Merged
merged 6 commits into from
Mar 7, 2022
Merged

Imperative lrud #97

merged 6 commits into from
Mar 7, 2022

Conversation

jamesplease
Copy link
Owner

@jamesplease jamesplease commented Feb 17, 2022

WIP. Resolves #96

This has been published as 0.0.19-beta.0 for testing, but this API is guaranteed to be different from the stable one.

Old brokenness:

focusStore.handleArrow('left');
focusStore.handleSelect();

New hotness:

focusStore.processKey('left');
focusStore.processKey('select');

@jamesplease jamesplease merged commit d6aac6d into main Mar 7, 2022
@jamesplease jamesplease deleted the imperative-lrud branch March 7, 2022 22:11
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 this pull request may close these issues.

Imperative handles
1 participant