feat: add session search modal (#128)

This commit is contained in:
cl1107
2026-04-22 14:00:34 +08:00
committed by GitHub
parent ffd825afe2
commit f27db3036a
18 changed files with 1355 additions and 126 deletions
+2
View File
@@ -7,6 +7,7 @@ import { useTheme } from '@/composables/useTheme'
import AppSidebar from '@/components/layout/AppSidebar.vue'
import { useKeyboard } from '@/composables/useKeyboard'
import { useAppStore } from '@/stores/hermes/app'
import SessionSearchModal from '@/components/hermes/chat/SessionSearchModal.vue'
const { isDark } = useTheme()
const appStore = useAppStore()
@@ -58,6 +59,7 @@ useKeyboard()
<router-view />
</main>
</div>
<SessionSearchModal />
</NNotificationProvider>
</NDialogProvider>
</NMessageProvider>