Skip to content

Commit 4e8c80c

Browse files
authored
feat: Allow optionally displaying find with ctrl+f shortcut and allow close (#501)
* feat: Allow optionally displaying find with ctrl+f shortcut Signed-off-by: Adameska <[email protected]> * Rabbit suggestions Signed-off-by: Adameska <[email protected]> * Fix tests Signed-off-by: Adameska <[email protected]> * Capture key's globally and only prevent/stop handling if it's a key combo we care about Signed-off-by: Adameska <[email protected]> --------- Signed-off-by: Adameska <[email protected]>
1 parent bf9968e commit 4e8c80c

File tree

4 files changed

+409
-92
lines changed

4 files changed

+409
-92
lines changed

packages/webview/src/component/pods/PodLogs.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,5 +106,5 @@ onDestroy(() => {
106106
class:invisible={noLogs === true}
107107
class:h-0={noLogs === true}
108108
class:h-full={noLogs === false}>
109-
<TerminalWindow class="h-full" bind:terminal={logsTerminal} convertEol disableStdIn />
109+
<TerminalWindow class="h-full" bind:terminal={logsTerminal} convertEol disableStdIn search />
110110
</div>

0 commit comments

Comments
 (0)