{getStatusText()}
{#if connectionStatus === "connected"} {#if workingDirectory}
cwd:
{workingDirectory}
{/if} {:else}
cwd:
...
{/if}
{#if streamerModeActive}
{/if}
(showProfile = true)} class="p-1 text-gray-500 icon-trans-hover" title="Profile" >
🏆
{#if progress.unlocked > 0}
{progress.unlocked}
{/if}
(showSessionHistory = true)} class="p-1 text-gray-500 icon-trans-hover" title="Session History" >
(showGitPanel = true)} class="p-1 text-gray-500 icon-trans-hover" title="Git Panel" >
(showStats = !showStats)} class="p-1 text-gray-500 icon-trans-hover {showStats ? 'text-[var(--trans-pink)]' : ''}" title="Usage Stats" >
openUrl(DONATE_URL)} class="p-1 text-gray-500 icon-trans-hover" title="Support our work" >
(showAbout = true)} class="p-1 text-gray-500 icon-trans-hover" title="About Hikari Desktop" >
(showKeyboardShortcuts = true)} class="p-1 text-gray-500 icon-trans-hover" title="Keyboard Shortcuts" >
(showHelp = true)} class="p-1 text-gray-500 icon-trans-hover" title="Help" >
openUrl(DISCORD_URL)} class="p-1 text-gray-500 icon-trans-hover" title="Join our Discord" >
{#if appVersion}
v{appVersion}
{/if} {#if showStats}
{/if} {#if connectionStatus === "connected"}
Disconnect
{:else}
{isConnecting ? "Connecting..." : "Connect"}
{/if}
{#if showStats}
(showStats = false)}>
{/if} {#if showAbout}
(showAbout = false)} /> {/if} {#if showHelp}
(showHelp = false)} /> {/if} {#if showKeyboardShortcuts}
(showKeyboardShortcuts = false)} /> {/if} {#if showSessionHistory}
(showSessionHistory = false)} /> {/if} {#if showGitPanel}
(showGitPanel = false)} /> {/if} {#if showProfile}
(showProfile = false)} /> {/if}