From ae07431ed159e888bf88daf0886cdbbce449004d Mon Sep 17 00:00:00 2001 From: Brian Krabach Date: Tue, 31 Mar 2026 15:15:29 -0700 Subject: [PATCH] fix: move notifications/device-name elements to correct settings panels - Move #setting-bell-sound and notification controls from sessions panel to a new notifications panel (data-tab="notifications") - Move #setting-device-name from display panel to devices panel - Add #setting-view-scope select to devices panel Fixes 8 test failures in test_frontend_html.py: - test_html_settings_panels_use_data_tab (now 5 panels) - test_html_notifications_panel_has_bell_sound_checkbox - test_html_notifications_panel_has_notification_status_text - test_html_notifications_panel_has_request_btn - test_html_sessions_tab_device_name_input - test_html_devices_panel_has_device_name - test_html_devices_panel_has_view_scope --- muxplex/frontend/index.html | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/muxplex/frontend/index.html b/muxplex/frontend/index.html index 359580d..bd24624 100644 --- a/muxplex/frontend/index.html +++ b/muxplex/frontend/index.html @@ -88,6 +88,7 @@ @@ -123,10 +124,6 @@ -
- - -
+