-
- Downloads
feature: support configurable left and right message layout (#3244)
* feat: support user select message direction * feat: optimizing the code * feat: lint code * fix: prevent localstorage read on every message component render ui: refactor alignment UI selector for dark and light mode with simple styling * docs: update jsdoc comment for hook fix: apply chat alignment to homepage chat * fix mobile styles of message chat alignment preference --------- Co-authored-by:Timothy Carambat <rambat1010@gmail.com> Co-authored-by:
shatfield4 <seanhatfield5@gmail.com>
Showing
- frontend/src/components/DefaultChat/index.jsx 13 additions, 11 deletionsfrontend/src/components/DefaultChat/index.jsx
- frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/Actions/index.jsx 2 additions, 1 deletion...Container/ChatHistory/HistoricalMessage/Actions/index.jsx
- frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/index.jsx 5 additions, 2 deletions...hat/ChatContainer/ChatHistory/HistoricalMessage/index.jsx
- frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/index.jsx 6 additions, 0 deletions...ponents/WorkspaceChat/ChatContainer/ChatHistory/index.jsx
- frontend/src/hooks/useChatMessageAlignment.js 30 additions, 0 deletionsfrontend/src/hooks/useChatMessageAlignment.js
- frontend/src/pages/GeneralSettings/Appearance/MessageDirection/index.jsx 67 additions, 0 deletions...ges/GeneralSettings/Appearance/MessageDirection/index.jsx
- frontend/src/pages/GeneralSettings/Appearance/index.jsx 2 additions, 0 deletionsfrontend/src/pages/GeneralSettings/Appearance/index.jsx
Please register or sign in to comment