diff --git a/packages/desktop/src/tree/protected/terminal/panels/MainPanel.tsx b/packages/desktop/src/tree/protected/terminal/panels/MainPanel.tsx index 6685bc4..e0b5a3f 100644 --- a/packages/desktop/src/tree/protected/terminal/panels/MainPanel.tsx +++ b/packages/desktop/src/tree/protected/terminal/panels/MainPanel.tsx @@ -199,7 +199,7 @@ function LineDetails() { > {profilePictures && } -
+

{selectedLine.lineDetails.name || selectedLine.otherUserObjects[0].givenName} @@ -214,32 +214,54 @@ function LineDetails() {

-
- {selectedLine.otherUserObjects.map((otherUser) => ( -
- {otherUser.name} + + + - {otherUser.givenName} -
- ))} -
- - | - - + + {selectedLine.otherUserObjects.map((otherUser) => ( + + ))} + + + | + + {selectedLine.otherUserObjects.map((otherUser) => ( @@ -308,7 +330,7 @@ function LineDetails() { key={`linehistory-${1}`} src={otherUser.picture} shape="square" - size={'large'} + size={'default'} // grayscale if not playing? className={`${true && 'grayscale'}`} /> @@ -329,35 +351,28 @@ function LineDetails() { Math.floor(Math.random() * 60) + 1 } seconds`}
+ + {/* live broadcasters */} +
+ {selectedLine.otherUserObjects.map((otherUser) => ( +
+ + + {otherUser.name} + + +
+ ))} +
{/* canvas action buttons */}
- - - -