Group Typing Bubble Animations

This commit is contained in:
ayumi-signal 2023-09-27 17:23:52 -04:00 committed by GitHub
parent 88df942029
commit 283ef57779
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 565 additions and 209 deletions

View file

@ -1145,7 +1145,7 @@ describe('both/state/selectors/conversations-extra', () => {
title: 'No timestamp',
unreadCount: 1,
isSelected: false,
typingContactIds: [generateUuid()],
typingContactIdTimestamps: { [generateUuid()]: Date.now() },
acceptedMessageRequest: true,
}),
@ -1166,7 +1166,7 @@ describe('both/state/selectors/conversations-extra', () => {
title: 'B',
unreadCount: 1,
isSelected: false,
typingContactIds: [generateUuid()],
typingContactIdTimestamps: { [generateUuid()]: Date.now() },
acceptedMessageRequest: true,
}),
@ -1187,7 +1187,7 @@ describe('both/state/selectors/conversations-extra', () => {
title: 'C',
unreadCount: 1,
isSelected: false,
typingContactIds: [generateUuid()],
typingContactIdTimestamps: { [generateUuid()]: Date.now() },
acceptedMessageRequest: true,
}),
@ -1208,7 +1208,7 @@ describe('both/state/selectors/conversations-extra', () => {
title: 'A',
unreadCount: 1,
isSelected: false,
typingContactIds: [generateUuid()],
typingContactIdTimestamps: { [generateUuid()]: Date.now() },
acceptedMessageRequest: true,
}),
@ -1229,7 +1229,7 @@ describe('both/state/selectors/conversations-extra', () => {
title: 'First!',
unreadCount: 1,
isSelected: false,
typingContactIds: [generateUuid()],
typingContactIdTimestamps: { [generateUuid()]: Date.now() },
acceptedMessageRequest: true,
}),
@ -1271,7 +1271,7 @@ describe('both/state/selectors/conversations-extra', () => {
title: 'Pin Two',
unreadCount: 1,
isSelected: false,
typingContactIds: [generateUuid()],
typingContactIdTimestamps: { [generateUuid()]: Date.now() },
acceptedMessageRequest: true,
}),
@ -1293,7 +1293,7 @@ describe('both/state/selectors/conversations-extra', () => {
title: 'Pin Three',
unreadCount: 1,
isSelected: false,
typingContactIds: [generateUuid()],
typingContactIdTimestamps: { [generateUuid()]: Date.now() },
acceptedMessageRequest: true,
}),
@ -1315,7 +1315,7 @@ describe('both/state/selectors/conversations-extra', () => {
title: 'Pin One',
unreadCount: 1,
isSelected: false,
typingContactIds: [generateUuid()],
typingContactIdTimestamps: { [generateUuid()]: Date.now() },
acceptedMessageRequest: true,
}),
@ -1354,7 +1354,7 @@ describe('both/state/selectors/conversations-extra', () => {
title: 'Pin Two',
unreadCount: 1,
isSelected: false,
typingContactIds: [generateUuid()],
typingContactIdTimestamps: { [generateUuid()]: Date.now() },
acceptedMessageRequest: true,
}),
@ -1375,7 +1375,7 @@ describe('both/state/selectors/conversations-extra', () => {
title: 'Pin Three',
unreadCount: 1,
isSelected: false,
typingContactIds: [generateUuid()],
typingContactIdTimestamps: { [generateUuid()]: Date.now() },
acceptedMessageRequest: true,
}),
@ -1396,7 +1396,7 @@ describe('both/state/selectors/conversations-extra', () => {
title: 'Pin One',
unreadCount: 1,
isSelected: false,
typingContactIds: [generateUuid()],
typingContactIdTimestamps: { [generateUuid()]: Date.now() },
acceptedMessageRequest: true,
}),
@ -1418,7 +1418,7 @@ describe('both/state/selectors/conversations-extra', () => {
title: 'Pin One',
unreadCount: 1,
isSelected: false,
typingContactIds: [generateUuid()],
typingContactIdTimestamps: { [generateUuid()]: Date.now() },
acceptedMessageRequest: true,
}),
@ -1439,7 +1439,7 @@ describe('both/state/selectors/conversations-extra', () => {
title: 'Pin One',
unreadCount: 1,
isSelected: false,
typingContactIds: [generateUuid()],
typingContactIdTimestamps: { [generateUuid()]: Date.now() },
acceptedMessageRequest: true,
}),