From d5e64ada25f3e3f15dfcc9ae0e3bc101ff675972 Mon Sep 17 00:00:00 2001 From: simoleo89 Date: Thu, 28 May 2026 18:06:29 +0200 Subject: [PATCH] feat(navigator): search-scope filter chips replace the dropdown (P4 wave 1b) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit NavigatorFilterChipsView renders the 5 SearchFilterOptions (anything / room.name / owner / tag / group) as pill chips instead of a setSearchFilterIndex(parseInt(event.target.value)) }> - { SearchFilterOptions.map((filter, index) => - { - return ; - }) } - - +
+
setInputText(event.target.value) } onKeyDown={ event => handleKeyDown(event) } />