Prerequisites
Feature Description
I had gotten used to being able to use 'spacebar' to confirm the browser prompt that is shown when deleting a chat via the web UI.
However, recent web UI reworks seem to have introduced a fancier prompt which is not the browser's native confirm() prompt function.
Since then, it's no longer possible to use the keyboard (spacebar) to confirm the prompt that's shown when deleting a chat for example. And because deleting a chat is a common use case, it would be nice to use the keyboard.
Motivation
Because deleting a chat is a common use case, it would be nice to use the keyboard (spacebar) to confirm the 'delete chat' confirmation prompt.
Possible Implementation
No response