aprzn123 / TheThirdCan

A browser extension designed to improve https://twocansandstring.com
MIT License
7 stars 4 forks source link

feat: skip for now button #3

Closed HumanoidSandvichDispenser closed 1 year ago

HumanoidSandvichDispenser commented 1 year ago

Duplicate of #1 since the fork was in a detached state. This happened when this repository was made public, and the fork turned into its own standalone repository.

This PR adds a skip for now button, which is currently a work-in-progress.

It skips the question without deleting it from the question pool, much like clicking the Answer tab while in the Answer tab.

There is currently nothing that pops up confirmation dialog if the user has that enabled.

HumanoidSandvichDispenser commented 1 year ago

Here's what the skip for now button looks like:

image

image

HumanoidSandvichDispenser commented 1 year ago

That looks like a lot of commits. I'll squash them if you need me to, or feel free to squash them yourself.

aprzn123 commented 1 year ago

Any idea why the Skip for Now button looks slightly different from the others in the Chromium screenshot? It looks fine in the Firefox one, but not quite sure what's going on there. Other than that, lgtm.

HumanoidSandvichDispenser commented 1 year ago

Is it the background color that's different? If the button is focused, then the background will darken. Normally it should look like this image

aprzn123 commented 1 year ago

Oh, it was focused. That makes sense. Thanks for working on this!