]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
webui: implement pinned conversations support (#21387)
authorRémy Mathieu <redacted>
Tue, 9 Jun 2026 19:33:22 +0000 (21:33 +0200)
committerGitHub <redacted>
Tue, 9 Jun 2026 19:33:22 +0000 (21:33 +0200)
commit76da2450a4f2cc9ce6c7fc8229e25dc0a4b41e5d
tree9183f14c7be2653349c4148aba63a8803ec19d84
parentd73cd076740db9c111d0e58ddd4486904469e75e
webui: implement pinned conversations support (#21387)

* webui: implement pinned conversations support

* webui: linter/prettier pass

* Fix the unused handleMobileSidebarItemClick from the component.

* the search should find pinned conversations as well

Co-authored-by: Pascal <redacted>
---------

Co-authored-by: Pascal <redacted>
tools/ui/src/lib/components/app/navigation/SidebarNavigation/SidebarNavigation.svelte
tools/ui/src/lib/components/app/navigation/SidebarNavigation/SidebarNavigationConversationItem.svelte
tools/ui/src/lib/services/database.service.ts
tools/ui/src/lib/stores/conversations.svelte.ts
tools/ui/src/lib/types/database.d.ts