js-waku/web-chat/src
Franck Royer 243a9aba77
Make message a component
2021-04-27 14:58:19 +10:00
..
App.css Add web chat 2021-04-21 14:32:51 +10:00
App.tsx Move `initWaku` out of `App` 2021-04-27 14:58:19 +10:00
MessageInput.tsx Make functions in Room component pure 2021-04-27 14:58:19 +10:00
Room.tsx Make message a component 2021-04-27 14:58:19 +10:00
WakuContext.ts waku is undefined 2021-04-21 16:17:32 +10:00
WakuMock.test.ts Create waku mock 2021-04-21 14:32:51 +10:00
WakuMock.ts Can input messages to send! 2021-04-21 14:32:52 +10:00
command.ts Split commandHandler in smaller pure functions 2021-04-27 14:58:18 +10:00
index.css Improved the look 2021-04-21 14:32:52 +10:00
index.tsx Setup CI for web-chat 2021-04-21 14:32:52 +10:00
react-app-env.d.ts Add web chat 2021-04-21 14:32:51 +10:00
setupTests.ts Add web chat 2021-04-21 14:32:51 +10:00