Add Collection Chat to universal search

This commit is contained in:
Claudio Ortolina
2026-04-13 10:15:43 +01:00
parent a509248625
commit 3b8415d8c4
3 changed files with 26 additions and 1 deletions
@@ -362,6 +362,12 @@ defmodule MusicLibraryWeb.UniversalSearchLive.Index do
icon: "hero-circle-stack",
keywords: ["collection", "collected", "records"]
},
%{
label: "Collection Chat",
path: ~p"/collection?chat=open",
icon: "hero-chat-bubble-left-right",
keywords: ["chat", "collection", "ask", "ai"]
},
%{
label: "Wishlist",
path: ~p"/wishlist",