From d34509681e058afb5cd768abc0c72d81ace7554d Mon Sep 17 00:00:00 2001 From: Brian Krabach Date: Wed, 15 Apr 2026 19:03:47 -0700 Subject: [PATCH] feat: remove filtered gridViewMode rendering code and option (task-11) - Remove 'Filtered' option from HTML view mode select in index.html - Add test_no_active_filter_device_in_render_grid to test_frontend_js.py - Add test_no_filtered_option_in_view_mode_select to test_frontend_html.py - All 3 acceptance criteria tests pass The renderGrid() function was already clean (no filtered mode checks, no _activeFilterDevice references) from prior cleanup work. The loadGridViewMode() and _setGridViewMode() guards were also already in place. The remaining task was to remove the HTML