ui: ESLint config updates (#27700)
* chore: Spacing between sibling elements in html markup * chore: Formatting and linting rules
This commit is contained in:
@@ -77,9 +77,9 @@
|
||||
|
||||
<div class="fixed top-0 z-10 left-0 right-0 p-2">
|
||||
<SearchInput
|
||||
autofocus
|
||||
bind:value={searchQuery}
|
||||
bind:ref={searchInputRef}
|
||||
bind:value={searchQuery}
|
||||
autofocus
|
||||
onClose={handleBack}
|
||||
placeholder="Search conversations..."
|
||||
/>
|
||||
@@ -87,12 +87,12 @@
|
||||
|
||||
<div class="p-2 pt-16">
|
||||
<SidebarNavigationSearchResults
|
||||
{searchQuery}
|
||||
{filteredConversations}
|
||||
{currentChatId}
|
||||
onSelect={selectConversation}
|
||||
onEdit={handleEditConversation}
|
||||
{filteredConversations}
|
||||
onDelete={handleDeleteConversation}
|
||||
onEdit={handleEditConversation}
|
||||
onSelect={selectConversation}
|
||||
onStop={handleStopGeneration}
|
||||
{searchQuery}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user