mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-24 17:58:27 +02:00
Change response history dropdown icon
This commit is contained in:
@@ -51,7 +51,7 @@ export function RecentGrpcConnectionsDropdown({
|
|||||||
>
|
>
|
||||||
<IconButton
|
<IconButton
|
||||||
title="Show connection history"
|
title="Show connection history"
|
||||||
icon={activeConnection?.id === latestConnectionId ? 'chevron_down' : 'pin'}
|
icon={activeConnection?.id === latestConnectionId ? 'history' : 'pin'}
|
||||||
className="m-0.5 text-text-subtle"
|
className="m-0.5 text-text-subtle"
|
||||||
size="sm"
|
size="sm"
|
||||||
iconSize="md"
|
iconSize="md"
|
||||||
|
|||||||
@@ -79,7 +79,7 @@ export const RecentHttpResponsesDropdown = function ResponsePane({
|
|||||||
>
|
>
|
||||||
<IconButton
|
<IconButton
|
||||||
title="Show response history"
|
title="Show response history"
|
||||||
icon={activeResponse?.id === latestResponseId ? 'chevron_down' : 'pin'}
|
icon={activeResponse?.id === latestResponseId ? 'history' : 'pin'}
|
||||||
className="m-0.5 text-text-subtle"
|
className="m-0.5 text-text-subtle"
|
||||||
size="sm"
|
size="sm"
|
||||||
iconSize="md"
|
iconSize="md"
|
||||||
|
|||||||
@@ -55,7 +55,7 @@ export function RecentWebsocketConnectionsDropdown({
|
|||||||
>
|
>
|
||||||
<IconButton
|
<IconButton
|
||||||
title="Show connection history"
|
title="Show connection history"
|
||||||
icon={activeConnection?.id === latestConnectionId ? 'chevron_down' : 'pin'}
|
icon={activeConnection?.id === latestConnectionId ? 'history' : 'pin'}
|
||||||
className="m-0.5 text-text-subtle"
|
className="m-0.5 text-text-subtle"
|
||||||
size="sm"
|
size="sm"
|
||||||
iconSize="md"
|
iconSize="md"
|
||||||
|
|||||||
Reference in New Issue
Block a user