There was an error fetching the commit references. Please try again later.
feat: render message reference and add avatar to MessageItem (#73)
* feat: add temporary conversation * feat: add avatar to MessageItem * feat: render message reference
Showing
- web/package-lock.json 710 additions, 9 deletionsweb/package-lock.json
- web/package.json 3 additions, 0 deletionsweb/package.json
- web/src/assets/svg/assistant.svg 25 additions, 0 deletionsweb/src/assets/svg/assistant.svg
- web/src/hooks/userSettingHook.ts 22 additions, 0 deletionsweb/src/hooks/userSettingHook.ts
- web/src/interfaces/database/chat.ts 27 additions, 1 deletionweb/src/interfaces/database/chat.ts
- web/src/interfaces/database/userSetting.ts 21 additions, 0 deletionsweb/src/interfaces/database/userSetting.ts
- web/src/layouts/components/header/index.tsx 10 additions, 7 deletionsweb/src/layouts/components/header/index.tsx
- web/src/layouts/components/user/index.tsx 9 additions, 2 deletionsweb/src/layouts/components/user/index.tsx
- web/src/pages/chat/chat-container/index.less 25 additions, 2 deletionsweb/src/pages/chat/chat-container/index.less
- web/src/pages/chat/chat-container/index.tsx 110 additions, 19 deletionsweb/src/pages/chat/chat-container/index.tsx
- web/src/pages/chat/hooks.ts 147 additions, 68 deletionsweb/src/pages/chat/hooks.ts
- web/src/pages/chat/index.tsx 9 additions, 9 deletionsweb/src/pages/chat/index.tsx
- web/src/pages/chat/model.ts 5 additions, 4 deletionsweb/src/pages/chat/model.ts
- web/src/pages/chat/utils.ts 5 additions, 1 deletionweb/src/pages/chat/utils.ts
- web/src/pages/setting/model.ts 18 additions, 13 deletionsweb/src/pages/setting/model.ts
Loading
Please register or sign in to comment