cmux/docs-site/content/docs
Lawrence Chen 679cafdc51 Fix update pill constraint feedback loop
The pill never appeared because:
1. SwiftUI .frame(width:0, height:0) when idle poisoned fittingSize
2. AppKit constraints locked at 0x0 prevented expansion on state change
3. fittingSize always returned 0 due to active 0x0 constraints

Fix: Remove zero-frame from SwiftUI (always render at natural size,
use opacity only). Deactivate constraints before measuring fittingSize
so they don't clamp the measurement. Pass visibility to sizeToolbarItem
to set constraints to zero when idle or natural size when active.
2026-02-08 20:21:27 -08:00
..
changelog.mdx Fix update pill constraint feedback loop 2026-02-08 20:21:27 -08:00
claude-code-hooks.mdx Add documentation site and Homebrew installation 2026-01-29 04:41:39 -08:00
cli.mdx Add documentation site and Homebrew installation 2026-01-29 04:41:39 -08:00
configuration.mdx Add documentation site and Homebrew installation 2026-01-29 04:41:39 -08:00
environment-variables.mdx Add documentation site and Homebrew installation 2026-01-29 04:41:39 -08:00
index.mdx Add documentation site and Homebrew installation 2026-01-29 04:41:39 -08:00
installation.mdx Add documentation site and Homebrew installation 2026-01-29 04:41:39 -08:00
keyboard-shortcuts.mdx Add documentation site and Homebrew installation 2026-01-29 04:41:39 -08:00
meta.json Add changelog and release command 2026-01-29 17:58:10 -08:00
notifications.mdx Add documentation site and Homebrew installation 2026-01-29 04:41:39 -08:00
osc-sequences.mdx Add documentation site and Homebrew installation 2026-01-29 04:41:39 -08:00
socket-api.mdx Add documentation site and Homebrew installation 2026-01-29 04:41:39 -08:00
splits.mdx Add documentation site and Homebrew installation 2026-01-29 04:41:39 -08:00
tabs.mdx Add documentation site and Homebrew installation 2026-01-29 04:41:39 -08:00