In this PR, we implement the ChatMessageCreate component for the chat frontend. The component contains a form with a message field that clears after a message is sent.
Screenshots (Optional)
Tests
[ ] Backend Unit tests (mvn test) pass
[ ] Backend Test coverage (mvn test jacoco:report) 100%
[ ] Backend Mutation tests (mvn test pitest:mutationCoverage) 100%
[x] Frontend Unit tests (npm test) pass
[x] Frontend Test coverage (npm run coverage) 100%
Overview
In this PR, we implement the ChatMessageCreate component for the chat frontend. The component contains a form with a message field that clears after a message is sent.
Screenshots (Optional)
Tests
mvn test
) passmvn test jacoco:report
) 100%mvn test pitest:mutationCoverage
) 100%npm test
) passnpm run coverage
) 100%npx stryker run
) 100%npx eslint --fix src
)Linked Issues
Closes #74