-
Notifications
You must be signed in to change notification settings - Fork 11
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
Display is toggling on hover of UI elements #26
Comments
It's my plan to refactor it to use react - that should fix this issue. I just need to find the time to do it. |
Just a note, but React would be a very heavy solution as you'd be shipping the whole React runtime for the extension. I'd suggest considering something like Svelte which is pre-compiled and thus much more light weight or something similar :) |
preact could also be one option 🙂 - just have not any experience with it. |
My bandwidth is very limited currently, but came across this https://github.com/crxjs/chrome-extension-tools and dropping it here as a note to myself. Think that a refactor to solidJS should be possible with this tool. Two factors that I predict needs to be solved:
|
When hovering over diff parts of an issue I'm seeing a weird toggling of the display:
NOTE: The GIF doesn't do as good a job at showing this cause its so fast, but it happens when hovering over various UI elements on the issue
The text was updated successfully, but these errors were encountered: