- Fix auto-updating Text(date, style: .time) causing continuous SwiftUI updates by using static formatting with .formatted(date:time:) - Fix notification popover keeping SwiftUI observers active when closed by clearing contentViewController on popover close and recreating on open - Fix focus loss when notifications arrive while typing by only setting focus in NotificationsPage when the page is visible - Make Update Pill and Update Logs debug-only features - Add CPU regression tests: test_cpu_usage.py, test_cpu_notifications.py - Add lint test for auto-updating Text patterns: test_lint_swiftui_patterns.py |
||
|---|---|---|
| .. | ||
| cmux.py | ||
| test_app_keystrokes.sh | ||
| test_cpu_notifications.py | ||
| test_cpu_usage.py | ||
| test_ctrl_enter_keybind.py | ||
| test_ctrl_interactive.py | ||
| test_ctrl_signals.sh | ||
| test_ctrl_socket.py | ||
| test_focus_notification_dismiss.py | ||
| test_lint_swiftui_patterns.py | ||
| test_notifications.py | ||
| test_signals_auto.py | ||
| test_update_timing.py | ||