Skip to content

Commit

Permalink
Merge branch 'message-search' of github.com:mattlindsey/hostedgpt int…
Browse files Browse the repository at this point in the history
…o message-search
  • Loading branch information
mattlindsey committed Dec 10, 2024
2 parents 3f4367f + c1610a1 commit 8d89c79
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions app/views/conversations/_nav_conversations.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
p-2 py-1
border border-gray-200 rounded-lg
text-black dark:text-gray-800
|,
data: {
search_target: "input",
action: %|
keydown.enter->search#cursorToEnd
input->search#search
|,
data: {
search_target: "input",
action: %|
keydown.enter->search#cursorToEnd
input->search#search
%|
}
%>
Expand All @@ -35,11 +35,11 @@
</section>

<section class="text-gray-950 dark:text-gray-100 select-none">
<turbo-frame id="conversations"
target="conversation"
data-controller="radio-behavior"
data-radio-behavior-selected-class="relationship"
class="block mb-24" <%# ensures the last conversation's menu has room to open %>
<turbo-frame id="conversations"
target="conversation"
data-controller="radio-behavior"
data-radio-behavior-selected-class="relationship"
class="block mb-24" <%# ensures the last conversation's menu has room to open %>
>
<% @nav_conversations.each do |named_time_span, conversations| %>
<header class="mx-2 mt-6 mb-2 text-xs font-semibold text-gray-300 text-opacity-1 dark:text-gray-500">
Expand Down

0 comments on commit 8d89c79

Please sign in to comment.