mbari-org / dash5

Web based UI and client applications for MBARI.
mbari.vercel.app
0 stars 2 forks source link

Added debounced depth request. #296

Closed jimjeffers closed 1 year ago

jimjeffers commented 1 year ago

This solution implements a new hook that utilizes a debounce as opposed to a throttle behavior. To mimic dash4 we also only show the depth when it is current to the mouse position coordinates. If the user moves the mouse the depth will disappear until the user holds the position for a desired reading for 1 second.

CleanShot 2023-07-13 at 14 03 38