Refactor outbound delivery state

This commit is contained in:
Evan Hahn 2021-07-09 16:38:51 -05:00 committed by GitHub
parent 831ec98418
commit 9c48a95eb5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
29 changed files with 3200 additions and 697 deletions

View file

@ -3230,7 +3230,7 @@ button.module-conversation-details__action-button {
margin-bottom: 2px;
}
.module-message-detail__contact__status-icon--sending {
.module-message-detail__contact__status-icon--Pending {
animation: module-message-detail__contact__status-icon--spinning 4s linear
infinite;
@ -3249,7 +3249,7 @@ button.module-conversation-details__action-button {
}
}
.module-message-detail__contact__status-icon--sent {
.module-message-detail__contact__status-icon--Sent {
@include light-theme {
@include color-svg('../images/check-circle-outline.svg', $color-gray-60);
}
@ -3257,7 +3257,7 @@ button.module-conversation-details__action-button {
@include color-svg('../images/check-circle-outline.svg', $color-gray-25);
}
}
.module-message-detail__contact__status-icon--delivered {
.module-message-detail__contact__status-icon--Delivered {
width: 18px;
@include light-theme {
@ -3267,7 +3267,8 @@ button.module-conversation-details__action-button {
@include color-svg('../images/double-check.svg', $color-gray-25);
}
}
.module-message-detail__contact__status-icon--read {
.module-message-detail__contact__status-icon--Read,
.module-message-detail__contact__status-icon--Viewed {
width: 18px;
@include light-theme {
@ -3277,7 +3278,7 @@ button.module-conversation-details__action-button {
@include color-svg('../images/read.svg', $color-gray-25);
}
}
.module-message-detail__contact__status-icon--error {
.module-message-detail__contact__status-icon--Failed {
@include light-theme {
@include color-svg(
'../images/icons/v2/error-outline-12.svg',