mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-17 18:05:42 +02:00
Place chat button on the same place as inbox (#9871)
This commit is contained in:
@@ -48,14 +48,6 @@
|
||||
<div class="hulyNavPanel-header withButton small inbox-header">
|
||||
<span class="overflow-label"><Label label={chat.string.Inbox} /></span>
|
||||
<div class="flex-row-center flex-gap-2">
|
||||
<ModernButton
|
||||
label={chat.string.Chat}
|
||||
icon={chat.icon.ChatBubble}
|
||||
size="small"
|
||||
iconSize="small"
|
||||
on:click={goToChat}
|
||||
/>
|
||||
<div class="spacer" />
|
||||
<ModernButton
|
||||
tooltip={{ label: chat.string.ClearAll }}
|
||||
icon={IconDelete}
|
||||
@@ -65,6 +57,14 @@
|
||||
loading={clearing}
|
||||
/>
|
||||
<ModernButton icon={IconSettings} on:click={click} size="small" iconSize="small" />
|
||||
<div class="spacer" />
|
||||
<ModernButton
|
||||
label={chat.string.Chat}
|
||||
icon={chat.icon.ChatBubble}
|
||||
size="small"
|
||||
iconSize="small"
|
||||
on:click={goToChat}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user