There was an error fetching the commit references. Please try again later.
fix: disable sending messages if both application and conversation are empty...
fix: disable sending messages if both application and conversation are empty and add loading to all pages (#134) * feat: add loading to all pages * fix: disable sending messages if both application and conversation are empty * feat: add chatSpin class to Spin of chat
Showing
- web/src/components/rename-modal/index.tsx 4 additions, 2 deletionsweb/src/components/rename-modal/index.tsx
- web/src/hooks/chunkHooks.ts 24 additions, 0 deletionsweb/src/hooks/chunkHooks.ts
- web/src/hooks/knowledgeHook.ts 31 additions, 14 deletionsweb/src/hooks/knowledgeHook.ts
- web/src/hooks/llmHooks.ts 1 addition, 1 deletionweb/src/hooks/llmHooks.ts
- web/src/hooks/routeHook.ts 13 additions, 1 deletionweb/src/hooks/routeHook.ts
- web/src/pages/add-knowledge/components/knowledge-chunk/components/document-preview/hooks.ts 1 addition, 1 deletion...ents/knowledge-chunk/components/document-preview/hooks.ts
- web/src/pages/add-knowledge/components/knowledge-chunk/hooks.ts 9 additions, 0 deletions...c/pages/add-knowledge/components/knowledge-chunk/hooks.ts
- web/src/pages/add-knowledge/components/knowledge-chunk/index.tsx 13 additions, 30 deletions.../pages/add-knowledge/components/knowledge-chunk/index.tsx
- web/src/pages/add-knowledge/components/knowledge-file/rename-modal/index.tsx 4 additions, 2 deletions...nowledge/components/knowledge-file/rename-modal/index.tsx
- web/src/pages/add-knowledge/components/knowledge-setting/configuration.tsx 144 additions, 199 deletions...-knowledge/components/knowledge-setting/configuration.tsx
- web/src/pages/add-knowledge/components/knowledge-setting/hooks.ts 73 additions, 0 deletions...pages/add-knowledge/components/knowledge-setting/hooks.ts
- web/src/pages/add-knowledge/components/knowledge-setting/model.ts 2 additions, 2 deletions...pages/add-knowledge/components/knowledge-setting/model.ts
- web/src/pages/add-knowledge/components/knowledge-testing/testing-control/index.tsx 4 additions, 6 deletions...ge/components/knowledge-testing/testing-control/index.tsx
- web/src/pages/chat/chat-configuration-modal/assistant-setting.tsx 3 additions, 4 deletions...pages/chat/chat-configuration-modal/assistant-setting.tsx
- web/src/pages/chat/chat-container/index.tsx 15 additions, 4 deletionsweb/src/pages/chat/chat-container/index.tsx
- web/src/pages/chat/hooks.ts 12 additions, 0 deletionsweb/src/pages/chat/hooks.ts
- web/src/pages/chat/index.less 8 additions, 0 deletionsweb/src/pages/chat/index.less
- web/src/pages/chat/index.tsx 70 additions, 56 deletionsweb/src/pages/chat/index.tsx
- web/src/pages/knowledge/index.tsx 21 additions, 13 deletionsweb/src/pages/knowledge/index.tsx
- web/src/pages/user-setting/hooks.ts 4 additions, 1 deletionweb/src/pages/user-setting/hooks.ts
Loading
Please register or sign in to comment