[Tech Debt]: Remove zombie code from Sidebar.tsx
file
#2962
Labels
good first issue
Good for newcomers
low-prio
technical debt
This issue involves deferred engineering work
What is needed?
The file
Sidebar.tsx
has two state values managed byuseState()
hooks namedsearchInput
andsearchMode
These values were created some time ago before search functionality had been extracted to the
useSidebarSearch()
hook. However, they're still present and being used functionally in the file's control flow. These files should be removed and any valid functionality should be replaced with data returned from and managed byuseSidebarSearch.ts
The text was updated successfully, but these errors were encountered: