turbo-src / chrome-extension

MIT License
2 stars 4 forks source link

Feature/freeze voting #84

Open ramirc5 opened 1 year ago

ramirc5 commented 1 year ago

Tested by changing the response to force 'frozen' state. Modal, extension, etc show "frozen" state now.

ramirc5 commented 1 year ago

It's doing that error where it includes a ton of different files. What I did:

git fetch feature/frozen-voting git checkout feature/frozen-voting git submodule update --init --recursive then git add . etc inside chrome-extension.

Think I'll start from a fresh repo from here on out, shouldn't take too long.