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

feat(captcha): add Captcha component #295

Merged
merged 50 commits into from
Jan 12, 2024
Merged

feat(captcha): add Captcha component #295

merged 50 commits into from
Jan 12, 2024

Commits on Apr 2, 2023

  1. wip: create component

    qmhc committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    9767b57 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Configuration menu
    Copy the full SHA
    5ff1e21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb26d56 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. chore: switch to tsx

    qmhc committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    66bc88a View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Configuration menu
    Copy the full SHA
    0e83005 View commit details
    Browse the repository at this point in the history
  2. wip: image

    qmhc committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    faf12bd View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2023

  1. Merge branch 'main' into captcha

    qmhc committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    67b58d0 View commit details
    Browse the repository at this point in the history
  2. wip: add tolerance

    qmhc committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    b34aa7d View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. Merge branch 'main' into captcha

    qmhc committed May 12, 2023
    Configuration menu
    Copy the full SHA
    9f71d2d View commit details
    Browse the repository at this point in the history
  2. wip: slide image type

    qmhc committed May 12, 2023
    Configuration menu
    Copy the full SHA
    fdaa4da View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Merge branch 'main' into captcha

    qmhc committed May 30, 2023
    Configuration menu
    Copy the full SHA
    b0558b7 View commit details
    Browse the repository at this point in the history
  2. wip: update

    qmhc committed May 30, 2023
    Configuration menu
    Copy the full SHA
    3c72f1f View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. wip: update

    qmhc committed May 31, 2023
    Configuration menu
    Copy the full SHA
    f54f654 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Configuration menu
    Copy the full SHA
    260c3f8 View commit details
    Browse the repository at this point in the history
  2. wip: extra slider component

    qmhc committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    1f4ca9d View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Merge branch 'main' into captcha

    qmhc committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    0a4b0ea View commit details
    Browse the repository at this point in the history
  2. chore: update

    qmhc committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    cea561a View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Merge branch 'main' into captcha

    qmhc committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    76b7a3f View commit details
    Browse the repository at this point in the history
  2. chore: adjust props

    qmhc committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    1b6b533 View commit details
    Browse the repository at this point in the history
  3. wip: improve and docs

    qmhc committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    644cbd4 View commit details
    Browse the repository at this point in the history
  4. wip: improve and docs

    qmhc committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    4fda706 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. wip: docs

    qmhc committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    f8ac4ac View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Merge branch 'main' into captcha

    qmhc committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    5c6598c View commit details
    Browse the repository at this point in the history
  2. wip: update

    qmhc committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    e5bf407 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Merge branch 'main' into captcha

    qmhc committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    f92506d View commit details
    Browse the repository at this point in the history
  2. wip: update

    qmhc committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    b01c7fd View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Merge branch 'main' into captcha

    qmhc committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    8a31f65 View commit details
    Browse the repository at this point in the history
  2. wip: update

    qmhc committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    13dffbb View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into captcha

    qmhc committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    15e4ede View commit details
    Browse the repository at this point in the history
  4. feat: add point type

    qmhc committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    ce3d2ff View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Merge branch 'main' into captcha

    qmhc committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    e05fe93 View commit details
    Browse the repository at this point in the history
  2. feat: support use trigger

    qmhc committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    3c3b25a View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. docs: complete docs

    qmhc committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    7a5a0df View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. feat: switch to lucide

    qmhc committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    7d2438c View commit details
    Browse the repository at this point in the history
  2. docs: update

    qmhc committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    c46f316 View commit details
    Browse the repository at this point in the history
  3. docs: update

    qmhc committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    a443b3f View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. chore: update

    qmhc committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    09c4ecd View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Configuration menu
    Copy the full SHA
    700aeae View commit details
    Browse the repository at this point in the history
  2. test: update

    qmhc committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    13d4b6c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5a94de View commit details
    Browse the repository at this point in the history
  4. docs: update

    qmhc committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    85f2a7e View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Configuration menu
    Copy the full SHA
    004464e View commit details
    Browse the repository at this point in the history
  2. chore: update lock file

    qmhc committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    317a53f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf3b1c9 View commit details
    Browse the repository at this point in the history
  4. style: lint

    qmhc committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    d84248c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7009c0b View commit details
    Browse the repository at this point in the history
  6. test: update

    qmhc committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    972754b View commit details
    Browse the repository at this point in the history
  7. test: update

    qmhc committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    6b32de9 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. test: add unit tests

    qmhc committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    cbd70a5 View commit details
    Browse the repository at this point in the history
  2. test: update

    qmhc committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    1213224 View commit details
    Browse the repository at this point in the history