openclaw/ui
Vyctor H. Brzezowski 9178c476f6
improve(ui): stop marking pinned sidebar rows with a message bubble (#121719)
A pinned session led with a generic message-bubble glyph that no other
session row gets. renderSessionLeadingState fills each row's single
leading slot from a priority ladder, and the pinned branch outranked the
creator avatar chip, so a pinned row could never show who created it and
carried a glyph whose only claim was "this is a session".

Drop the pinned branch and its styling. Pinned rows already render
through the same renderSessionTree anatomy as the session list, so they
now fall through the same ladder as any other row: attention icon, owner
avatar, or nothing. The leading slot stays width-reserved, so titles do
not shift.
2026-08-11 02:44:39 -03:00
..
config refactor(ui): replace duplicated locale bundles with canonical translation memory (#117157) 2026-07-31 19:40:27 -07:00
docs/design-system fix(ui): dark-mode body text renders brighter than the dark-reading comfort band (#121409) 2026-08-09 22:30:50 -07:00
public fix(longcat): correct cache pricing and add provider icon (#121369) 2026-08-10 20:15:18 -07:00
src improve(ui): stop marking pinned sidebar rows with a message bubble (#121719) 2026-08-11 02:44:39 -03:00
.gitignore
AGENTS.md refactor(ui): replace duplicated locale bundles with canonical translation memory (#117157) 2026-07-31 19:40:27 -07:00
CLAUDE.md
index.html fix(ui): scope the Control UI cursor convention to app-like display modes (#121258) 2026-08-09 22:23:00 -03:00
package.json improve(ui): make warm session switching instant (#121625) 2026-08-10 16:17:25 -07:00
vite.config.ts fix(ui): make source builds deterministic (#121433) 2026-08-09 22:58:57 -07:00
vitest.config.ts feat(ui): identify project files in Control UI chat (#121775) 2026-08-11 00:48:43 -03:00
vitest.node.config.ts refactor(ui): replace duplicated locale bundles with canonical translation memory (#117157) 2026-07-31 19:40:27 -07:00