mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-21 01:51:39 -06:00
9178c476f6
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.