Skip to content

Commit 780fd1c

Browse files
dorlugasigalCopilot
andcommitted
feat(ui): show unread indicator in side panel session cards
Reuses the pulsing blue dot (.tab-unread) next to the session name in the mobile side panel for inactive sessions with unread output. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent add9341 commit 780fd1c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

public/terminal.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3554,6 +3554,7 @@ <h3>
35543554
'<span class="side-panel-card-name">' +
35553555
esc(ms.name) +
35563556
'</span>' +
3557+
(ms.hasUnread && !isActive ? '<span class="tab-unread"></span>' : '') +
35573558
'<span class="side-panel-card-status" style="background:' +
35583559
safeColor(statusColor) +
35593560
'"></span>' +

0 commit comments

Comments
 (0)