-
- Downloads
[IMPROVE] Refactor Omnichannel Past Chats List (#17346)
* Add all the features
* css improved
* changed some css
* Code and CSS Improvement
* Code and CSS Improvement
* some changes
* changes made
* Api modified
* css changes with Api modification
* chnages made on 28April
* changes made on 1may
* changes made on 6th may
* css chang
* css chang
* css chang
* css chang
* css chang
* css chang
* css chang
* changes made on 7th may
* Update visitors.js
* Fix indentations.
* Fix css/style issues.
* Refactored the codebase.
* Fix unused imports.
* Fix CSS file.
* Add new query to fetch chat history.
* Remove unnecessary console log.
* UI-UX improvements.
* Fix Css stuff.
* Fix fetch data.
* Remove unnecessary helper method.
* Final version.
* Fix empty-line missing.
* Additional improvements.
Co-authored-by:
Renato Becker <renato.augusto.becker@gmail.com>
Showing
- app/livechat/client/stylesheets/livechat.css 51 additions, 0 deletionsapp/livechat/client/stylesheets/livechat.css
- app/livechat/client/ui.js 3 additions, 3 deletionsapp/livechat/client/ui.js
- app/livechat/client/views/app/tabbar/contactChatHistory.html 44 additions, 0 deletionsapp/livechat/client/views/app/tabbar/contactChatHistory.html
- app/livechat/client/views/app/tabbar/contactChatHistory.js 150 additions, 0 deletionsapp/livechat/client/views/app/tabbar/contactChatHistory.js
- app/livechat/client/views/app/tabbar/contactChatHistoryItem.html 26 additions, 0 deletions...echat/client/views/app/tabbar/contactChatHistoryItem.html
- app/livechat/client/views/app/tabbar/contactChatHistoryItem.js 28 additions, 0 deletions...ivechat/client/views/app/tabbar/contactChatHistoryItem.js
- app/livechat/client/views/app/tabbar/contactChatHistoryMessages.html 47 additions, 0 deletions...t/client/views/app/tabbar/contactChatHistoryMessages.html
- app/livechat/client/views/app/tabbar/contactChatHistoryMessages.js 103 additions, 0 deletions...hat/client/views/app/tabbar/contactChatHistoryMessages.js
- app/livechat/client/views/app/tabbar/visitorHistory.html 0 additions, 22 deletionsapp/livechat/client/views/app/tabbar/visitorHistory.html
- app/livechat/client/views/app/tabbar/visitorHistory.js 0 additions, 70 deletionsapp/livechat/client/views/app/tabbar/visitorHistory.js
- app/livechat/client/views/regular.js 3 additions, 1 deletionapp/livechat/client/views/regular.js
- app/livechat/imports/server/rest/visitors.js 28 additions, 2 deletionsapp/livechat/imports/server/rest/visitors.js
- app/livechat/server/api/lib/visitors.js 31 additions, 0 deletionsapp/livechat/server/api/lib/visitors.js
- app/livechat/server/api/v1/message.js 4 additions, 2 deletionsapp/livechat/server/api/v1/message.js
- app/models/server/models/LivechatRooms.js 1 addition, 0 deletionsapp/models/server/models/LivechatRooms.js
- app/models/server/models/Messages.js 0 additions, 1 deletionapp/models/server/models/Messages.js
- app/models/server/raw/LivechatRooms.js 71 additions, 2 deletionsapp/models/server/raw/LivechatRooms.js
- packages/rocketchat-i18n/i18n/en.i18n.json 4 additions, 0 deletionspackages/rocketchat-i18n/i18n/en.i18n.json
- packages/rocketchat-i18n/i18n/pt-BR.i18n.json 5 additions, 1 deletionpackages/rocketchat-i18n/i18n/pt-BR.i18n.json
Loading
Please register or sign in to comment