6 Commits

Author SHA1 Message Date
alfrix
b98bcf857c prompts: fix a potential issue if the user sends multiple show commands in succession 2024-03-20 22:01:30 -03:00
alfrix
f3c0daef1b minor refactors 2024-01-10 23:30:39 -03:00
alfrix
5ad03b5dd1 prompts: add escape and backspace to close, prevent concurrent prompts, send prompt_end at close 2024-01-03 19:00:40 -03:00
alfrix
c0741f5c81 prompts: avoid size request as it can cause issues 2024-01-03 17:56:49 -03:00
alfrix
5104f3247b prompts: do not close on actions
to me closing was the intended behaviour a prompt ask and continue, but apparently other interfaces do not close on actions, so for consistency sake it will not. close #1224
2024-01-03 09:52:52 -03:00
Alfredo Monclus
1794d8aa24
feat: macro prompts close #1216 (#1219)
* feat: macro prompts close #1216

now the user can have confirmation on macros using this feature close #835

* prompt: remove separator and remove the header and close button if windowed

* prompt: wakeup screen

* prompt: slightly larger close icon
2024-01-02 08:04:02 -03:00