{getStatusText()}
{#if connectionStatus === "connected"} {#if workingDirectory}
cwd:
{workingDirectory}
{/if} {:else}
cwd:
...
{/if}
🏆
{#if progress.unlocked > 0}
{progress.unlocked}
{/if}
(showSessionHistory = true)} class="p-1 text-gray-500 hover:text-[var(--accent-primary)] transition-colors" title="Session History" >
(showGitPanel = true)} class="p-1 text-gray-500 hover:text-[var(--accent-primary)] transition-colors" title="Git Panel" >
(showStats = !showStats)} class="p-1 text-gray-500 hover:text-[var(--accent-primary)] transition-colors {showStats ? 'text-[var(--accent-primary)]' : ''}" title="Usage Stats" >
openUrl(DONATE_URL)} class="p-1 text-gray-500 hover:text-[var(--accent-primary)] transition-colors" title="Support our work" >
(showAbout = true)} class="p-1 text-gray-500 hover:text-[var(--accent-primary)] transition-colors" title="About Hikari Desktop" >
(showKeyboardShortcuts = true)} class="p-1 text-gray-500 hover:text-[var(--accent-primary)] transition-colors" title="Keyboard Shortcuts" >
(showHelp = true)} class="p-1 text-gray-500 hover:text-[var(--accent-primary)] transition-colors" title="Help" >
openUrl(DISCORD_URL)} class="p-1 text-gray-500 hover:text-[var(--accent-primary)] transition-colors" 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}