mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-04-27 15:17:38 +00:00
conect sidebar header
This commit is contained in:
parent
4b7a073975
commit
bf3e09a28c
1 changed files with 6 additions and 2 deletions
|
|
@ -52,10 +52,14 @@ export class SidebarHeader extends HeaderBase {
|
|||
<div class="flex flex-col gap-2">
|
||||
<!-- Create Session button -->
|
||||
<button
|
||||
class="btn-primary font-mono text-xs px-3 py-1.5 vt-create-button text-center w-full"
|
||||
class="btn-primary font-mono text-xs px-3 py-1.5 vt-create-button text-center w-full flex items-center justify-center gap-1"
|
||||
@click=${this.handleCreateSession}
|
||||
title="Create New Session"
|
||||
>
|
||||
Create Session
|
||||
<svg width="16" height="16" viewBox="0 0 20 20" fill="currentColor">
|
||||
<path d="M10 3a1 1 0 011 1v5h5a1 1 0 110 2h-5v5a1 1 0 11-2 0v-5H4a1 1 0 110-2h5V4a1 1 0 011-1z"/>
|
||||
</svg>
|
||||
<span>New</span>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue