A few issues I noticed playing with the chat functionality:
-
In the "Create chat" tab, after clicking "Add", there's no success indication.
-
It's not obvious what format the start time needs to be in. It would probably be best to actually use a date/time picker widget in this case? (Unfortunately, <input type="datetime-local"> still doesn't seem well supported yet: https://caniuse.com/#search=datetime-local)
-
Navigating to the "Chat list" tab does not list the newly created chat until after a reload.
A few issues I noticed playing with the chat functionality:
In the "Create chat" tab, after clicking "Add", there's no success indication.
It's not obvious what format the start time needs to be in. It would probably be best to actually use a date/time picker widget in this case? (Unfortunately,
<input type="datetime-local">still doesn't seem well supported yet: https://caniuse.com/#search=datetime-local)Navigating to the "Chat list" tab does not list the newly created chat until after a reload.