-
- Downloads
[FEAT] Edit message button (#1392)
* WIP edit message feature
* WIP edit message
* WIP editing messages feature
* Fix PFPs
TODO: Fix default user profile image
Add User and Assistant workspace response
* unset PFP changes for later PR
---------
Co-authored-by:
timothycarambat <rambat1010@gmail.com>
Showing
- frontend/package.json 1 addition, 1 deletionfrontend/package.json
- frontend/src/components/ChatBubble/index.jsx 2 additions, 3 deletionsfrontend/src/components/ChatBubble/index.jsx
- frontend/src/components/DefaultChat/index.jsx 10 additions, 13 deletionsfrontend/src/components/DefaultChat/index.jsx
- frontend/src/components/UserIcon/index.jsx 1 addition, 1 deletionfrontend/src/components/UserIcon/index.jsx
- frontend/src/components/UserIcon/workspace.png 0 additions, 0 deletionsfrontend/src/components/UserIcon/workspace.png
- frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/Actions/EditMessage/index.jsx 126 additions, 0 deletions...atHistory/HistoricalMessage/Actions/EditMessage/index.jsx
- frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/Actions/index.jsx 8 additions, 5 deletions...Container/ChatHistory/HistoricalMessage/Actions/index.jsx
- frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/index.jsx 59 additions, 27 deletions...hat/ChatContainer/ChatHistory/HistoricalMessage/index.jsx
- frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/PromptReply/index.jsx 2 additions, 2 deletions...spaceChat/ChatContainer/ChatHistory/PromptReply/index.jsx
- frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/index.jsx 45 additions, 0 deletions...ponents/WorkspaceChat/ChatContainer/ChatHistory/index.jsx
- frontend/src/components/WorkspaceChat/ChatContainer/index.jsx 1 addition, 0 deletions...tend/src/components/WorkspaceChat/ChatContainer/index.jsx
- frontend/src/components/WorkspaceChat/index.jsx 1 addition, 0 deletionsfrontend/src/components/WorkspaceChat/index.jsx
- frontend/src/models/workspace.js 51 additions, 2 deletionsfrontend/src/models/workspace.js
- frontend/src/models/workspaceThread.js 45 additions, 0 deletionsfrontend/src/models/workspaceThread.js
- frontend/src/utils/chat/index.js 3 additions, 6 deletionsfrontend/src/utils/chat/index.js
- server/endpoints/workspaceThreads.js 77 additions, 1 deletionserver/endpoints/workspaceThreads.js
- server/endpoints/workspaces.js 61 additions, 1 deletionserver/endpoints/workspaces.js
- server/models/workspaceChats.js 18 additions, 0 deletionsserver/models/workspaceChats.js
- server/utils/helpers/chat/responses.js 1 addition, 0 deletionsserver/utils/helpers/chat/responses.js
Loading
Please register or sign in to comment