show chat progress and other UX improvements (#6576)

This commit is contained in:
EthanHealy01
2026-06-10 14:47:57 +01:00
committed by GitHub
parent f15e405759
commit 2aa6768921
6 changed files with 521 additions and 66 deletions
@@ -10,6 +10,7 @@ export function useChat() {
isOpen: false,
isLoading: false,
progress: null,
progressLog: [] as never[],
toggleOpen: () => {},
setOpen: (_open: boolean) => {},
sendMessage: async (_content: string) => {},