Invite and Session API/Services; Home view; Sidebar Items; Modals

This commit is contained in:
Aslan 2026-01-10 19:24:10 -05:00
parent 280158470a
commit e36587b99d
80 changed files with 1343 additions and 71 deletions

View file

@ -6,7 +6,7 @@ const Message: Component<IMessageProps> = (props: IMessageProps) => {
<li class="list-row p-3 hover:bg-stone-700">
<div
class="avatar cursor-pointer"
onClick={() => props.onProfileClick(props.userId)}
onClick={() => props.onProfileClick?.(props.userId)}
>
<div class="w-10 rounded-full">
<img src={props.avatar} />