cmux/Sources/Panels
Lawrence Chen cef1513ceb Fix notification ring not appearing on terminal panes
TerminalPanelView and PanelContentView held notificationStore as a
plain `let` property. Since it's a reference type (class), SwiftUI's
structural diffing saw no change when notifications were added and
skipped re-evaluating the view body. Changed to @ObservedObject var
so the views properly subscribe to the store's @Published changes.

Closes #126
2026-02-20 02:41:52 -08:00
..
BrowserPanel.swift Fix omnibar focus intent races for Cmd+L 2026-02-19 00:35:25 -08:00
BrowserPanelView.swift Fix browser panel mouse back/forward buttons and middle-click (#131) (#139) 2026-02-19 23:38:21 -08:00
CmuxWebView.swift Fix browser panel mouse back/forward buttons and middle-click (#131) (#139) 2026-02-19 23:38:21 -08:00
Panel.swift Fix frozen terminals after split churn (#12) 2026-02-13 16:45:31 -08:00
PanelContentView.swift Fix notification ring not appearing on terminal panes 2026-02-20 02:41:52 -08:00
TerminalPanel.swift Fix split blackout race and stabilize focus handoff 2026-02-19 17:10:27 -08:00
TerminalPanelView.swift Fix notification ring not appearing on terminal panes 2026-02-20 02:41:52 -08:00