Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add button for restarting the captcha process #1423

Merged
merged 10 commits into from
Oct 15, 2024
Merged

Conversation

forgetso
Copy link
Member

@forgetso forgetso commented Oct 1, 2024

Screencast.from.01-10-24.21.09.49.webm

TODO

  • button added to completely restart the image captcha process, losing all state
  • allow users to hook into onReload event
  • limit the number of reloads in the client
  • tell the provider that a request is a reload
  • limit the number of reloads in the provider
  • ensure the user doesn't get the same captcha again?

manager.current.resetState();
};

form.addEventListener("submit", handleSubmit);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why has this been removed?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@HughParry HughParry merged commit 373cddb into staging Oct 15, 2024
4 checks passed
@HughParry HughParry deleted the image-reload-button branch October 15, 2024 12:07
@prosoponator prosoponator mentioned this pull request Oct 16, 2024
goastler added a commit that referenced this pull request Oct 16, 2024
- **Bot detection encryption (#1431)**
- **Change health checks to run less frequently and on existing API
endpo… (#1442)**
- **Open observe / vector (#1434)**
- **Captcha package lock**
- **bump pkg lock**
- **pkg lock bump**
- **Pkg Lock bump**
- **Working updated build**
- **Fixing polkadot versions to stop 14.0.1 extensions bleeding**
- **Forcing global override for @polkadot/api**
- **Reverting pkg lock**
- **tsnocheck plugin dedupe**
- **drop prosoponator as workflow (#1449)**
- **check branch is up to date before doing a release (#1447)**
- **workflow to bring staging up to date with main post push to main
(#1446)**
- **checkout submodules in gha (#1448)**
- **replace rimraf with del-cli (#1445)**
- **remove nvmrc in favor of node engine (#1444)**
- **Add button for restarting the captcha process (#1423)**
- **Captcha challenge failed alert**
- **Correct path for vector as from root of captcha**
- **fix caddy logs (#1452)**
- **remove provider config toml path (#1453)**
- **fix gh release typo (#1454)**
- **Allow continue if can't resolve release**
- **remove label enable watchtower args (#1456)**
- **Changing default captcha type to frictionless for explicit render**
- **Changing default captcha type to frictionless**
- **Tidy of dirty bundle**
- **fix logging (#1455)**
- **Log errors returned from provider and return false for verified
(#1441)**
- **fix bump version**
- **git pull in bump version**
- **move check**
- **fetch before check**
- **use fetch depth**
- **adjust src branch check**
- **Bump version to 2.1.5**

---------

Co-authored-by: Hugh <90424587+HughParry@users.noreply.github.com>
Co-authored-by: Chris <forgetso86@gmail.com>
Co-authored-by: George Oastler <goastler@users.noreply.github.com>
Co-authored-by: Hugh <hughglynparry@gmail.com>
Co-authored-by: George Oastler <goastler4@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants