Bulk actions can bulk add the same items accidentally several times #2513

Closed
opened 2025-07-19 07:33:04 -07:00 by Animan8000 · 1 comment
Contributor

So, if you click a bulk action like adding all missing weapons, press space and quickly click on it again & space to confirm, it can accidentally add everything twice or more (especially if the system is slow or is under load, its even easier). It probably makes sense that it finishes its previous operation, before being able to interact with the same button again.

So, if you click a bulk action like adding all missing weapons, press space and quickly click on it again & space to confirm, it can accidentally add everything twice or more (especially if the system is slow or is under load, its even easier). It probably makes sense that it finishes its previous operation, before being able to interact with the same button again.
Sainan added the
bug
label 2025-07-19 07:38:23 -07:00
Owner

Yeah, should probably use debounce here, which was sadly added to the webui codebase way too late.

Yeah, should probably use `debounce` here, which was sadly added to the webui codebase way too late.
Sainan added
improvement
and removed
bug
labels 2025-07-19 07:38:47 -07:00
Sainan added the
pr'd for
label 2025-07-21 08:33:10 -07:00
Sign in to join this conversation.
No description provided.