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

fix: throttle clickable component #8450

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Aug 24, 2023

  1. Throttle ckick handler

    Essk committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    37040e6 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Implement option to throttle ClickableComponent

    - Wait time is customisable
    - Default wait time is 50ms
    - Add unit test
    Essk committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    0e6e778 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f196890 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2599de View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Implement feedback

    - fix typos
    - remove `parseInt`
    - DRY
    Essk committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    c4aedef View commit details
    Browse the repository at this point in the history