serge-web / serge-td

Technical demonstrator for serge-experiments
https://serge-td.herokuapp.com/
Apache License 2.0
0 stars 0 forks source link

Inline message editing #21

Open IanMayo opened 5 years ago

IanMayo commented 5 years ago

We current show the form at the bottom of the screen.

But, the user may have several forms open at once.

Each time they press "Add" (or "New") an empty form gets inserted into the message stream.

Newly received messages will appear beneath it.

When user clicks on "Save" it gets sent, with a "Draft" status "true". It stays open.

When user clicks on "Send", it gets sent, with a "Draft" status "false". It is closed, and the read-only "received" style of message is displayed.

We may need to make the client windows wider to allow this to be investigated.

lilitkarapetyan commented 5 years ago

It's done with realtime editing and autosave on changes