fire332

Results 63 comments of fire332

May I suggest using a different shade of red? White on pure red might be hard to read. [Color Contrast Check](https://webaim.org/resources/contrastchecker/?fcolor=FFFFFF&bcolor=FF0000)

Better. Even better would be if the boxes had the same width for all four colors.

We could also just reuse the green button to skip when the skip action is available. I don't think there's many instances where you would want to open the config...

The fix to this has been committed to this repo 4 months ago. A new release just needs to be made.

~~`eg2.vscode-npm-script` needs to be removed from the extension recommendations as it has been deprecated.~~ ~~See: https://github.com/Microsoft/vscode-npm-scripts?tab=readme-ov-file#node-npm~~ Resolved in #146

For the instantaneous animated previews, the `b` in the screenshot in #18 must be true. You can just mute the previews, but they would never start instantaneously. Also, this looks...

Question: why are you polling the DOM for the progress bar instead of using a MutationObserver? You already use one in another part of your code and it is natively...

I'll take a look at it but my current suspicion is that whatever they're using for their virtual DOM doesn't like scripts externally modifying what it controls.

The official app uses a custom browser which will always be much faster. Enabling the animated thumbnails is possible, but it makes for laggy scrolling on my LG C1 so...

You can try it out yourself by setting a breakpoint and setting the return value to true like so: ![image](https://user-images.githubusercontent.com/96039230/148652135-44a5bc2f-6a4e-482c-b8b2-0ac0f49a889b.png)