mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-22 17:38:10 +01:00
Faster incremental builds
This commit is contained in:
@@ -53,6 +53,7 @@ import type { WidthBreakpoint } from '../_util.js';
|
||||
import { OutgoingGiftBadgeModal } from '../OutgoingGiftBadgeModal.js';
|
||||
import { createLogger } from '../../logging/log.js';
|
||||
import { StoryViewModeType } from '../../types/Stories.js';
|
||||
import { GiftBadgeStates } from '../../types/GiftBadgeStates.js';
|
||||
import type {
|
||||
AttachmentForUIType,
|
||||
AttachmentType,
|
||||
@@ -71,7 +72,7 @@ import {
|
||||
isImageAttachment,
|
||||
isPlayed,
|
||||
isVideo,
|
||||
} from '../../types/Attachment.js';
|
||||
} from '../../util/Attachment.js';
|
||||
import type { EmbeddedContactForUIType } from '../../types/EmbeddedContact.js';
|
||||
|
||||
import { getIncrement } from '../../util/timer.js';
|
||||
@@ -208,13 +209,6 @@ export type AudioAttachmentProps = {
|
||||
onCorrupted(): void;
|
||||
};
|
||||
|
||||
export enum GiftBadgeStates {
|
||||
Unopened = 'Unopened',
|
||||
Opened = 'Opened',
|
||||
Redeemed = 'Redeemed',
|
||||
Failed = 'Failed',
|
||||
}
|
||||
|
||||
export type GiftBadgeType =
|
||||
| {
|
||||
state:
|
||||
|
||||
Reference in New Issue
Block a user