waveterm/frontend/app/store
Evan Simkowitz afe73c3e85
Make the debounced node inner rect hook more reliable (#350)
Rather than try to track the transition state, which was proving
unreliable, I am just directly tracking the node state and determining
whether to debounce the inner rect based on whether the user has the
prefers-reduced-motion setting or query, whether the node is resizing,
and whether it's currently magnified. I'm then using the actual
animation time setting to determine how long to debounce.
2024-09-06 16:20:27 -07:00
..
contextmenu.ts fix context menu 2024-08-16 18:01:31 -07:00
global.ts Make the debounced node inner rect hook more reliable (#350) 2024-09-06 16:20:27 -07:00
keymodel.ts connection handling / block controller handling (#326) 2024-09-05 00:21:08 -07:00
modalmodel.ts Update copyright indicators on a bunch of files (#255) 2024-08-20 17:01:29 -07:00
services.ts connection handling / block controller handling (#326) 2024-09-05 00:21:08 -07:00
wos.ts Remove WOS dependency from wshrpc (#329) 2024-09-05 13:17:35 -07:00
ws.ts more const crusade 2024-07-23 12:46:29 -07:00
wshrpc.ts Remove WOS dependency from wshrpc (#329) 2024-09-05 13:17:35 -07:00
wshserver.ts Connection Typeahead/Suggestions (#332) 2024-09-05 17:02:44 -07:00