Skip to content

Commit 5e6dfaa

Browse files
committed
feat(website): Notifications showcase
1 parent ae5182e commit 5e6dfaa

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

apps/website/index.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,13 @@ <h1 class="hero-title">Codelegate</h1>
6363
<span class="pv-nav-label">All TUI Tools</span>
6464
<span class="pv-nav-shortcut" aria-hidden="true">T</span>
6565
</button>
66+
<button class="pv-nav-item" data-tour="notifications" data-shortcut="N">
67+
<span class="pv-nav-icon">
68+
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9"/><path d="M13.73 21a2 2 0 0 1-3.46 0"/></svg>
69+
</span>
70+
<span class="pv-nav-label">Notifications</span>
71+
<span class="pv-nav-shortcut" aria-hidden="true">N</span>
72+
</button>
6673
</div>
6774
<span class="pv-nav-hint">Ctrl+Shift for Navigation</span>
6875
</nav>
@@ -119,6 +126,17 @@ <h2 class="pv-tour-headline">Use Whatever All TUI Tools You Like</h2>
119126
<p class="pv-tour-description">Every session comes with a real terminal.<br />Dev server, lazygit, even zellij/tmux.<br />If it runs in your terminal, it runs here. No compromises.</p>
120127
</div>
121128
</div>
129+
130+
<!-- Notifications -->
131+
<div class="pv-tour" data-tour-panel="notifications">
132+
<div class="pv-tour-media">
133+
<video class="pv-video" muted playsinline preload="none" data-src="/videos/notification.mp4"></video>
134+
</div>
135+
<div class="pv-tour-text">
136+
<h2 class="pv-tour-headline">Live Agent Status and Notifications</h2>
137+
<p class="pv-tour-description">Animated status indicators on every session tab so you always know what each agent is doing.<br />CLI notifications piped to your system tray when agents need attention.<br />No more switching tabs to check progress.</p>
138+
</div>
139+
</div>
122140
</div>
123141
</div>
124142

2.7 MB
Binary file not shown.

0 commit comments

Comments
 (0)