Closed laurentlp closed 2 years ago
* [X] When no image is shown, we should display an alternative (alt) text different than the file title as we already display it above the image * We don't need to display an alt text as the title will always be shown. We cannot basically provide more info than what we already display. It then makes more sense not to display the title twice by also having it in the alt attribute. * [X] Pressing enter on android doesn't send the message. Enter needs to be pressed 2 times * Cannot reproduce. * [X] If you refresh during a single choice the choices disappear. This didn't happen with the old one * The issue was that the keyboard was rendered after the single choice. Meaning that choices could not be prepended to the non-existing keyboard. We now wait for the keyboard to be rendered before rendering the MessageList (kind of hackish but it works). I could not find a better solution. * [X] Clean up dead code: [https://github.com/botpress/messaging/pull/384#discussion_r811501560](https://github.com/botpress/messaging/pull/384#discussion_r811501560) * [ ] Download conversation in front-end: [https://github.com/botpress/messaging/pull/384#discussion_r811502504](https://github.com/botpress/messaging/pull/384#discussion_r811502504) * [ ] Add path to delete conversations with sockets: [https://github.com/botpress/messaging/pull/384#discussion_r811503045](https://github.com/botpress/messaging/pull/384#discussion_r811503045) * [ ] Fetch bot info [https://github.com/botpress/messaging/pull/384#discussion_r811502017](https://github.com/botpress/messaging/pull/384#discussion_r811502017) * [ ] Reset session could just create new conversation [https://github.com/botpress/messaging/pull/384#discussion_r811502434](https://github.com/botpress/messaging/pull/384#discussion_r811502434) * [ ] Refactor storage class. See this PR: [https://github.com/botpress/messaging/pull/384](https://github.com/botpress/messaging/pull/384)
What was done:
Config used to test all features:
Closes DEV-2360