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

Display is toggling on hover of UI elements #26

Open
danawoodman opened this issue Mar 15, 2023 · 4 comments
Open

Display is toggling on hover of UI elements #26

danawoodman opened this issue Mar 15, 2023 · 4 comments

Comments

@danawoodman
Copy link
Collaborator

danawoodman commented Mar 15, 2023

When hovering over diff parts of an issue I'm seeing a weird toggling of the display:

Screen Recording 2023-03-15 at 12 51 58 PM

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

@Norfeldt
Copy link
Owner

Norfeldt commented May 3, 2023

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.

@danawoodman
Copy link
Collaborator Author

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 :)

@Norfeldt
Copy link
Owner

preact could also be one option 🙂 - just have not any experience with it.

@Norfeldt
Copy link
Owner

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:

  • adding a conversion from manifest v3 to v2 in order to support firefox
  • the virtual dom state has to be connected to the MutationObserver

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

No branches or pull requests

2 participants