v26.5.35May 21, 2026
The page header now lives inside the elevated content card and moves with the sidebar when you collapse it — matching Linear's layout. The "Update available" button in the desktop app is no longer a tiny featureless circle; it shows the full "Update" pill with icon and label.
Improved
- Electron desktop shell: header inside content card. Moved
DashboardHeaderout of the top reserved titlebar and into the elevated content card so the entire card (header + body) collapses/expands with the sidebar. Removed the duplicate-render hack that previously rendered the header twice (one copy hidden viadisplay: none) and zeroed#main-content's top radius to fake a stitched surface.
Fixed
- Update pill no longer renders as an empty circle. Removed
UpdateAvailablePill'scompactprop entirely so the pill is always full text+icon when an update is available. The 28px compact circle was rendering as a featureless white dot in the squished sidebar-cell.