svecosystem / runed

Magical utilities for your Svelte applications (WIP)
https://runed.dev
MIT License
387 stars 21 forks source link

feat: IsIdle #94

Closed Tyson910 closed 1 month ago

Tyson910 commented 1 month ago

What did you build?

This PR implements isIdle requested in #59

How do I manually test it?

  1. Visit https://tyson910-feature-use-idle.runed.pages.dev/docs
  2. Navigate to IsIdle from Utilities Side Nav
  3. Should switch to false any time a user clicks, types, scrolls, etc.
changeset-bot[bot] commented 1 month ago

🦋 Changeset detected

Latest commit: 07c313a33608b6a1043f615a77dafdbfd6214aea

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | ----- | ----- | | runed | Minor |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

github-actions[bot] commented 1 month ago
built with Refined Cloudflare Pages Action

âš¡ Cloudflare Pages Deployment

Name Status Preview Last Commit
runed ✅ Ready (View Log) Visit Preview 07c313a33608b6a1043f615a77dafdbfd6214aea
huntabyte commented 1 month ago

Thanks a ton for adding this! Once that test util is moved this will be good to merge! @Tyson910