* set primary button bg to black on hover
* center question header and reduce buttons horizontal spacing
* chore: remove log
* set proof result text color to grey
* adjust vertical alignment in prove result page
* remove focus color for buttons
* Revert "set primary button bg to black on hover"
This reverts commit 64bc91645b.
* adjust buttons colors, remove transition effect
* adjust modal style
* increase horizontal body margins
* feat: render help button next to connect button
* adjust margins and paddings
* adjust title of verify result page
* fix(ui): execute useAsync callback immediately by default (#361)
* fix(ui): execute useAsync callback immediately by default
* fix(ui): guard against multiple execution of useAsync callback
* chore: add TODOS
* chore:fix: remove execImmediately from hook deps
* chore: fix eslint error
* chore: remove TODO
* chore: fix eslint error
* fix: use `useAsync` from `react-use` instead of custom hook
* chore: fix eslint error
* refactor: use `useAsync` from `react-use` in `useVerifyProof` instead of custom hook
* chore: Add comments
* fix: check against web workers readiness
Not doing so can lead to race conditions where the worker function is attempted to be executed, but the worker itself has completed the `prepare` step yet
* refactor imports
* fix: use background image as png instead of svg
* fix: use background image as png instead of svg
* make logo size responsive
* fix web3 connect button hydration error
* revert colors
Avoid red on red / blue on blue
* feat: close help modal on click outside event
* update cancel button style
* fix link to query/dao/ens
* update buttons styles
* update question box style
* update input elements style
* update footer
* align form fields
* move svg
* remove unecessary selected attributed of option element
Already controlled by select state value
* Update styles
* format
* replace star icon by check mark font awesome svg
* Version Packages
* do not bump workers pkgs
* do not bump workers pkgs
* do not bump workers pkgs
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: sripwoud <me@sripwoud.xyz>