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: add onStop to useCountdown hook #484

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Feb 10, 2024

  1. feat: add onStop to useCountdown hook

    Every time I used useCountdown I had to set a timeout for when the count is stopped, it would much easier if we have this inside the hook, it would be much cleaner.
    samyarkd committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    475622b View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. test: unit test for onStop

    samyarkd committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    dacf1a1 View commit details
    Browse the repository at this point in the history
  2. chore: writing jsDoc for onStop

    refact: add stopCountdown function
    samyarkd committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    a66ebf2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    54a3a26 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    eac7656 View commit details
    Browse the repository at this point in the history
  2. feat: onStop on useCountdown

    samyarkd committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    b8b91ae View commit details
    Browse the repository at this point in the history