1.1.2-1.5.3 #20

Merged
Royce59 merged 13 commits from dev into main 2026-03-21 19:37:21 +00:00
Showing only changes of commit 48e0cddbaa - Show all commits

View File

@@ -135,11 +135,13 @@ export function ChatHeader() {
</Flex> </Flex>
</Flex> </Flex>
<Flex h={'100%'} align={'center'} gap={'sm'}> <Flex h={'100%'} align={'center'} gap={'sm'}>
{publicKey != opponent.publicKey && (
<IconPhone <IconPhone
onClick={() => call(dialog)} onClick={() => call(dialog)}
style={{ style={{
cursor: 'pointer' cursor: 'pointer'
}} stroke={1.5} color={theme.colors.blue[7]} size={24}></IconPhone> }} stroke={1.5} color={theme.colors.blue[7]} size={24}></IconPhone>
)}
<IconTrashX <IconTrashX
onClick={onClickClearMessages} onClick={onClickClearMessages}
style={{ style={{