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: use_debounce #37

Merged
merged 11 commits into from
May 3, 2024
Merged

Feat: use_debounce #37

merged 11 commits into from
May 3, 2024

Conversation

DogeDark
Copy link
Member

Adds a use_debounce hook.

@DogeDark DogeDark added the enhancement New feature or request label Apr 27, 2024
@DogeDark DogeDark requested a review from marc2332 April 27, 2024 21:58
@DogeDark DogeDark self-assigned this Apr 27, 2024
@DogeDark
Copy link
Member Author

DogeDark commented Apr 27, 2024

@marc2332 I took some inspiration from your debouncer hook. This one doesn't use the debounced crate though.

sdk/src/utils/timing/debounce.rs Outdated Show resolved Hide resolved
@DogeDark DogeDark requested a review from marc2332 April 28, 2024 23:05
sdk/src/utils/timing/debounce.rs Outdated Show resolved Hide resolved
sdk/src/utils/timing/debounce.rs Outdated Show resolved Hide resolved
Copy link
Collaborator

@marc2332 marc2332 left a comment

Choose a reason for hiding this comment

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

🔥

@DogeDark DogeDark merged commit 57ab3fa into DioxusLabs:master May 3, 2024
4 checks passed
@DogeDark DogeDark deleted the debounce branch May 3, 2024 16:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants