mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-28 04:13:18 +01:00
Introduce TitleTransition notification
This commit is contained in:
@@ -12,7 +12,39 @@ export enum SystemMessageKind {
|
||||
}
|
||||
|
||||
export type PropsType = {
|
||||
icon: string;
|
||||
icon:
|
||||
| 'audio-incoming'
|
||||
| 'audio-missed'
|
||||
| 'audio-outgoing'
|
||||
| 'group'
|
||||
| 'group-access'
|
||||
| 'group-add'
|
||||
| 'group-approved'
|
||||
| 'group-avatar'
|
||||
| 'group-decline'
|
||||
| 'group-edit'
|
||||
| 'group-leave'
|
||||
| 'group-remove'
|
||||
| 'group-summary'
|
||||
| 'info'
|
||||
| 'phone'
|
||||
| 'profile'
|
||||
| 'safety-number'
|
||||
| 'session-refresh'
|
||||
| 'thread'
|
||||
| 'timer'
|
||||
| 'timer-disabled'
|
||||
| 'unsupported'
|
||||
| 'unsupported--can-process'
|
||||
| 'verified'
|
||||
| 'verified-not'
|
||||
| 'video'
|
||||
| 'video-incoming'
|
||||
| 'video-missed'
|
||||
| 'video-outgoing'
|
||||
| 'warning'
|
||||
| 'payment-event'
|
||||
| 'merge';
|
||||
contents: ReactNode;
|
||||
button?: ReactNode;
|
||||
kind?: SystemMessageKind;
|
||||
|
||||
Reference in New Issue
Block a user