adding route for the getting of conversation details

This commit is contained in:
talksik
2022-03-19 10:39:19 -04:00
parent 3bf3c586d1
commit 50c37776fd
15 changed files with 205 additions and 9 deletions
@@ -7,6 +7,15 @@ import {
} from "@mui/icons-material";
export default function Conversations() {
/** Data we need: have this huge data store client side to be able to access
* for now, need a simple list of contacts
* - first list is the live/pinned
* - second list is the pending invites, out going or incoming? or this on a separate page?
* - third list is just the rest of my contacts
*
* web sockets for all of my active contacts
* - actually play messages if pinned contact for me
*/
return (
<>
{/* actions navbar */}