Norfeldt / github-issue-reactions-browser-extension

List a link of reactions on a github issue page
MIT License
51 stars 9 forks source link

Display is toggling on hover of UI elements #26

Open danawoodman opened 1 year ago

danawoodman commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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

Norfeldt commented 1 year ago

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: