-
- Downloads
presence: add WebSocket and UI component
Add a WebSocket and UI component. While the WebSocket is not yet fully implemented, it can receive information from the server. The frontend logic still needs to be developed. Change-Id: Icaca360565e2ab19fd3b030c4d7250b71ba531ad
Showing
- client/src/components/ConversationAvatar.tsx 44 additions, 2 deletionsclient/src/components/ConversationAvatar.tsx
- common/src/enums/websocket-message-type.ts 3 additions, 0 deletionscommon/src/enums/websocket-message-type.ts
- common/src/interfaces/websocket-interfaces.ts 7 additions, 0 deletionscommon/src/interfaces/websocket-interfaces.ts
- common/src/interfaces/websocket-message.ts 4 additions, 0 deletionscommon/src/interfaces/websocket-message.ts
- server/src/jamid/jamid.ts 2 additions, 0 deletionsserver/src/jamid/jamid.ts
- server/src/routers/account-router.ts 9 additions, 0 deletionsserver/src/routers/account-router.ts
Loading
Please register or sign in to comment