speaq-ai / react-ui

Production React UI for Speak-ai.
0 stars 1 forks source link

implemented stt and minor UI improvements #31

Closed ianhansborough closed 4 years ago

forsman5 commented 4 years ago

build is failing due a test on the front end test of the message box ( i think ). Can you take a look @jacobpa ?

Also, most of the front end changes look good to me, but again Jacob should review. For example, not sure how i feel about the scroll bars always being present around the speech box.

forsman5 commented 4 years ago

This should also close #21 and #24

jacobpa commented 4 years ago

Tests broke since state maintains messages and responses now, instead of just responses. 6f754ec fixes this.