It would be great to have some backgrounds that are interactive just with the mousemove events, for example this demo or this one. Or even this one but with the mousemove instead of click.
The mosemove interaction would work always, even when not in browsing mode.
Contributor guide
Tech stack
swiftjavascript
Domain
desktop
Issue type
feature
DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
3
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
1-3 hours
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
stale
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
mostly clear
Prerequisites
macOS development basicsevent handling concepts
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
30
Research direction
Investigate how Plash currently handles mouse events in browsing mode versus non browsing mode. Look at the existing event forwarding mechanism from the web view (WKWebView) to the app. Consider whether the web view needs to be configured to allow mousemove events even when not in browsing mode, or if the app needs to capture these events from the web view's JavaScript and relay them to the desktop rendering. Check any related discussions in the issue comments or linked demos for implementation clues.
Support mousemove events even when not in browsing mode · sindresorhus/Plash#16 | Good First Issue