-
Notifications
You must be signed in to change notification settings - Fork 13
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
Updating this code to Ink 2 #3
Comments
Hallo, happy new year! Any chance you've been able to look this over? The main |
@john-osullivan, sorry, I totally missed your issue. If the current version of ink-quicksearch is no longer compatible with ink v2, I am definitely interested in fixing that. I am less interested in hooks, unless they offer a significant advantage (performance or otherwise). I am less interested in a TS rewrite, but really excited to add .d.ts files if that suffices. (But that's just my opinion, happy to discuss tradeoffs). |
(Replying to this on the PR for the sake of keeping everything in one place) |
Hello, I'm in the middle of writing a CLI which needed something just like this. However, I'm working in Ink 2, so this component doesn't fly. After reading through the source code, I decided that the underlying primitives are different enough to merit a full rewrite.
I've just about completed that rewrite here https://github.com/Eximchain/ink-quicksearch-input/ :
addCharToQuery
,selectUp
)Were you planning on doing this upgrade yourself at some point? Would you want to try and merge this new code into your existing base, or just keep them separate?
The text was updated successfully, but these errors were encountered: