[FEAT] Ability to delete messages from conversation history (#1812)
* implement delete message feature
* add new delete chat endpoint that just hides messages from ui and fix perms
* refactor: add delete-event hooks for delete so we dont need to pass so much
refactor: implmentation of delete endpoint PUT
* update animation
linting
remove element on animiation to prevent popin
* linting and cleanup imports
---------
Co-authored-by:
timothycarambat <rambat1010@gmail.com>
Showing
- frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/Actions/DeleteMessage/index.jsx 67 additions, 0 deletions...History/HistoricalMessage/Actions/DeleteMessage/index.jsx
- frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/Actions/index.jsx 2 additions, 0 deletions...Container/ChatHistory/HistoricalMessage/Actions/index.jsx
- frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/index.jsx 10 additions, 1 deletion...hat/ChatContainer/ChatHistory/HistoricalMessage/index.jsx
- frontend/src/index.css 20 additions, 0 deletionsfrontend/src/index.css
- frontend/src/models/workspace.js 11 additions, 0 deletionsfrontend/src/models/workspace.js
- server/endpoints/workspaces.js 26 additions, 1 deletionserver/endpoints/workspaces.js
Loading
Please register or sign in to comment