]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
server : fix appearance of the chats list context menu for Safari (#14322)
authorRenat <redacted>
Sun, 29 Jun 2025 17:29:57 +0000 (19:29 +0200)
committerGitHub <redacted>
Sun, 29 Jun 2025 17:29:57 +0000 (19:29 +0200)
tools/server/public/index.html.gz
tools/server/webui/src/components/Sidebar.tsx

index 0fb01665ae5ccf999a186e13ea09b8f67de3fa1e..53b71079c1e2a3ffebc5fbc70d6b30ca3de8f13c 100644 (file)
Binary files a/tools/server/public/index.html.gz and b/tools/server/public/index.html.gz differ
index a77cb83b45dd77672437e3435fe54d3432ff9895..b52a8df03c9697280473469e9a73b245e990e24b 100644 (file)
@@ -231,7 +231,7 @@ function ConversationItem({
       >
         {conv.name}
       </button>
-      <div className="dropdown dropdown-end h-5">
+      <div tabIndex={0} className="dropdown dropdown-end h-5">
         <BtnWithTooltips
           // on mobile, we always show the ellipsis icon
           // on desktop, we only show it when the user hovers over the conversation item