mirror of
				https://github.com/cinnyapp/cinny.git
				synced 2025-11-04 14:30:29 +03:00 
			
		
		
		
	Update src/app/features/room/RoomViewHeader.tsx
Co-authored-by: Gimle Larpes <97182804+GimleLarpes@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									78c38506fa
								
							
						
					
					
						commit
						6d0e8b7f79
					
				
					 1 changed files with 18 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -461,6 +461,24 @@ export function RoomViewHeader() {
 | 
			
		|||
            </TooltipProvider>
 | 
			
		||||
          )}
 | 
			
		||||
 | 
			
		||||
          {room.isCallRoom() && !isDirectMessage() && (
 | 
			
		||||
            <TooltipProvider
 | 
			
		||||
              position="Bottom"
 | 
			
		||||
              offset={4}
 | 
			
		||||
              tooltip={
 | 
			
		||||
                <Tooltip>
 | 
			
		||||
                  <Text>Chat</Text>
 | 
			
		||||
                </Tooltip>
 | 
			
		||||
              }
 | 
			
		||||
            >
 | 
			
		||||
              {(triggerRef) => (
 | 
			
		||||
                <IconButton ref={triggerRef} onClick={toggleChat}>
 | 
			
		||||
                  <Icon size="400" src={Icons.Message} filled={isChatOpen} />
 | 
			
		||||
                </IconButton>
 | 
			
		||||
              )}
 | 
			
		||||
            </TooltipProvider>
 | 
			
		||||
          )}
 | 
			
		||||
 | 
			
		||||
          <TooltipProvider
 | 
			
		||||
            position="Bottom"
 | 
			
		||||
            align="End"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue