@chat21/chat21-ionic 3.0.60-rc6 → 3.0.61-rc2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +44 -0
- package/LICENSE +661 -21
- package/README.md +2 -0
- package/angular.json +2 -0
- package/env.sample +3 -1
- package/package.json +5 -1
- package/src/app/app.component.html +11 -2
- package/src/app/app.component.scss +13 -1
- package/src/app/app.component.ts +70 -23
- package/src/app/app.module.ts +3 -2
- package/src/app/chatlib/conversation-detail/message/bubble-message/bubble-message.component.ts +62 -36
- package/src/app/chatlib/list-conversations-component/ion-list-conversations/ion-list-conversations.component.html +2 -2
- package/src/app/chatlib/list-conversations-component/ion-list-conversations/ion-list-conversations.component.ts +64 -14
- package/src/app/components/conversation-detail/header-conversation-detail/header-conversation-detail.component.html +2 -3
- package/src/app/components/conversation-detail/message-text-area/message-text-area.component.html +5 -2
- package/src/app/components/conversation-detail/message-text-area/message-text-area.component.scss +4 -0
- package/src/app/components/conversation-detail/message-text-area/message-text-area.component.ts +2 -2
- package/src/app/components/conversation-info/info-content/info-content.component.html +2 -2
- package/src/app/components/ddp-header/ddp-header.component.html +14 -7
- package/src/app/components/ddp-header/ddp-header.component.scss +4 -0
- package/src/app/components/ddp-header/ddp-header.component.ts +21 -2
- package/src/app/components/project-item/project-item.component.html +37 -14
- package/src/app/components/project-item/project-item.component.scss +35 -15
- package/src/app/components/project-item/project-item.component.ts +17 -4
- package/src/app/components/sidebar/sidebar.component.html +210 -0
- package/src/app/components/sidebar/sidebar.component.scss +11 -0
- package/src/app/components/sidebar/sidebar.component.spec.ts +24 -0
- package/src/app/components/sidebar/sidebar.component.ts +400 -0
- package/src/app/components/sidebar-user-details/sidebar-user-details.component.html +102 -0
- package/src/app/components/sidebar-user-details/sidebar-user-details.component.scss +310 -0
- package/src/app/components/sidebar-user-details/sidebar-user-details.component.spec.ts +24 -0
- package/src/app/components/sidebar-user-details/sidebar-user-details.component.ts +423 -0
- package/src/app/pages/conversation-detail/conversation-detail.page.html +34 -45
- package/src/app/pages/conversation-detail/conversation-detail.page.ts +154 -84
- package/src/app/pages/conversations-list/conversations-list.page.html +11 -7
- package/src/app/pages/conversations-list/conversations-list.page.ts +34 -9
- package/src/app/pages/profile-info/profile-info.page.html +2 -2
- package/src/app/pages/profile-info/profile-info.page.ts +23 -21
- package/src/app/pages/unassigned-conversations/unassigned-conversations.page.html +3 -3
- package/src/app/shared/shared.module.ts +16 -2
- package/src/assets/i18n/de.json +226 -0
- package/src/assets/i18n/en.json +25 -4
- package/src/assets/i18n/es.json +26 -5
- package/src/assets/i18n/fr.json +226 -0
- package/src/assets/i18n/it.json +26 -5
- package/src/assets/i18n/pt.json +226 -0
- package/src/assets/i18n/ru.json +226 -0
- package/src/assets/i18n/tr.json +227 -0
- package/src/assets/images/language_flag/ar.png +0 -0
- package/src/assets/images/language_flag/bg.png +0 -0
- package/src/assets/images/language_flag/ca.png +0 -0
- package/src/assets/images/language_flag/cs.png +0 -0
- package/src/assets/images/language_flag/da.png +0 -0
- package/src/assets/images/language_flag/de.png +0 -0
- package/src/assets/images/language_flag/el.png +0 -0
- package/src/assets/images/language_flag/en.png +0 -0
- package/src/assets/images/language_flag/es.png +0 -0
- package/src/assets/images/language_flag/fa.png +0 -0
- package/src/assets/images/language_flag/fi.png +0 -0
- package/src/assets/images/language_flag/fr.png +0 -0
- package/src/assets/images/language_flag/he.png +0 -0
- package/src/assets/images/language_flag/hi.png +0 -0
- package/src/assets/images/language_flag/hu.png +0 -0
- package/src/assets/images/language_flag/id.png +0 -0
- package/src/assets/images/language_flag/it.png +0 -0
- package/src/assets/images/language_flag/ja.png +0 -0
- package/src/assets/images/language_flag/ko.png +0 -0
- package/src/assets/images/language_flag/ml-IN.png +0 -0
- package/src/assets/images/language_flag/ne-NP.png +0 -0
- package/src/assets/images/language_flag/nl.png +0 -0
- package/src/assets/images/language_flag/no.png +0 -0
- package/src/assets/images/language_flag/pl.png +0 -0
- package/src/assets/images/language_flag/pt-BR.png +0 -0
- package/src/assets/images/language_flag/pt.png +0 -0
- package/src/assets/images/language_flag/ro.png +0 -0
- package/src/assets/images/language_flag/ru.png +0 -0
- package/src/assets/images/language_flag/sk.png +0 -0
- package/src/assets/images/language_flag/sl.png +0 -0
- package/src/assets/images/language_flag/sv-SE.png +0 -0
- package/src/assets/images/language_flag/ta.png +0 -0
- package/src/assets/images/language_flag/th.png +0 -0
- package/src/assets/images/language_flag/tr.png +0 -0
- package/src/assets/images/language_flag/uk.png +0 -0
- package/src/assets/images/language_flag/vi.png +0 -0
- package/src/assets/images/language_flag/zh-CN.png +0 -0
- package/src/assets/images/language_flag/zh-TW.png +0 -0
- package/src/assets/images/no_image_user.png +0 -0
- package/src/assets/js/chat21client.js +16 -3
- package/src/assets/tiledesk-solo-logo.png +0 -0
- package/src/chat-config-pre-test.json +3 -0
- package/src/chat-config-template.json +4 -1
- package/src/chat-config.json +4 -1
- package/src/chat21-core/providers/firebase/firebase-conversation-handler.ts +54 -43
- package/src/chat21-core/providers/firebase/firebase-conversations-handler.ts +23 -0
- package/src/chat21-core/providers/mqtt/mqtt-archivedconversations-handler.ts +1 -1
- package/src/chat21-core/utils/constants.ts +2 -0
- package/src/chat21-core/utils/utils.ts +12 -1
- package/src/global.scss +451 -3
- package/src/index.html +7 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,49 @@
|
|
|
1
1
|
# chat21-ionic ver 3.0
|
|
2
2
|
|
|
3
|
+
### 3.0.61-rc2
|
|
4
|
+
- Fixes the bug: Profile picture in the sidebar does not update when logged in with another user after logging out
|
|
5
|
+
- Bug Fix: in the "info-profile" page avoid the "uid of undefined" error
|
|
6
|
+
- Adds the "user details" sidebar
|
|
7
|
+
- Adds the languages flags images
|
|
8
|
+
- Allows to close the "user details" sidebar by clicking outside it
|
|
9
|
+
- Adds the tooltips to the links of the sidebar
|
|
10
|
+
- Hides the sidebar when the teammate logs out, if the app is on a mobile device and if the environment variable "supportMode" is set to false
|
|
11
|
+
- Hides in the item showing unassigned conversations the button to pin a project if the app is not on a mobile device
|
|
12
|
+
- Gets in the sidebar the feature tokens from the environment variables
|
|
13
|
+
- Install the "Roboto" font
|
|
14
|
+
- Changes font priority in global.scss: replace "Helvetica Neue" font with "Roboto" font
|
|
15
|
+
- Imports the "Poppins" font family into index.html
|
|
16
|
+
- Adds the "Resolve" tooltip to the "archive" button available in the conversation list
|
|
17
|
+
- Displays the "Resolved Conversations" button and the "Teammates" button in the header of the conversation list based on how the "teammatesButton" and "archivedButton" environment variables are set
|
|
18
|
+
- Adds "teammatesButton" and "archivedButton" variables to the environments
|
|
19
|
+
- Adds the "TEAMMATES_BUTTON" and the "ARCHIVED_BUTTON" variables to the env.sample file
|
|
20
|
+
- Adds the "teammatesButton" and the "archivedButton" variables to the "chat-config-template.json" file and to "the chat-config.json" file
|
|
21
|
+
- Updates the section "Configuration" of the "README.md" file with the new variables "teammatesButton" and the "archivedButton"
|
|
22
|
+
|
|
23
|
+
### 3.0.61-rc1
|
|
24
|
+
- Adds a sidebar that allows navigation to the dashboard
|
|
25
|
+
|
|
26
|
+
### 3.0.60
|
|
27
|
+
- Deploys in production
|
|
28
|
+
|
|
29
|
+
### 3.0.60-rc9
|
|
30
|
+
- Adds the message "All conversations served" in the conversation details section that appears when there are no active conversations
|
|
31
|
+
- Fixes the bug: in the item that displays the number of unassigned conversations the button "fix a project" does not go to the right in mobile mode
|
|
32
|
+
|
|
33
|
+
### 3.0.60-rc8
|
|
34
|
+
- Fixes the bug: "info" messages sent by "SYSTEM" are not translated
|
|
35
|
+
- Adds the Portuguese language
|
|
36
|
+
- Adds the French language
|
|
37
|
+
- Adds the Russian language
|
|
38
|
+
- Adds the Turkish language
|
|
39
|
+
|
|
40
|
+
### 3.0.60-rc7
|
|
41
|
+
- Adds German language
|
|
42
|
+
- Adds a method that translates chat texts based on the language of the browser settings if no preferred language is selected in the dashboard or based on the preferred language (ignoring the browser language)
|
|
43
|
+
- Manages the language used for translations from the "moment" library based on the language of the browser settings if no preferred language has been selected in the dashboard or on the preferred language selected (ignoring the browser language)
|
|
44
|
+
- Adds the ability to manage the visibility of canned responses in env.sample, chat-config-tempalte.json and chat-config.json
|
|
45
|
+
- Fixes the bug: in the 'item' that displays the pinned project and the number of the not assigned conversions the tooltip is not correctly displayed
|
|
46
|
+
|
|
3
47
|
### 3.0.60-rc6
|
|
4
48
|
- Fixes the bug: push notifications are initialized even if the "pushEngine" configuration variable is set to "none"
|
|
5
49
|
- Adds spanish language
|