- Shipped
- September 9, 2026 at 4:20 AM UTC
- Author
- Kamo
- Commit
- 1493f51
Flips the two always-present tabs. The strip now reads Directory, Chats, Sales Scripts, Terminals. The panel still OPENS on Chats: the button that opens it is the Chat button, and landing on the Directory would put the common case — carry on a conversation you are already having — a tab switch away every time. So position and landing place are deliberately no longer the same tab, which is worth saying out loud because TAB_ORDER also feeds the slide transition's direction; it moves with the strip, so switching to the Directory from the opening tab now slides rightwards, as the eye expects. Verified in jsdom rather than by reading the JSX: a throwaway render of the real panel reported the tabs in DOM order as members, chats, salesScripts, terminals with chats still aria-selected.