Sam A. Horvath-Hunt
Sam A. Horvath-Hunt
Can anything requiring memorising proprietary keybinds really be described as simple? I don't think you can use the Escape key in a WebExt popup as it's hardcoded to close it.
I'm not sure if I documented it anywhere, but I remember really struggling to implement something like this before - basically where you've rich content within/atop an input. I think...
@michaelbeaumont That's more a matter of fuzzy finding not being supported, see: https://github.com/samhh/bukubrow-webext/issues/121
The trouble here is that other websites can use query params constantly, essentially invalidating your ability to ever match the page URL. I'll leave the issue open for further feedback.
First things first - why do you have 5000 open tabs? I can't imagine this is a terribly common use case. Also there's an issue for screenshots [here](https://github.com/SamHH/bukubrow-webext/issues/113) I just...
I'm still curious why, even beyond the scope of this ticket. :stuck_out_tongue:
Consider this: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist
HTML5 datalist cannot be styled, will probably need to rely on a third-party React component (input autocomplete) for this.
Trivially fixed in [purescript branch](https://github.com/SamHH/bukubrow-webext/commit/8f12b8f185f90ff72a06c5ddf5f4c0f71a81352a), but not yet addressed in TypeScript/master.
https://github.com/typescript-eslint/typescript-eslint/issues/928