Steps to reproduce
- Write some well thought-out message, don鈥檛 send it yet cause it鈥檚 in progress
- Accidentally close the browser tab or whole browser (alternatively have it crash)
- Reopen it and see the message is gone
Expected behaviour
Somehow there should be error-prevention here. Several options:
- Easy: If there鈥檚 anything typed in the message field and you try to close the window, show one of these browser alerts that you will lose your input.
- Medium: Save the message locally in the browser so it鈥檚 restored even on crashes.
- Hardcore (and proper): Have the possibility to have per-conversation drafts which are saved cross-platform so you can continue on your mobile.
1. to develop
enhancement
chat 馃挰
Most helpful comment
Easy: sure we can do for now
Medium: I guess #3049 together with https://github.com/nextcloud/nextcloud-browser-storage/issues/1 could solve this pretty good.
Hardcore: closes issue