Switchbordswitchbord
v0.18.127

v0.18.127 — Inbox Bio pane re-hydration fix

Fixes the Bio pane silently dropping Travio client context and contact attribute rows when switching conversations with the drawer already open.

Fixed


  • Inbox Bio pane desktop re-hydration on conversation switch. Keeping the Bio/Contact drawer open and clicking a different conversation in the list used to render only the basic Profile / Orders / LTV / Tags rows — the Travio client card and workspace contact attribute rows disappeared. The hydration introduced in v0.18.99 only fired on the toggle click (closed → open), so already-open-pane conversation switches never fetched the detail payload. A new desktop effect keyed on the selected conversation id now re-hydrates exactly once per (pane, conversation) pair, mirroring the mobile handleOpenContact behavior.