-
Notifications
You must be signed in to change notification settings - Fork 11
Feat: useHover
hook
#34
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
Merged
Merged
Changes from all commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
87745ad
Renamed mouse to hover
Hugos68 41d5999
Tooltip ish working
Hugos68 1a1be3f
Started with restTimeout
Hugos68 fe6626b
Added tooltip!
Hugos68 29bbac2
svelte transition :D
Hugos68 b785ebf
Implemented `restMs`
Hugos68 5cf8907
Removed unused import
Hugos68 2e482a2
cleanup
Hugos68 f913cb7
Implemented `move`
Hugos68 8af5d56
Renamed props
Hugos68 b929c74
Better tooltip defaults
Hugos68 3a7a68c
Init timeout class field
Hugos68 6ca9f67
Properly cleanup timeouts
Hugos68 3bb6980
Added interaction interface
Hugos68 1dfed1c
Removed example page
Hugos68 f801c70
format
Hugos68 e046a56
interactions stuff
Hugos68 c856775
Started conversion to react
Hugos68 a072575
Implemented 2 effects
Hugos68 52d8b2e
Progress
Hugos68 bd312e9
progress
Hugos68 2de2254
Merge branch 'dev' into feat/use-hover
Hugos68 bc64410
Fixed some conflicts
Hugos68 58243a7
Merge branch 'dev' into feat/use-hover
Hugos68 f35c8c6
Remove useInteractions hook (handled by Add: useInteractions hook #3)
Hugos68 fe8ddc2
Merge branch 'dev' into feat/use-hover
Hugos68 a3602dc
Added `useHover` hook
Hugos68 8d377ab
Simplified with $derived
Hugos68 b2ae64d
formatting
Hugos68 b881f3d
more tests
Hugos68 16f8924
Added docs
Hugos68 b81976f
Merge branch 'dev' into feat/use-hoverpnpm
Hugos68 200bc85
Resolve pnpm-lock
Hugos68 3fc6ba8
Moved everything to attributes
Hugos68 a3fd70e
Renamed to `elementProps`
Hugos68 af09963
Started testing
Hugos68 dd461f5
Started porting tests!
Hugos68 aace1de
Added more tests
Hugos68 94c096b
Added more tests
Hugos68 f931b1d
Removed redundant import
Hugos68 a6ade8c
Remove space
Hugos68 d1f3051
Feedback
Hugos68 dcb62e5
Merge branch 'dev' into feat/use-hover
Hugos68 4cf00d6
Added changeset
Hugos68 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@skeletonlabs/floating-ui-svelte": minor | ||
--- | ||
|
||
Added the `useHover` hook |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.