Explorar o código

feat: id added to chat search

Timothy J. Baek hai 1 ano
pai
achega
78f120566f
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/lib/components/layout/Sidebar.svelte

+ 1 - 0
src/lib/components/layout/Sidebar.svelte

@@ -149,6 +149,7 @@
 				</div>
 
 				<input
+					id="chat-search-input"
 					class="w-full rounded-r py-1.5 pl-2.5 pr-4 text-sm text-gray-300 bg-gray-950 outline-none"
 					placeholder="Search"
 					bind:value={search}