Maintenance: Regenerate chat assets to match latest templates.
This commit is contained in:
parent
2cc110fd42
commit
28c5b986d4
11 changed files with 207 additions and 298 deletions
|
@ -36,6 +36,7 @@
|
|||
},
|
||||
"ignoreFiles": [
|
||||
"public/assets/*.css",
|
||||
"public/assets/chat/chat.css",
|
||||
"public/assets/doorkeeper/**",
|
||||
"**/reset*.css",
|
||||
"**/bootstrap*.css",
|
||||
|
|
|
@ -5,7 +5,6 @@ ENV GULP_DIR "/tmp/gulp"
|
|||
RUN apk update && apk add bash
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
CMD bash # If you want to override CMD
|
||||
RUN npm install -g gulp
|
||||
|
||||
COPY docker-entrypoint.sh /
|
||||
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
set -o errexit
|
||||
set -o pipefail
|
||||
|
||||
docker build --no-cache -t zammad/chat-build:latest .
|
||||
docker build --platform amd64 --no-cache -t zammad/chat-build:latest .
|
||||
|
||||
docker run --rm -v "$(pwd)/:/tmp/gulp" zammad/chat-build:latest
|
||||
|
|
File diff suppressed because one or more lines are too long
2
public/assets/chat/chat-no-jquery.min.js
vendored
2
public/assets/chat/chat-no-jquery.min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -12,41 +12,29 @@
|
|||
display: none;
|
||||
-ms-flex-direction: column;
|
||||
flex-direction: column;
|
||||
z-index: 999;
|
||||
}
|
||||
|
||||
z-index: 999; }
|
||||
@media only screen and (max-width: 768px) {
|
||||
.zammad-chat {
|
||||
right: 0;
|
||||
width: 100%;
|
||||
border-radius: 0 !important;
|
||||
font-size: 16px !important;
|
||||
}
|
||||
}
|
||||
|
||||
font-size: 16px !important; } }
|
||||
.zammad-chat--animate {
|
||||
transition: transform 500ms;
|
||||
}
|
||||
transition: transform 500ms; }
|
||||
|
||||
.zammad-chat.zammad-chat-is-loaded {
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
opacity: 0;
|
||||
}
|
||||
opacity: 0; }
|
||||
|
||||
.zammad-chat.zammad-chat-is-shown {
|
||||
opacity: 1;
|
||||
}
|
||||
opacity: 1; }
|
||||
|
||||
.zammad-chat.zammad-chat-is-open {
|
||||
height: 30em;
|
||||
}
|
||||
|
||||
height: 30em; }
|
||||
@media only screen and (max-width: 768px) {
|
||||
.zammad-chat.zammad-chat-is-open {
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
height: 100%; } }
|
||||
|
||||
.zammad-chat-icon {
|
||||
height: 2em;
|
||||
|
@ -54,8 +42,7 @@
|
|||
fill: currentColor;
|
||||
vertical-align: top;
|
||||
margin-right: 5px;
|
||||
margin-top: 4px;
|
||||
}
|
||||
margin-top: 4px; }
|
||||
|
||||
.zammad-chat-header {
|
||||
padding: 0.5em 2.5em 0.5em 1em;
|
||||
|
@ -63,27 +50,20 @@
|
|||
color: white;
|
||||
line-height: 2.5em;
|
||||
height: 3.5em;
|
||||
box-shadow: 0 -1px rgba(0, 0, 0, 0.1), 0 1px rgba(255, 255, 255, 0.3) inset,
|
||||
0 -1px rgba(0, 0, 0, 0.1) inset, 0 1px 1px rgba(0, 0, 0, 0.13);
|
||||
box-shadow: 0 -1px rgba(0, 0, 0, 0.1), 0 1px rgba(255, 255, 255, 0.3) inset, 0 -1px rgba(0, 0, 0, 0.1) inset, 0 1px 1px rgba(0, 0, 0, 0.13);
|
||||
position: relative;
|
||||
border-radius: 5px 5px 0 0;
|
||||
overflow: hidden;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
cursor: pointer; }
|
||||
@media only screen and (max-width: 768px) {
|
||||
.zammad-chat-header {
|
||||
border-radius: 0 !important;
|
||||
}
|
||||
}
|
||||
border-radius: 0 !important; } }
|
||||
|
||||
.zammad-chat.zammad-chat-is-open .zammad-chat-header {
|
||||
cursor: default;
|
||||
}
|
||||
cursor: default; }
|
||||
|
||||
.zammad-chat-welcome-text {
|
||||
font-size: 1.2em;
|
||||
}
|
||||
font-size: 1.2em; }
|
||||
|
||||
.zammad-chat-header-icon {
|
||||
position: absolute;
|
||||
|
@ -93,53 +73,42 @@
|
|||
width: 3.4em;
|
||||
text-align: center;
|
||||
line-height: 3.4em;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
cursor: pointer; }
|
||||
.zammad-chat-header-icon::before {
|
||||
content: '';
|
||||
display: inline-block;
|
||||
}
|
||||
display: inline-block; }
|
||||
|
||||
.zammad-chat-header-icon-open,
|
||||
.zammad-chat-header-icon-close {
|
||||
fill: currentColor;
|
||||
width: 1.6em;
|
||||
height: auto;
|
||||
vertical-align: middle;
|
||||
}
|
||||
vertical-align: middle; }
|
||||
|
||||
.zammad-chat-header-icon-close {
|
||||
width: 1.3em;
|
||||
}
|
||||
width: 1.3em; }
|
||||
|
||||
.zammad-chat-header-icon-close,
|
||||
.zammad-chat.zammad-chat-is-open .zammad-chat-header-icon-open {
|
||||
display: none;
|
||||
}
|
||||
display: none; }
|
||||
|
||||
.zammad-chat.zammad-chat-is-open .zammad-chat-header-icon-close {
|
||||
display: inline;
|
||||
}
|
||||
display: inline; }
|
||||
|
||||
.zammad-chat-agent {
|
||||
float: left;
|
||||
}
|
||||
float: left; }
|
||||
|
||||
.zammad-chat-header-controls {
|
||||
float: right;
|
||||
}
|
||||
float: right; }
|
||||
|
||||
.zammad-chat-agent-avatar {
|
||||
border-radius: 100%;
|
||||
margin-right: 0.6em;
|
||||
float: left;
|
||||
width: 2.5em;
|
||||
}
|
||||
width: 2.5em; }
|
||||
|
||||
.zammad-chat-agent-name {
|
||||
font-weight: bold;
|
||||
}
|
||||
font-weight: bold; }
|
||||
|
||||
.zammad-chat-agent-status {
|
||||
margin: 0.25em 1em;
|
||||
|
@ -148,8 +117,7 @@
|
|||
padding: 0 0.7em;
|
||||
border-radius: 1em;
|
||||
background: rgba(0, 0, 0, 0.1);
|
||||
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04) inset;
|
||||
}
|
||||
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04) inset; }
|
||||
|
||||
.zammad-chat-agent-status::before {
|
||||
content: '';
|
||||
|
@ -161,29 +129,22 @@
|
|||
position: relative;
|
||||
margin-right: 0.3em;
|
||||
vertical-align: middle;
|
||||
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04) inset;
|
||||
}
|
||||
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04) inset; }
|
||||
|
||||
.zammad-chat-agent-status[data-status='online']::before {
|
||||
background: #52c782;
|
||||
}
|
||||
background: #52c782; }
|
||||
|
||||
.zammad-chat-agent-status[data-status='connecting']::before {
|
||||
animation: linear connect-fade 600ms infinite alternate;
|
||||
background: #faab00;
|
||||
}
|
||||
background: #faab00; }
|
||||
|
||||
@keyframes connect-fade {
|
||||
from {
|
||||
opacity: 0.5;
|
||||
transform: scale(0.6);
|
||||
}
|
||||
|
||||
transform: scale(0.6); }
|
||||
to {
|
||||
opacity: 1;
|
||||
transform: scale(1);
|
||||
}
|
||||
}
|
||||
transform: scale(1); } }
|
||||
|
||||
.zammad-chat-modal {
|
||||
position: absolute;
|
||||
|
@ -201,31 +162,22 @@
|
|||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
-ms-flex-pack: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
justify-content: center; }
|
||||
.zammad-chat-modal:empty {
|
||||
display: none;
|
||||
}
|
||||
display: none; }
|
||||
|
||||
.zammad-chat-modal-text {
|
||||
font-size: 1.3em;
|
||||
line-height: 1.45;
|
||||
}
|
||||
|
||||
line-height: 1.45; }
|
||||
.zammad-chat-modal-text .zammad-chat-loading-animation {
|
||||
font-size: 0.7em;
|
||||
}
|
||||
|
||||
font-size: 0.7em; }
|
||||
.zammad-chat-modal-text .zammad-chat-button {
|
||||
margin-top: 1em;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
font-size: 0.8em; }
|
||||
|
||||
.zammad-chat-modal .zammad-chat-loading-animation {
|
||||
margin-right: 8px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
vertical-align: middle; }
|
||||
|
||||
.zammad-scroll-hint {
|
||||
background: #f9fafa;
|
||||
|
@ -235,18 +187,14 @@
|
|||
align-items: center;
|
||||
border-bottom: 1px solid #e8e8e8;
|
||||
padding: 7px 10px 6px;
|
||||
color: #999;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
color: #999999;
|
||||
cursor: pointer; }
|
||||
.zammad-scroll-hint.is-hidden {
|
||||
display: none;
|
||||
}
|
||||
display: none; }
|
||||
|
||||
.zammad-scroll-hint-icon {
|
||||
fill: #c4c7ca;
|
||||
margin-right: 8px;
|
||||
}
|
||||
margin-right: 8px; }
|
||||
|
||||
.zammad-chat-body {
|
||||
padding: 0.5em 1em;
|
||||
|
@ -256,42 +204,33 @@
|
|||
flex: 1;
|
||||
display: none;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
overscroll-behavior: contain;
|
||||
}
|
||||
|
||||
overscroll-behavior: contain; }
|
||||
@media only screen and (max-width: 768px) {
|
||||
.zammad-chat-body {
|
||||
height: auto;
|
||||
-ms-flex: 1;
|
||||
flex: 1;
|
||||
}
|
||||
}
|
||||
flex: 1; } }
|
||||
|
||||
.zammad-chat-is-open .zammad-chat-body {
|
||||
display: block;
|
||||
}
|
||||
display: block; }
|
||||
|
||||
.zammad-chat-timestamp {
|
||||
text-align: center;
|
||||
color: #999;
|
||||
color: #999999;
|
||||
font-size: 0.9em;
|
||||
margin: 1em 0;
|
||||
}
|
||||
margin: 1em 0; }
|
||||
|
||||
.zammad-chat-status {
|
||||
margin: 1em 0;
|
||||
text-align: center;
|
||||
}
|
||||
text-align: center; }
|
||||
|
||||
.zammad-chat-message {
|
||||
margin: 0.5em 0;
|
||||
}
|
||||
margin: 0.5em 0; }
|
||||
|
||||
.zammad-chat-message-body {
|
||||
white-space: pre-line;
|
||||
word-wrap: break-word;
|
||||
border-radius: 1em;
|
||||
}
|
||||
border-radius: 1em; }
|
||||
|
||||
.zammad-chat-status-inner,
|
||||
.zammad-chat-message-body {
|
||||
|
@ -300,40 +239,31 @@
|
|||
background: #ededed;
|
||||
display: inline-block;
|
||||
max-width: 70%;
|
||||
box-shadow: 0 2px rgba(255, 255, 255, 0.15) inset,
|
||||
0 0 0 1px rgba(0, 0, 0, 0.08) inset, 0 1px rgba(0, 0, 0, 0.02);
|
||||
}
|
||||
box-shadow: 0 2px rgba(255, 255, 255, 0.15) inset, 0 0 0 1px rgba(0, 0, 0, 0.08) inset, 0 1px rgba(0, 0, 0, 0.02); }
|
||||
|
||||
.zammad-chat-status-inner {
|
||||
background: #eee;
|
||||
border-radius: 0.5em;
|
||||
}
|
||||
border-radius: 0.5em; }
|
||||
|
||||
.zammad-chat-message--customer {
|
||||
text-align: right;
|
||||
}
|
||||
text-align: right; }
|
||||
|
||||
.zammad-chat-message--customer + .zammad-chat-message--agent,
|
||||
.zammad-chat-message--agent + .zammad-chat-message--customer {
|
||||
margin-top: 1em;
|
||||
}
|
||||
margin-top: 1em; }
|
||||
|
||||
.zammad-chat-message--customer .zammad-chat-message-body {
|
||||
background: #379ad7;
|
||||
color: white;
|
||||
}
|
||||
color: white; }
|
||||
|
||||
.zammad-chat-message--unread {
|
||||
font-weight: bold;
|
||||
}
|
||||
font-weight: bold; }
|
||||
|
||||
.zammad-chat-message--typing .zammad-chat-message-body {
|
||||
white-space: normal;
|
||||
}
|
||||
white-space: normal; }
|
||||
|
||||
.zammad-chat-loading-animation {
|
||||
display: inline-block;
|
||||
}
|
||||
display: inline-block; }
|
||||
|
||||
.zammad-chat-loading-circle {
|
||||
background: #d9d9d9;
|
||||
|
@ -341,30 +271,23 @@
|
|||
height: 0.55em;
|
||||
width: 0.55em;
|
||||
display: inline-block;
|
||||
animation: ease-in-out load-fade 600ms infinite alternate;
|
||||
}
|
||||
animation: ease-in-out load-fade 600ms infinite alternate; }
|
||||
|
||||
.zammad-chat-loading-circle + .zammad-chat-loading-circle {
|
||||
animation-delay: 0.13s;
|
||||
}
|
||||
animation-delay: 0.13s; }
|
||||
|
||||
.zammad-chat-loading-circle
|
||||
+ .zammad-chat-loading-circle
|
||||
+ .zammad-chat-loading-circle {
|
||||
animation-delay: 0.26s;
|
||||
}
|
||||
animation-delay: 0.26s; }
|
||||
|
||||
@keyframes load-fade {
|
||||
from {
|
||||
opacity: 0.5;
|
||||
transform: scale(0.6);
|
||||
}
|
||||
|
||||
transform: scale(0.6); }
|
||||
67% {
|
||||
opacity: 1;
|
||||
transform: scale(1);
|
||||
}
|
||||
}
|
||||
transform: scale(1); } }
|
||||
|
||||
.zammad-chat-controls {
|
||||
overflow: hidden;
|
||||
|
@ -377,13 +300,11 @@
|
|||
line-height: 1.4em;
|
||||
box-shadow: 0 1px rgba(0, 0, 0, 0.01), 0 -1px rgba(0, 0, 0, 0.02);
|
||||
position: relative;
|
||||
background: white;
|
||||
}
|
||||
background: white; }
|
||||
|
||||
.zammad-chat-is-open .zammad-chat-controls {
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
}
|
||||
display: flex; }
|
||||
|
||||
.zammad-chat-input {
|
||||
margin: 0;
|
||||
|
@ -404,12 +325,10 @@
|
|||
outline: none;
|
||||
-ms-flex: 1;
|
||||
flex: 1;
|
||||
overflow: auto;
|
||||
}
|
||||
overflow: auto; }
|
||||
|
||||
.zammad-chat-input::-webkit-input-placeholder {
|
||||
color: #d9d9d9;
|
||||
}
|
||||
color: #d9d9d9; }
|
||||
|
||||
.zammad-chat-button {
|
||||
-webkit-appearance: none;
|
||||
|
@ -425,44 +344,35 @@
|
|||
cursor: pointer;
|
||||
border: none;
|
||||
border-radius: 1.5em;
|
||||
box-shadow: 0 2px rgba(255, 255, 255, 0.25) inset,
|
||||
0 0 0 1px rgba(0, 0, 0, 0.1) inset, 0 1px rgba(0, 0, 0, 0.1);
|
||||
box-shadow: 0 2px rgba(255, 255, 255, 0.25) inset, 0 0 0 1px rgba(0, 0, 0, 0.1) inset, 0 1px rgba(0, 0, 0, 0.1);
|
||||
outline: none;
|
||||
display: inline-block;
|
||||
}
|
||||
display: inline-block; }
|
||||
|
||||
.zammad-chat-send {
|
||||
float: right;
|
||||
}
|
||||
float: right; }
|
||||
|
||||
.zammad-chat-button:disabled,
|
||||
.zammad-chat-input:disabled {
|
||||
cursor: not-allowed;
|
||||
opacity: 0.3;
|
||||
}
|
||||
opacity: 0.3; }
|
||||
|
||||
.zammad-chat-is-hidden {
|
||||
display: none;
|
||||
}
|
||||
display: none; }
|
||||
|
||||
/*
|
||||
# Flat Design
|
||||
*/
|
||||
.zammad-chat--flat .zammad-chat-header,
|
||||
.zammad-chat--flat .zammad-chat-body {
|
||||
border: none;
|
||||
}
|
||||
border: none; }
|
||||
|
||||
.zammad-chat--flat .zammad-chat-header {
|
||||
box-shadow: none;
|
||||
}
|
||||
box-shadow: none; }
|
||||
|
||||
.zammad-chat--flat .zammad-chat-message-body {
|
||||
box-shadow: none;
|
||||
}
|
||||
box-shadow: none; }
|
||||
|
||||
.zammad-chat--flat .zammad-chat-agent-status,
|
||||
.zammad-chat--flat .zammad-chat-button,
|
||||
.zammad-chat--flat .zammad-chat-status {
|
||||
box-shadow: none;
|
||||
}
|
||||
box-shadow: none; }
|
||||
|
|
File diff suppressed because one or more lines are too long
2
public/assets/chat/chat.min.js
vendored
2
public/assets/chat/chat.min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -4,4 +4,4 @@ cd "${GULP_DIR}" || exit
|
|||
|
||||
yarn
|
||||
|
||||
gulp js css no-jquery
|
||||
npx gulp js css no-jquery
|
||||
|
|
|
@ -5,7 +5,6 @@ ENV GULP_DIR "/tmp/gulp"
|
|||
RUN apk update && apk add bash
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
CMD bash # If you want to override CMD
|
||||
RUN npm install -g gulp
|
||||
|
||||
COPY docker-entrypoint.sh /
|
||||
|
||||
|
|
|
@ -4,4 +4,4 @@ cd "${GULP_DIR}" || exit
|
|||
|
||||
yarn
|
||||
|
||||
gulp svgstore
|
||||
npx gulp svgstore
|
||||
|
|
Loading…
Reference in a new issue