Open
Description
Prerequisites
- I am running the latest code. Mention the version if possible as well.
- I carefully followed the README.md.
- I searched using keywords relevant to my issue to make sure that I am creating a new issue that is not already open (or closed).
- I reviewed the Discussions, and have a new and useful enhancement to share.
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