-
- Downloads
Custom default messages implementation for single and multi-user modes (#193)
* added ui for custom welcome messages and added label for custom logo in admin settings
* linting
* fixing img to use light/dark modes
* converted ChatBubble into component
* implemented backend for welcome messages and admin appearance page
* completed custom welcome messages for admin
* finished custom messages for single user mode
* merged with master and linted
* improved UI for appearance settings pages
* linted and merged with master
* small updates
---------
Co-authored-by:
timothycarambat <rambat1010@gmail.com>
Showing
- frontend/src/components/ChatBubble/index.jsx 29 additions, 0 deletionsfrontend/src/components/ChatBubble/index.jsx
- frontend/src/components/DefaultChat/index.jsx 30 additions, 3 deletionsfrontend/src/components/DefaultChat/index.jsx
- frontend/src/components/EditingChatBubble/index.jsx 67 additions, 0 deletionsfrontend/src/components/EditingChatBubble/index.jsx
- frontend/src/models/admin.js 16 additions, 0 deletionsfrontend/src/models/admin.js
- frontend/src/models/system.js 32 additions, 0 deletionsfrontend/src/models/system.js
- frontend/src/pages/Admin/Appearance/index.jsx 156 additions, 32 deletionsfrontend/src/pages/Admin/Appearance/index.jsx
- frontend/src/pages/System/Appearance.jsx 184 additions, 55 deletionsfrontend/src/pages/System/Appearance.jsx
- server/endpoints/system.js 48 additions, 0 deletionsserver/endpoints/system.js
- server/models/welcomeMessages.js 89 additions, 0 deletionsserver/models/welcomeMessages.js
- server/utils/database/index.js 2 additions, 0 deletionsserver/utils/database/index.js
Loading
Please register or sign in to comment