chore(dev): improve bulk change handling #2234

Merged
Sainan merged 4 commits from dev-debounce into main 2025-06-21 11:33:59 -07:00

4 Commits

Author SHA1 Message Date
4c0d804828 No need to debounce, simply ignore orphaned build process "exit" events
All checks were successful
Build / build (pull_request) Successful in 50s
2025-06-21 20:20:45 +02:00
befbe820b4 Don't attempt to send auth if socket is not open
All checks were successful
Build / build (pull_request) Successful in 50s
2025-06-21 18:17:26 +02:00
9827da1b86 prettier
All checks were successful
Build / build (pull_request) Successful in 50s
2025-06-21 16:29:42 +02:00
beba21940e chore(dev): improve bulk change handling
Some checks failed
Build / build (pull_request) Failing after 52s
Debouncing the change events and being a bit more robust in regards to webui changes being intermixed: making the fetch a fire-and-forget to avoid errors, and waiting for the websocket connection to be re-established to avoid the browser attempting to reload when the server may not be up for a few seconds.
2025-06-21 16:28:40 +02:00