d34509681e
- 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 <option value="filtered"> and add the missing tests.