From 44076ece7935dea32377dfcd013efe5a5129a8c2 Mon Sep 17 00:00:00 2001 From: Fedor Indutny Date: Thu, 16 Oct 2025 17:33:01 -0700 Subject: [PATCH] Rename files --- app/{EmojiService.ts => EmojiService.main.ts} | 0 ...OptionalResourceService.ts => OptionalResourceService.main.ts} | 0 ...ntDisplaySleepService.ts => PreventDisplaySleepService.std.ts} | 0 app/{SystemTrayService.ts => SystemTrayService.main.ts} | 0 app/{SystemTraySettingCache.ts => SystemTraySettingCache.node.ts} | 0 app/{WindowsNotifications.ts => WindowsNotifications.main.ts} | 0 app/{attachment_channel.ts => attachment_channel.main.ts} | 0 app/{attachments.ts => attachments.node.ts} | 0 app/{base_config.ts => base_config.node.ts} | 0 app/{config.ts => config.main.ts} | 0 app/{crashReports.ts => crashReports.main.ts} | 0 app/{dns-fallback.ts => dns-fallback.node.ts} | 0 app/{ephemeral_config.ts => ephemeral_config.main.ts} | 0 app/{global_errors.ts => global_errors.main.ts} | 0 app/{locale.ts => locale.main.ts} | 0 app/{main.ts => main.main.ts} | 0 app/{menu.ts => menu.std.ts} | 0 app/{permissions.ts => permissions.std.ts} | 0 app/{protocol_filter.ts => protocol_filter.node.ts} | 0 app/{renderWindowsToast.tsx => renderWindowsToast.dom.tsx} | 0 app/{spell_check.ts => spell_check.main.ts} | 0 app/{sql_channel.ts => sql_channel.main.ts} | 0 app/{startup_config.ts => startup_config.main.ts} | 0 app/{updateDefaultSession.ts => updateDefaultSession.main.ts} | 0 app/{user_config.ts => user_config.main.ts} | 0 app/{window_state.ts => window_state.std.ts} | 0 build/intl-linter/{linter.ts => linter.node.ts} | 0 build/intl-linter/rules/{icuPrefix.ts => icuPrefix.std.ts} | 0 .../rules/{noLegacyVariables.ts => noLegacyVariables.std.ts} | 0 .../rules/{noNestedChoice.ts => noNestedChoice.std.ts} | 0 build/intl-linter/rules/{noOffset.ts => noOffset.std.ts} | 0 build/intl-linter/rules/{noOneChoice.ts => noOneChoice.std.ts} | 0 build/intl-linter/rules/{noOrdinal.ts => noOrdinal.std.ts} | 0 build/intl-linter/rules/{onePlural.ts => onePlural.std.ts} | 0 build/intl-linter/rules/{pluralPound.ts => pluralPound.std.ts} | 0 build/intl-linter/rules/{wrapEmoji.ts => wrapEmoji.std.ts} | 0 build/intl-linter/utils/{rule.ts => rule.std.ts} | 0 build/intl-linter/utils/{traverse.ts => traverse.std.ts} | 0 ts/{AttachmentCrypto.ts => AttachmentCrypto.node.ts} | 0 ts/{Bytes.ts => Bytes.std.ts} | 0 ts/{CI.ts => CI.preload.ts} | 0 ...rkConversationOpen.ts => benchmarkConversationOpen.preload.ts} | 0 ...onversationController.ts => ConversationController.preload.ts} | 0 ts/{Crypto.ts => Crypto.node.ts} | 0 ts/{Curve.ts => Curve.node.ts} | 0 ts/{IdleDetector.ts => IdleDetector.preload.ts} | 0 ts/{LibSignalStores.ts => LibSignalStores.preload.ts} | 0 ts/{MessageSeenStatus.ts => MessageSeenStatus.std.ts} | 0 ts/{RemoteConfig.ts => RemoteConfig.dom.ts} | 0 ts/{SignalProtocolStore.ts => SignalProtocolStore.preload.ts} | 0 ts/{Timers.ts => Timers.dom.ts} | 0 ts/{WebAudioRecorder.ts => WebAudioRecorder.std.ts} | 0 .../{AriaClickable.stories.tsx => AriaClickable.dom.stories.tsx} | 0 ts/axo/{AriaClickable.tsx => AriaClickable.dom.tsx} | 0 ts/axo/{AxoBadge.stories.tsx => AxoBadge.dom.stories.tsx} | 0 ts/axo/{AxoBadge.tsx => AxoBadge.dom.tsx} | 0 ts/axo/{AxoButton.stories.tsx => AxoButton.dom.stories.tsx} | 0 ts/axo/{AxoButton.tsx => AxoButton.dom.tsx} | 0 ts/axo/{AxoCheckbox.stories.tsx => AxoCheckbox.dom.stories.tsx} | 0 ts/axo/{AxoCheckbox.tsx => AxoCheckbox.dom.tsx} | 0 ...{AxoContextMenu.stories.tsx => AxoContextMenu.dom.stories.tsx} | 0 ts/axo/{AxoContextMenu.tsx => AxoContextMenu.dom.tsx} | 0 ...xoDropdownMenu.stories.tsx => AxoDropdownMenu.dom.stories.tsx} | 0 ts/axo/{AxoDropdownMenu.tsx => AxoDropdownMenu.dom.tsx} | 0 ...{AxoMenuBuilder.stories.tsx => AxoMenuBuilder.dom.stories.tsx} | 0 ts/axo/{AxoMenuBuilder.tsx => AxoMenuBuilder.dom.tsx} | 0 ts/axo/{AxoProvider.tsx => AxoProvider.dom.tsx} | 0 ...tedControl.stories.tsx => AxoSegmentedControl.dom.stories.tsx} | 0 ts/axo/{AxoSegmentedControl.tsx => AxoSegmentedControl.dom.tsx} | 0 ts/axo/{AxoSelect.stories.tsx => AxoSelect.dom.stories.tsx} | 0 ts/axo/{AxoSelect.tsx => AxoSelect.dom.tsx} | 0 ts/axo/{AxoSwitch.stories.tsx => AxoSwitch.dom.stories.tsx} | 0 ts/axo/{AxoSwitch.tsx => AxoSwitch.dom.tsx} | 0 ts/axo/{AxoSymbol.stories.tsx => AxoSymbol.dom.stories.tsx} | 0 ts/axo/{AxoSymbol.tsx => AxoSymbol.dom.tsx} | 0 .../{AriaLabellingContext.tsx => AriaLabellingContext.dom.tsx} | 0 ts/axo/_internal/{AxoBaseMenu.tsx => AxoBaseMenu.dom.tsx} | 0 ...xoBaseSegmentedControl.tsx => AxoBaseSegmentedControl.dom.tsx} | 0 ...{AxoSymbolDefs.generated.ts => AxoSymbolDefs.generated.std.ts} | 0 ts/axo/_internal/{assert.tsx => assert.dom.tsx} | 0 ts/axo/{tw.tsx => tw.dom.tsx} | 0 ts/{background.ts => background.preload.ts} | 0 ts/badges/{BadgeCategory.ts => BadgeCategory.std.ts} | 0 ts/badges/{BadgeImageTheme.ts => BadgeImageTheme.std.ts} | 0 ...ImageFileDownloader.ts => badgeImageFileDownloader.preload.ts} | 0 ...dgeImageFileLocalPath.ts => getBadgeImageFileLocalPath.std.ts} | 0 ...sBadgeImageFileUrlValid.ts => isBadgeImageFileUrlValid.std.ts} | 0 ts/badges/{isBadgeVisible.ts => isBadgeVisible.std.ts} | 0 .../{parseBadgesFromServer.ts => parseBadgesFromServer.std.ts} | 0 ts/badges/{types.ts => types.std.ts} | 0 ts/calling/{VideoSupport.ts => VideoSupport.preload.ts} | 0 ts/calling/{constants.ts => constants.std.ts} | 0 .../{findBestMatchingDevice.ts => findBestMatchingDevice.std.ts} | 0 ts/calling/{truncateAudioLevel.ts => truncateAudioLevel.std.ts} | 0 ...seGetCallingFrameBuffer.ts => useGetCallingFrameBuffer.std.ts} | 0 ts/{challenge.ts => challenge.dom.ts} | 0 ts/components/{About.stories.tsx => About.dom.stories.tsx} | 0 ts/components/{About.tsx => About.dom.tsx} | 0 ...alog.stories.tsx => AddGroupMemberErrorDialog.dom.stories.tsx} | 0 ...oupMemberErrorDialog.tsx => AddGroupMemberErrorDialog.dom.tsx} | 0 ...dal.stories.tsx => AddUserToAnotherGroupModal.dom.stories.tsx} | 0 ...ToAnotherGroupModal.tsx => AddUserToAnotherGroupModal.dom.tsx} | 0 ts/components/{Alert.stories.tsx => Alert.dom.stories.tsx} | 0 ts/components/{Alert.tsx => Alert.dom.tsx} | 0 ...mojiGalore.stories.tsx => AnimatedEmojiGalore.dom.stories.tsx} | 0 .../{AnimatedEmojiGalore.tsx => AnimatedEmojiGalore.dom.tsx} | 0 ...tsOnlyGroupBanner.tsx => AnnouncementsOnlyGroupBanner.dom.tsx} | 0 ts/components/{App.tsx => App.preload.tsx} | 0 .../{AutoSizeInput.stories.tsx => AutoSizeInput.dom.stories.tsx} | 0 ts/components/{AutoSizeInput.tsx => AutoSizeInput.dom.tsx} | 0 ts/components/{AutoSizeTextArea.tsx => AutoSizeTextArea.dom.tsx} | 0 ts/components/{Avatar.stories.tsx => Avatar.dom.stories.tsx} | 0 ts/components/{Avatar.tsx => Avatar.dom.tsx} | 0 ...rColorPicker.stories.tsx => AvatarColorPicker.dom.stories.tsx} | 0 .../{AvatarColorPicker.tsx => AvatarColorPicker.dom.tsx} | 0 .../{AvatarEditor.stories.tsx => AvatarEditor.dom.stories.tsx} | 0 ts/components/{AvatarEditor.tsx => AvatarEditor.dom.tsx} | 0 ...tarIconEditor.stories.tsx => AvatarIconEditor.dom.stories.tsx} | 0 ts/components/{AvatarIconEditor.tsx => AvatarIconEditor.dom.tsx} | 0 ...{AvatarLightbox.stories.tsx => AvatarLightbox.dom.stories.tsx} | 0 ts/components/{AvatarLightbox.tsx => AvatarLightbox.dom.tsx} | 0 ...odalButtons.stories.tsx => AvatarModalButtons.dom.stories.tsx} | 0 .../{AvatarModalButtons.tsx => AvatarModalButtons.dom.tsx} | 0 .../{AvatarPreview.stories.tsx => AvatarPreview.dom.stories.tsx} | 0 ts/components/{AvatarPreview.tsx => AvatarPreview.dom.tsx} | 0 ts/components/{AvatarSpacer.tsx => AvatarSpacer.dom.tsx} | 0 ...tarTextEditor.stories.tsx => AvatarTextEditor.dom.stories.tsx} | 0 ts/components/{AvatarTextEditor.tsx => AvatarTextEditor.dom.tsx} | 0 ...ploadButton.stories.tsx => AvatarUploadButton.dom.stories.tsx} | 0 .../{AvatarUploadButton.tsx => AvatarUploadButton.dom.tsx} | 0 ...lureModal.stories.tsx => BackfillFailureModal.dom.stories.tsx} | 0 .../{BackfillFailureModal.tsx => BackfillFailureModal.dom.tsx} | 0 ...og.tsx => BackupMediaDownloadCancelConfirmationDialog.dom.tsx} | 0 ...ss.stories.tsx => BackupMediaDownloadProgress.dom.stories.tsx} | 0 ...iaDownloadProgress.tsx => BackupMediaDownloadProgress.dom.tsx} | 0 ...ssSettings.tsx => BackupMediaDownloadProgressSettings.dom.tsx} | 0 .../{BadgeCarouselIndex.tsx => BadgeCarouselIndex.dom.tsx} | 0 ...geDescription.stories.tsx => BadgeDescription.dom.stories.tsx} | 0 ts/components/{BadgeDescription.tsx => BadgeDescription.dom.tsx} | 0 .../{BadgeDialog.stories.tsx => BadgeDialog.dom.stories.tsx} | 0 ts/components/{BadgeDialog.tsx => BadgeDialog.dom.tsx} | 0 ts/components/{BadgeImage.tsx => BadgeImage.dom.tsx} | 0 ...uctionsDialog.tsx => BadgeSustainerInstructionsDialog.dom.tsx} | 0 .../{BetterAvatar.stories.tsx => BetterAvatar.dom.stories.tsx} | 0 ts/components/{BetterAvatar.tsx => BetterAvatar.dom.tsx} | 0 ...vatarBubble.stories.tsx => BetterAvatarBubble.dom.stories.tsx} | 0 .../{BetterAvatarBubble.tsx => BetterAvatarBubble.dom.tsx} | 0 .../{BrandedQRCode.stories.tsx => BrandedQRCode.dom.stories.tsx} | 0 ts/components/{BrandedQRCode.tsx => BrandedQRCode.dom.tsx} | 0 ts/components/{Button.stories.tsx => Button.dom.stories.tsx} | 0 ts/components/{Button.tsx => Button.dom.tsx} | 0 .../{CallBackgroundBlur.tsx => CallBackgroundBlur.dom.tsx} | 0 ...NameModal.stories.tsx => CallLinkAddNameModal.dom.stories.tsx} | 0 .../{CallLinkAddNameModal.tsx => CallLinkAddNameModal.dom.tsx} | 0 ...allLinkDetails.stories.tsx => CallLinkDetails.dom.stories.tsx} | 0 ts/components/{CallLinkDetails.tsx => CallLinkDetails.dom.tsx} | 0 ...inkEditModal.stories.tsx => CallLinkEditModal.dom.stories.tsx} | 0 .../{CallLinkEditModal.tsx => CallLinkEditModal.dom.tsx} | 0 ...tories.tsx => CallLinkPendingParticipantModal.dom.stories.tsx} | 0 ...rticipantModal.tsx => CallLinkPendingParticipantModal.dom.tsx} | 0 ...kRestrictionsSelect.tsx => CallLinkRestrictionsSelect.dom.tsx} | 0 .../{CallManager.stories.tsx => CallManager.dom.stories.tsx} | 0 ts/components/{CallManager.tsx => CallManager.dom.tsx} | 0 ...creen.stories.tsx => CallNeedPermissionScreen.dom.stories.tsx} | 0 ...lNeedPermissionScreen.tsx => CallNeedPermissionScreen.dom.tsx} | 0 .../{CallParticipantCount.tsx => CallParticipantCount.dom.tsx} | 0 .../{CallReactionBurst.tsx => CallReactionBurst.dom.tsx} | 0 ...{CallReactionBurstEmoji.tsx => CallReactionBurstEmoji.dom.tsx} | 0 .../{CallScreen.stories.tsx => CallScreen.dom.stories.tsx} | 0 ts/components/{CallScreen.tsx => CallScreen.dom.tsx} | 0 ...cCallInfo.stories.tsx => CallingAdhocCallInfo.dom.stories.tsx} | 0 .../{CallingAdhocCallInfo.tsx => CallingAdhocCallInfo.dom.tsx} | 0 ...ndicator.stories.tsx => CallingAudioIndicator.dom.stories.tsx} | 0 .../{CallingAudioIndicator.tsx => CallingAudioIndicator.dom.tsx} | 0 .../{CallingButton.stories.tsx => CallingButton.dom.stories.tsx} | 0 ts/components/{CallingButton.tsx => CallingButton.dom.tsx} | 0 ...lection.stories.tsx => CallingDeviceSelection.dom.stories.tsx} | 0 ...{CallingDeviceSelection.tsx => CallingDeviceSelection.dom.tsx} | 0 .../{CallingHeader.stories.tsx => CallingHeader.dom.stories.tsx} | 0 ts/components/{CallingHeader.tsx => CallingHeader.dom.tsx} | 0 .../{CallingLobby.stories.tsx => CallingLobby.dom.stories.tsx} | 0 ts/components/{CallingLobby.tsx => CallingLobby.dom.tsx} | 0 ...{CallingLobbyJoinButton.tsx => CallingLobbyJoinButton.dom.tsx} | 0 ...tsList.stories.tsx => CallingParticipantsList.dom.stories.tsx} | 0 ...allingParticipantsList.tsx => CallingParticipantsList.dom.tsx} | 0 ...nts.stories.tsx => CallingPendingParticipants.dom.stories.tsx} | 0 ...PendingParticipants.tsx => CallingPendingParticipants.dom.tsx} | 0 .../{CallingPip.stories.tsx => CallingPip.dom.stories.tsx} | 0 ts/components/{CallingPip.tsx => CallingPip.dom.tsx} | 0 .../{CallingPipRemoteVideo.tsx => CallingPipRemoteVideo.dom.tsx} | 0 ...PreCallInfo.stories.tsx => CallingPreCallInfo.dom.stories.tsx} | 0 .../{CallingPreCallInfo.tsx => CallingPreCallInfo.dom.tsx} | 0 ...ndsList.stories.tsx => CallingRaisedHandsList.dom.stories.tsx} | 0 ...{CallingRaisedHandsList.tsx => CallingRaisedHandsList.dom.tsx} | 0 ...stories.tsx => CallingScreenSharingController.dom.stories.tsx} | 0 ...aringController.tsx => CallingScreenSharingController.dom.tsx} | 0 ...es.tsx => CallingSelectPresentingSourcesModal.dom.stories.tsx} | 0 ...urcesModal.tsx => CallingSelectPresentingSourcesModal.dom.tsx} | 0 ts/components/{CallingToast.tsx => CallingToast.dom.tsx} | 0 .../{CallingToastManager.tsx => CallingToastManager.dom.tsx} | 0 ts/components/{CallsList.tsx => CallsList.preload.tsx} | 0 .../{CallsNewCallButton.tsx => CallsNewCallButton.dom.tsx} | 0 ts/components/{CallsTab.tsx => CallsTab.preload.tsx} | 0 .../{CaptchaDialog.stories.tsx => CaptchaDialog.dom.stories.tsx} | 0 ts/components/{CaptchaDialog.tsx => CaptchaDialog.dom.tsx} | 0 ...hatColorPicker.stories.tsx => ChatColorPicker.dom.stories.tsx} | 0 ts/components/{ChatColorPicker.tsx => ChatColorPicker.dom.tsx} | 0 ts/components/{ChatsTab.stories.tsx => ChatsTab.dom.stories.tsx} | 0 ts/components/{ChatsTab.tsx => ChatsTab.dom.tsx} | 0 ts/components/{Checkbox.stories.tsx => Checkbox.dom.stories.tsx} | 0 ts/components/{Checkbox.tsx => Checkbox.dom.tsx} | 0 ...{CircleCheckbox.stories.tsx => CircleCheckbox.dom.stories.tsx} | 0 ts/components/{CircleCheckbox.tsx => CircleCheckbox.dom.tsx} | 0 .../{ClearingData.stories.tsx => ClearingData.dom.stories.tsx} | 0 ts/components/{ClearingData.tsx => ClearingData.dom.tsx} | 0 ...lidingAvatars.stories.tsx => CollidingAvatars.dom.stories.tsx} | 0 ts/components/{CollidingAvatars.tsx => CollidingAvatars.dom.tsx} | 0 ...ompositionArea.stories.tsx => CompositionArea.dom.stories.tsx} | 0 ts/components/{CompositionArea.tsx => CompositionArea.dom.tsx} | 0 ...positionInput.stories.tsx => CompositionInput.dom.stories.tsx} | 0 ts/components/{CompositionInput.tsx => CompositionInput.dom.tsx} | 0 ...Recording.stories.tsx => CompositionRecording.dom.stories.tsx} | 0 .../{CompositionRecording.tsx => CompositionRecording.dom.tsx} | 0 ...raft.stories.tsx => CompositionRecordingDraft.dom.stories.tsx} | 0 ...sitionRecordingDraft.tsx => CompositionRecordingDraft.dom.tsx} | 0 .../{CompositionTextArea.tsx => CompositionTextArea.dom.tsx} | 0 .../{CompositionUpload.tsx => CompositionUpload.dom.tsx} | 0 ...ardDialog.stories.tsx => ConfirmDiscardDialog.dom.stories.tsx} | 0 .../{ConfirmDiscardDialog.tsx => ConfirmDiscardDialog.dom.tsx} | 0 .../{ConfirmLeaveCallModal.tsx => ConfirmLeaveCallModal.dom.tsx} | 0 ...ationDialog.stories.tsx => ConfirmationDialog.dom.stories.tsx} | 0 .../{ConfirmationDialog.tsx => ConfirmationDialog.dom.tsx} | 0 ts/components/{ContactPill.tsx => ContactPill.dom.tsx} | 0 .../{ContactPills.stories.tsx => ContactPills.dom.stories.tsx} | 0 ts/components/{ContactPills.tsx => ContactPills.dom.tsx} | 0 .../{ContextMenu.stories.tsx => ContextMenu.dom.stories.tsx} | 0 ts/components/{ContextMenu.tsx => ContextMenu.dom.tsx} | 0 ...versationList.stories.tsx => ConversationList.dom.stories.tsx} | 0 ts/components/{ConversationList.tsx => ConversationList.dom.tsx} | 0 ...ryCodeSelect.stories.tsx => CountryCodeSelect.dom.stories.tsx} | 0 .../{CountryCodeSelect.tsx => CountryCodeSelect.dom.tsx} | 0 ...ReportDialog.stories.tsx => CrashReportDialog.dom.stories.tsx} | 0 .../{CrashReportDialog.tsx => CrashReportDialog.dom.tsx} | 0 ...ryDeviceDialog.tsx => CriticalIdlePrimaryDeviceDialog.dom.tsx} | 0 ...stories.tsx => CriticalIdlePrimaryDeviceModal.dom.stories.tsx} | 0 ...maryDeviceModal.tsx => CriticalIdlePrimaryDeviceModal.dom.tsx} | 0 ...mColorEditor.stories.tsx => CustomColorEditor.dom.stories.tsx} | 0 .../{CustomColorEditor.tsx => CustomColorEditor.dom.tsx} | 0 ...ies.tsx => CustomizingPreferredReactionsModal.dom.stories.tsx} | 0 ...ctionsModal.tsx => CustomizingPreferredReactionsModal.dom.tsx} | 0 ...gErrorModal.stories.tsx => DebugLogErrorModal.dom.stories.tsx} | 0 .../{DebugLogErrorModal.tsx => DebugLogErrorModal.dom.tsx} | 0 ...{DebugLogWindow.stories.tsx => DebugLogWindow.dom.stories.tsx} | 0 ts/components/{DebugLogWindow.tsx => DebugLogWindow.dom.tsx} | 0 ...rmationDialog.tsx => DeleteMessagesConfirmationDialog.dom.tsx} | 0 ...sagesModal.stories.tsx => DeleteMessagesModal.dom.stories.tsx} | 0 .../{DeleteMessagesModal.tsx => DeleteMessagesModal.dom.tsx} | 0 ...xpiredBuild.stories.tsx => DialogExpiredBuild.dom.stories.tsx} | 0 .../{DialogExpiredBuild.tsx => DialogExpiredBuild.dom.tsx} | 0 ...workStatus.stories.tsx => DialogNetworkStatus.dom.stories.tsx} | 0 .../{DialogNetworkStatus.tsx => DialogNetworkStatus.dom.tsx} | 0 .../{DialogRelink.stories.tsx => DialogRelink.dom.stories.tsx} | 0 ts/components/{DialogRelink.tsx => DialogRelink.dom.tsx} | 0 .../{DialogUpdate.stories.tsx => DialogUpdate.dom.stories.tsx} | 0 ts/components/{DialogUpdate.tsx => DialogUpdate.dom.tsx} | 0 ...lRemoteParticipant.tsx => DirectCallRemoteParticipant.dom.tsx} | 0 ...eDialog.stories.tsx => DisappearingTimeDialog.dom.stories.tsx} | 0 ...{DisappearingTimeDialog.tsx => DisappearingTimeDialog.dom.tsx} | 0 ...Select.stories.tsx => DisappearingTimerSelect.dom.stories.tsx} | 0 ...isappearingTimerSelect.tsx => DisappearingTimerSelect.dom.tsx} | 0 ...nErrorModal.stories.tsx => DonationErrorModal.dom.stories.tsx} | 0 .../{DonationErrorModal.tsx => DonationErrorModal.dom.tsx} | 0 ...Modal.stories.tsx => DonationInterruptedModal.dom.stories.tsx} | 0 ...ationInterruptedModal.tsx => DonationInterruptedModal.dom.tsx} | 0 ...formationModal.tsx => DonationPrivacyInformationModal.dom.tsx} | 0 ...essModal.stories.tsx => DonationProgressModal.dom.stories.tsx} | 0 .../{DonationProgressModal.tsx => DonationProgressModal.dom.tsx} | 0 ...l.stories.tsx => DonationStillProcessingModal.dom.stories.tsx} | 0 ...llProcessingModal.tsx => DonationStillProcessingModal.dom.tsx} | 0 ...hanksModal.stories.tsx => DonationThanksModal.dom.stories.tsx} | 0 .../{DonationThanksModal.tsx => DonationThanksModal.dom.tsx} | 0 ...odal.stories.tsx => DonationVerificationModal.dom.stories.tsx} | 0 ...ionVerificationModal.tsx => DonationVerificationModal.dom.tsx} | 0 ...{DonationsErrorBoundary.tsx => DonationsErrorBoundary.dom.tsx} | 0 ...Modal.stories.tsx => DraftGifMessageSendModal.dom.stories.tsx} | 0 ...ftGifMessageSendModal.tsx => DraftGifMessageSendModal.dom.tsx} | 0 ...tHistoryMessagesModal.tsx => EditHistoryMessagesModal.dom.tsx} | 0 ...Modal.stories.tsx => EditNicknameAndNoteModal.dom.stories.tsx} | 0 ...tNicknameAndNoteModal.tsx => EditNicknameAndNoteModal.dom.tsx} | 0 ts/components/{ErrorBoundary.tsx => ErrorBoundary.dom.tsx} | 0 .../{ErrorModal.stories.tsx => ErrorModal.dom.stories.tsx} | 0 ts/components/{ErrorModal.tsx => ErrorModal.dom.tsx} | 0 .../{FileThumbnail.stories.tsx => FileThumbnail.dom.stories.tsx} | 0 ts/components/{FileThumbnail.tsx => FileThumbnail.dom.tsx} | 0 ...agesModal.stories.tsx => ForwardMessagesModal.dom.stories.tsx} | 0 .../{ForwardMessagesModal.tsx => ForwardMessagesModal.dom.tsx} | 0 .../{GlobalModalContainer.tsx => GlobalModalContainer.dom.tsx} | 0 ts/components/{GradientDial.tsx => GradientDial.dom.tsx} | 0 ...flowArea.stories.tsx => GroupCallOverflowArea.dom.stories.tsx} | 0 .../{GroupCallOverflowArea.tsx => GroupCallOverflowArea.dom.tsx} | 0 ...ant.stories.tsx => GroupCallRemoteParticipant.dom.stories.tsx} | 0 ...llRemoteParticipant.tsx => GroupCallRemoteParticipant.dom.tsx} | 0 ...RemoteParticipants.tsx => GroupCallRemoteParticipants.dom.tsx} | 0 ...ionInput.stories.tsx => GroupDescriptionInput.dom.stories.tsx} | 0 .../{GroupDescriptionInput.tsx => GroupDescriptionInput.dom.tsx} | 0 .../{GroupDescriptionText.tsx => GroupDescriptionText.dom.tsx} | 0 ts/components/{GroupDialog.tsx => GroupDialog.dom.tsx} | 0 .../{GroupMembersNames.tsx => GroupMembersNames.dom.tsx} | 0 ...roupTitleInput.stories.tsx => GroupTitleInput.dom.stories.tsx} | 0 ts/components/{GroupTitleInput.tsx => GroupTitleInput.dom.tsx} | 0 ...nDialog.stories.tsx => GroupV1MigrationDialog.dom.stories.tsx} | 0 ...{GroupV1MigrationDialog.tsx => GroupV1MigrationDialog.dom.tsx} | 0 ...V2JoinDialog.stories.tsx => GroupV2JoinDialog.dom.stories.tsx} | 0 .../{GroupV2JoinDialog.tsx => GroupV2JoinDialog.dom.tsx} | 0 ts/components/{I18n.stories.tsx => I18n.dom.stories.tsx} | 0 ts/components/{I18n.tsx => I18n.dom.tsx} | 0 .../{IdenticonSVG.stories.tsx => IdenticonSVG.dom.stories.tsx} | 0 ts/components/{IdenticonSVG.tsx => IdenticonSVG.dom.tsx} | 0 ...mageOrBlurhash.stories.tsx => ImageOrBlurhash.dom.stories.tsx} | 0 ts/components/{ImageOrBlurhash.tsx => ImageOrBlurhash.dom.tsx} | 0 ...{InContactsIcon.stories.tsx => InContactsIcon.dom.stories.tsx} | 0 ts/components/{InContactsIcon.tsx => InContactsIcon.dom.tsx} | 0 ts/components/{Inbox.stories.tsx => Inbox.dom.stories.tsx} | 0 ts/components/{Inbox.tsx => Inbox.dom.tsx} | 0 ...ncomingCallBar.stories.tsx => IncomingCallBar.dom.stories.tsx} | 0 ts/components/{IncomingCallBar.tsx => IncomingCallBar.dom.tsx} | 0 ts/components/{Input.stories.tsx => Input.dom.stories.tsx} | 0 ts/components/{Input.tsx => Input.dom.tsx} | 0 ts/components/{InstallScreen.tsx => InstallScreen.dom.tsx} | 0 ts/components/{LeftPane.stories.tsx => LeftPane.dom.stories.tsx} | 0 ts/components/{LeftPane.tsx => LeftPane.dom.tsx} | 0 ...{LeftPaneBanner.stories.tsx => LeftPaneBanner.dom.stories.tsx} | 0 ts/components/{LeftPaneBanner.tsx => LeftPaneBanner.dom.tsx} | 0 ...{LeftPaneDialog.stories.tsx => LeftPaneDialog.dom.stories.tsx} | 0 ts/components/{LeftPaneDialog.tsx => LeftPaneDialog.dom.tsx} | 0 .../{LeftPaneSearchInput.tsx => LeftPaneSearchInput.dom.tsx} | 0 ts/components/{Lightbox.stories.tsx => Lightbox.dom.stories.tsx} | 0 ts/components/{Lightbox.tsx => Lightbox.dom.tsx} | 0 ts/components/{ListTile.stories.tsx => ListTile.dom.stories.tsx} | 0 ts/components/{ListTile.tsx => ListTile.dom.tsx} | 0 ts/components/{ListView.tsx => ListView.dom.tsx} | 0 ...gModal.stories.tsx => LocalDeleteWarningModal.dom.stories.tsx} | 0 ...ocalDeleteWarningModal.tsx => LocalDeleteWarningModal.dom.tsx} | 0 ....stories.tsx => LowDiskSpaceBackupImportModal.dom.stories.tsx} | 0 ...ackupImportModal.tsx => LowDiskSpaceBackupImportModal.dom.tsx} | 0 .../{MediaEditor.stories.tsx => MediaEditor.dom.stories.tsx} | 0 ts/components/{MediaEditor.tsx => MediaEditor.dom.tsx} | 0 ...onsModal.stories.tsx => MediaPermissionsModal.dom.stories.tsx} | 0 .../{MediaPermissionsModal.tsx => MediaPermissionsModal.dom.tsx} | 0 ...ySelector.stories.tsx => MediaQualitySelector.dom.stories.tsx} | 0 .../{MediaQualitySelector.tsx => MediaQualitySelector.dom.tsx} | 0 .../{MiniPlayer.stories.tsx => MiniPlayer.dom.stories.tsx} | 0 ts/components/{MiniPlayer.tsx => MiniPlayer.dom.tsx} | 0 ts/components/{Modal.stories.tsx => Modal.dom.stories.tsx} | 0 ts/components/{Modal.tsx => Modal.dom.tsx} | 0 ts/components/{ModalContainer.tsx => ModalContainer.dom.tsx} | 0 ts/components/{ModalHost.tsx => ModalHost.dom.tsx} | 0 .../{MyStories.stories.tsx => MyStories.dom.stories.tsx} | 0 ts/components/{MyStories.tsx => MyStories.dom.tsx} | 0 .../{MyStoryButton.stories.tsx => MyStoryButton.dom.stories.tsx} | 0 ts/components/{MyStoryButton.tsx => MyStoryButton.dom.tsx} | 0 ts/components/{NavSidebar.tsx => NavSidebar.dom.tsx} | 0 ts/components/{NavTabs.stories.tsx => NavTabs.dom.stories.tsx} | 0 ts/components/{NavTabs.tsx => NavTabs.dom.tsx} | 0 ...ionsModal.tsx => NeedsScreenRecordingPermissionsModal.dom.tsx} | 0 ...tsx => NewlyCreatedGroupInvitedContactsDialog.dom.stories.tsx} | 0 ...sDialog.tsx => NewlyCreatedGroupInvitedContactsDialog.dom.tsx} | 0 ...ePreviewModal.stories.tsx => NotePreviewModal.dom.stories.tsx} | 0 ts/components/{NotePreviewModal.tsx => NotePreviewModal.dom.tsx} | 0 ...sMenu.stories.tsx => NotificationProfilesMenu.dom.stories.tsx} | 0 ...ificationProfilesMenu.tsx => NotificationProfilesMenu.dom.tsx} | 0 ...geModal.stories.tsx => OutgoingGiftBadgeModal.dom.stories.tsx} | 0 ...{OutgoingGiftBadgeModal.tsx => OutgoingGiftBadgeModal.dom.tsx} | 0 ts/components/{PermissionsPopup.tsx => PermissionsPopup.dom.tsx} | 0 ...{PlaybackButton.stories.tsx => PlaybackButton.dom.stories.tsx} | 0 ts/components/{PlaybackButton.tsx => PlaybackButton.dom.tsx} | 0 .../{PlaybackRateButton.tsx => PlaybackRateButton.dom.tsx} | 0 .../{Preferences.stories.tsx => Preferences.dom.stories.tsx} | 0 ts/components/{Preferences.tsx => Preferences.dom.tsx} | 0 ...ferencesBackupDetails.tsx => PreferencesBackupDetails.dom.tsx} | 0 .../{PreferencesBackups.tsx => PreferencesBackups.dom.tsx} | 0 .../{PreferencesDonateFlow.tsx => PreferencesDonateFlow.dom.tsx} | 0 .../{PreferencesDonations.tsx => PreferencesDonations.dom.tsx} | 0 .../{PreferencesInternal.tsx => PreferencesInternal.dom.tsx} | 0 ...referencesLocalBackups.tsx => PreferencesLocalBackups.dom.tsx} | 0 ...cationProfiles.tsx => PreferencesNotificationProfiles.dom.tsx} | 0 ts/components/{PreferencesUtil.tsx => PreferencesUtil.dom.tsx} | 0 .../{ProfileEditor.stories.tsx => ProfileEditor.dom.stories.tsx} | 0 ts/components/{ProfileEditor.tsx => ProfileEditor.dom.tsx} | 0 ...leMovedModal.stories.tsx => ProfileMovedModal.dom.stories.tsx} | 0 .../{ProfileMovedModal.tsx => ProfileMovedModal.dom.tsx} | 0 ts/components/{Profiler.tsx => Profiler.dom.tsx} | 0 .../{ProgressBar.stories.tsx => ProgressBar.dom.stories.tsx} | 0 ts/components/{ProgressBar.tsx => ProgressBar.dom.tsx} | 0 ...{ProgressDialog.stories.tsx => ProgressDialog.dom.stories.tsx} | 0 ts/components/{ProgressDialog.tsx => ProgressDialog.dom.tsx} | 0 .../{ProgressModal.stories.tsx => ProgressModal.dom.stories.tsx} | 0 ts/components/{ProgressModal.tsx => ProgressModal.dom.tsx} | 0 ts/components/{QrCode.stories.tsx => QrCode.dom.stories.tsx} | 0 ts/components/{QrCode.tsx => QrCode.dom.tsx} | 0 .../{ReactionPickerPicker.tsx => ReactionPickerPicker.dom.tsx} | 0 .../{RecordingComposer.tsx => RecordingComposer.dom.tsx} | 0 ...ialog.stories.tsx => SafetyNumberChangeDialog.dom.stories.tsx} | 0 ...etyNumberChangeDialog.tsx => SafetyNumberChangeDialog.dom.tsx} | 0 .../{SafetyNumberModal.tsx => SafetyNumberModal.dom.tsx} | 0 ...rNotReady.stories.tsx => SafetyNumberNotReady.dom.stories.tsx} | 0 .../{SafetyNumberNotReady.tsx => SafetyNumberNotReady.dom.tsx} | 0 ...umberViewer.stories.tsx => SafetyNumberViewer.dom.stories.tsx} | 0 .../{SafetyNumberViewer.tsx => SafetyNumberViewer.dom.tsx} | 0 ...afetyTipsModal.stories.tsx => SafetyTipsModal.dom.stories.tsx} | 0 ts/components/{SafetyTipsModal.tsx => SafetyTipsModal.dom.tsx} | 0 .../{SampleMessageBubbles.tsx => SampleMessageBubbles.dom.tsx} | 0 ts/components/{SearchInput.tsx => SearchInput.dom.tsx} | 0 ts/components/{Select.stories.tsx => Select.dom.stories.tsx} | 0 ts/components/{Select.tsx => Select.dom.tsx} | 0 ...{SendStoryModal.stories.tsx => SendStoryModal.dom.stories.tsx} | 0 ts/components/{SendStoryModal.tsx => SendStoryModal.dom.tsx} | 0 ts/components/{ServerAlerts.tsx => ServerAlerts.dom.tsx} | 0 ts/components/{SharedGroupNames.tsx => SharedGroupNames.dom.tsx} | 0 .../{ShortcutGuide.stories.tsx => ShortcutGuide.dom.stories.tsx} | 0 ts/components/{ShortcutGuide.tsx => ShortcutGuide.dom.tsx} | 0 .../{ShortcutGuideModal.tsx => ShortcutGuideModal.dom.tsx} | 0 ...nsModal.stories.tsx => SignalConnectionsModal.dom.stories.tsx} | 0 ...{SignalConnectionsModal.tsx => SignalConnectionsModal.dom.tsx} | 0 .../{SimpleQuillWrapper.tsx => SimpleQuillWrapper.dom.tsx} | 0 ts/components/{Slider.stories.tsx => Slider.dom.stories.tsx} | 0 ts/components/{Slider.tsx => Slider.dom.tsx} | 0 ts/components/{Spinner.stories.tsx => Spinner.dom.stories.tsx} | 0 ts/components/{Spinner.tsx => Spinner.dom.tsx} | 0 .../{SpinnerV2.stories.tsx => SpinnerV2.dom.stories.tsx} | 0 ts/components/{SpinnerV2.tsx => SpinnerV2.dom.tsx} | 0 ...tration.stories.tsx => StandaloneRegistration.dom.stories.tsx} | 0 ...{StandaloneRegistration.tsx => StandaloneRegistration.dom.tsx} | 0 ts/components/{StopPropagation.tsx => StopPropagation.dom.tsx} | 0 .../{StoriesAddStoryButton.tsx => StoriesAddStoryButton.dom.tsx} | 0 ts/components/{StoriesPane.tsx => StoriesPane.dom.tsx} | 0 ...ingsModal.stories.tsx => StoriesSettingsModal.dom.stories.tsx} | 0 .../{StoriesSettingsModal.tsx => StoriesSettingsModal.dom.tsx} | 0 .../{StoriesTab.stories.tsx => StoriesTab.dom.stories.tsx} | 0 ts/components/{StoriesTab.tsx => StoriesTab.dom.tsx} | 0 .../{StoryCreator.stories.tsx => StoryCreator.dom.stories.tsx} | 0 ts/components/{StoryCreator.tsx => StoryCreator.dom.tsx} | 0 ...DetailsModal.stories.tsx => StoryDetailsModal.dom.stories.tsx} | 0 .../{StoryDetailsModal.tsx => StoryDetailsModal.dom.tsx} | 0 ...DistributionListName.tsx => StoryDistributionListName.dom.tsx} | 0 .../{StoryImage.stories.tsx => StoryImage.dom.stories.tsx} | 0 ts/components/{StoryImage.tsx => StoryImage.dom.tsx} | 0 ...ryLinkPreview.stories.tsx => StoryLinkPreview.dom.stories.tsx} | 0 ts/components/{StoryLinkPreview.tsx => StoryLinkPreview.dom.tsx} | 0 .../{StoryListItem.stories.tsx => StoryListItem.dom.stories.tsx} | 0 ts/components/{StoryListItem.tsx => StoryListItem.dom.tsx} | 0 .../{StoryProgressSegment.tsx => StoryProgressSegment.dom.tsx} | 0 .../{StoryViewer.stories.tsx => StoryViewer.dom.stories.tsx} | 0 ts/components/{StoryViewer.tsx => StoryViewer.dom.tsx} | 0 ...sModal.stories.tsx => StoryViewsNRepliesModal.dom.stories.tsx} | 0 ...toryViewsNRepliesModal.tsx => StoryViewsNRepliesModal.dom.tsx} | 0 ts/components/{Tabs.tsx => Tabs.dom.tsx} | 0 ...dal.stories.tsx => TapToViewNotAvailableModal.dom.stories.tsx} | 0 ...ewNotAvailableModal.tsx => TapToViewNotAvailableModal.dom.tsx} | 0 ...{TextAttachment.stories.tsx => TextAttachment.dom.stories.tsx} | 0 ts/components/{TextAttachment.tsx => TextAttachment.dom.tsx} | 0 ts/components/{TextStoryCreator.tsx => TextStoryCreator.dom.tsx} | 0 ts/components/{Time.tsx => Time.dom.tsx} | 0 ts/components/{TitlebarDragArea.tsx => TitlebarDragArea.dom.tsx} | 0 ts/components/{Toast.stories.tsx => Toast.dom.stories.tsx} | 0 ts/components/{Toast.tsx => Toast.dom.tsx} | 0 .../{ToastManager.stories.tsx => ToastManager.dom.stories.tsx} | 0 ts/components/{ToastManager.tsx => ToastManager.dom.tsx} | 0 ts/components/{Tooltip.stories.tsx => Tooltip.dom.stories.tsx} | 0 ts/components/{Tooltip.tsx => Tooltip.dom.tsx} | 0 ...edOSDialog.stories.tsx => UnsupportedOSDialog.dom.stories.tsx} | 0 .../{UnsupportedOSDialog.tsx => UnsupportedOSDialog.dom.tsx} | 0 ts/components/{UserText.tsx => UserText.dom.tsx} | 0 ...{UsernameEditor.stories.tsx => UsernameEditor.dom.stories.tsx} | 0 ts/components/{UsernameEditor.tsx => UsernameEditor.dom.tsx} | 0 ...eLinkEditor.stories.tsx => UsernameLinkEditor.dom.stories.tsx} | 0 .../{UsernameLinkEditor.tsx => UsernameLinkEditor.dom.tsx} | 0 ...ameMegaphone.stories.tsx => UsernameMegaphone.dom.stories.tsx} | 0 .../{UsernameMegaphone.tsx => UsernameMegaphone.dom.tsx} | 0 ...gModal.stories.tsx => UsernameOnboardingModal.dom.stories.tsx} | 0 ...sernameOnboardingModal.tsx => UsernameOnboardingModal.dom.tsx} | 0 ...NotesPlaybackContext.tsx => VoiceNotesPlaybackContext.dom.tsx} | 0 ...aryDeviceDialog.tsx => WarningIdlePrimaryDeviceDialog.dom.tsx} | 0 ts/components/{WhatsNewLink.tsx => WhatsNewLink.dom.tsx} | 0 .../{WhatsNewModal.stories.tsx => WhatsNewModal.dom.stories.tsx} | 0 ts/components/{WhatsNewModal.tsx => WhatsNewModal.dom.tsx} | 0 ts/components/{_util.ts => _util.std.ts} | 0 ts/components/conversation/{About.tsx => About.dom.tsx} | 0 ...ContactModal.stories.tsx => AboutContactModal.dom.stories.tsx} | 0 .../{AboutContactModal.tsx => AboutContactModal.dom.tsx} | 0 .../{AddNewLines.stories.tsx => AddNewLines.dom.stories.tsx} | 0 .../conversation/{AddNewLines.tsx => AddNewLines.dom.tsx} | 0 ts/components/conversation/{AtMention.tsx => AtMention.dom.tsx} | 0 .../{AtMentionify.stories.tsx => AtMentionify.dom.stories.tsx} | 0 .../conversation/{AtMentionify.tsx => AtMentionify.dom.tsx} | 0 ...etailPill.stories.tsx => AttachmentDetailPill.dom.stories.tsx} | 0 .../{AttachmentDetailPill.tsx => AttachmentDetailPill.dom.tsx} | 0 ...{AttachmentList.stories.tsx => AttachmentList.dom.stories.tsx} | 0 .../conversation/{AttachmentList.tsx => AttachmentList.dom.tsx} | 0 ...tatusIcon.stories.tsx => AttachmentStatusIcon.dom.stories.tsx} | 0 .../{AttachmentStatusIcon.tsx => AttachmentStatusIcon.dom.tsx} | 0 .../conversation/{AudioCapture.tsx => AudioCapture.dom.tsx} | 0 ...tification.stories.tsx => CallingNotification.dom.stories.tsx} | 0 .../{CallingNotification.tsx => CallingNotification.dom.tsx} | 0 ...ation.stories.tsx => ChangeNumberNotification.dom.stories.tsx} | 0 ...ngeNumberNotification.tsx => ChangeNumberNotification.dom.tsx} | 0 ...log.stories.tsx => ChatSessionRefreshedDialog.dom.stories.tsx} | 0 ...sionRefreshedDialog.tsx => ChatSessionRefreshedDialog.dom.tsx} | 0 ...ories.tsx => ChatSessionRefreshedNotification.dom.stories.tsx} | 0 ...dNotification.tsx => ChatSessionRefreshedNotification.dom.tsx} | 0 .../{ContactDetail.stories.tsx => ContactDetail.dom.stories.tsx} | 0 .../conversation/{ContactDetail.tsx => ContactDetail.dom.tsx} | 0 .../{ContactModal.stories.tsx => ContactModal.dom.stories.tsx} | 0 .../conversation/{ContactModal.tsx => ContactModal.dom.tsx} | 0 .../{ContactName.stories.tsx => ContactName.dom.stories.tsx} | 0 .../conversation/{ContactName.tsx => ContactName.dom.tsx} | 0 ...og.stories.tsx => ContactSpoofingReviewDialog.dom.stories.tsx} | 0 ...oofingReviewDialog.tsx => ContactSpoofingReviewDialog.dom.tsx} | 0 ...ries.tsx => ContactSpoofingReviewDialogPerson.dom.stories.tsx} | 0 ...DialogPerson.tsx => ContactSpoofingReviewDialogPerson.dom.tsx} | 0 ...ationHeader.stories.tsx => ConversationHeader.dom.stories.tsx} | 0 .../{ConversationHeader.tsx => ConversationHeader.dom.tsx} | 0 ...versationHero.stories.tsx => ConversationHero.dom.stories.tsx} | 0 .../{ConversationHero.tsx => ConversationHero.dom.tsx} | 0 ....stories.tsx => ConversationMergeNotification.dom.stories.tsx} | 0 ...ergeNotification.tsx => ConversationMergeNotification.dom.tsx} | 0 .../{ConversationView.tsx => ConversationView.dom.tsx} | 0 ...ssueDialog.stories.tsx => DeliveryIssueDialog.dom.stories.tsx} | 0 .../{DeliveryIssueDialog.tsx => DeliveryIssueDialog.dom.tsx} | 0 ...tion.stories.tsx => DeliveryIssueNotification.dom.stories.tsx} | 0 ...eryIssueNotification.tsx => DeliveryIssueNotification.dom.tsx} | 0 ...onationsOfflineTooltip.tsx => DonationsOfflineTooltip.dom.tsx} | 0 .../conversation/{EmbeddedContact.tsx => EmbeddedContact.dom.tsx} | 0 .../conversation/{Emojify.stories.tsx => Emojify.dom.stories.tsx} | 0 ts/components/conversation/{Emojify.tsx => Emojify.dom.tsx} | 0 .../{ErrorBoundary.stories.tsx => ErrorBoundary.dom.stories.tsx} | 0 .../conversation/{ErrorBoundary.tsx => ErrorBoundary.dom.tsx} | 0 .../{ExpireTimer.stories.tsx => ExpireTimer.dom.stories.tsx} | 0 .../conversation/{ExpireTimer.tsx => ExpireTimer.dom.tsx} | 0 ts/components/conversation/{GIF.tsx => GIF.dom.tsx} | 0 ...upDescription.stories.tsx => GroupDescription.dom.stories.tsx} | 0 .../{GroupDescription.tsx => GroupDescription.dom.tsx} | 0 ...Notification.stories.tsx => GroupNotification.dom.stories.tsx} | 0 .../{GroupNotification.tsx => GroupNotification.dom.tsx} | 0 ...Actions.stories.tsx => GroupV1DisabledActions.dom.stories.tsx} | 0 ...{GroupV1DisabledActions.tsx => GroupV1DisabledActions.dom.tsx} | 0 ...upV1Migration.stories.tsx => GroupV1Migration.dom.stories.tsx} | 0 .../{GroupV1Migration.tsx => GroupV1Migration.dom.tsx} | 0 .../{GroupV2Change.stories.tsx => GroupV2Change.dom.stories.tsx} | 0 .../conversation/{GroupV2Change.tsx => GroupV2Change.dom.tsx} | 0 ....stories.tsx => GroupV2PendingApprovalActions.dom.stories.tsx} | 0 ...gApprovalActions.tsx => GroupV2PendingApprovalActions.dom.tsx} | 0 .../conversation/{Image.stories.tsx => Image.dom.stories.tsx} | 0 ts/components/conversation/{Image.tsx => Image.dom.tsx} | 0 .../{ImageGrid.stories.tsx => ImageGrid.dom.stories.tsx} | 0 ts/components/conversation/{ImageGrid.tsx => ImageGrid.dom.tsx} | 0 .../{InAnotherCallTooltip.tsx => InAnotherCallTooltip.dom.tsx} | 0 ...eNotificationWrapper.tsx => InlineNotificationWrapper.dom.tsx} | 0 ...ation.stories.tsx => JoinedSignalNotification.dom.stories.tsx} | 0 ...nedSignalNotification.tsx => JoinedSignalNotification.dom.tsx} | 0 ...eenIndicator.stories.tsx => LastSeenIndicator.dom.stories.tsx} | 0 .../{LastSeenIndicator.tsx => LastSeenIndicator.dom.tsx} | 0 .../conversation/{LinkPreviewDate.tsx => LinkPreviewDate.dom.tsx} | 0 .../conversation/{Linkify.stories.tsx => Linkify.dom.stories.tsx} | 0 ts/components/conversation/{Linkify.tsx => Linkify.dom.tsx} | 0 ...stories.tsx => MandatoryProfileSharingActions.dom.stories.tsx} | 0 ...eSharingActions.tsx => MandatoryProfileSharingActions.dom.tsx} | 0 ts/components/conversation/{Message.tsx => Message.dom.tsx} | 0 .../conversation/{MessageAudio.tsx => MessageAudio.dom.tsx} | 0 .../{MessageBody.stories.tsx => MessageBody.dom.stories.tsx} | 0 .../conversation/{MessageBody.tsx => MessageBody.dom.tsx} | 0 ...dyReadMore.stories.tsx => MessageBodyReadMore.dom.stories.tsx} | 0 .../{MessageBodyReadMore.tsx => MessageBodyReadMore.dom.tsx} | 0 .../{MessageContextMenu.tsx => MessageContextMenu.dom.tsx} | 0 .../{MessageDetail.stories.tsx => MessageDetail.dom.stories.tsx} | 0 .../conversation/{MessageDetail.tsx => MessageDetail.dom.tsx} | 0 .../conversation/{MessageMetadata.tsx => MessageMetadata.dom.tsx} | 0 ...tActions.stories.tsx => MessageRequestActions.dom.stories.tsx} | 0 .../{MessageRequestActions.tsx => MessageRequestActions.dom.tsx} | 0 ...Confirmation.tsx => MessageRequestActionsConfirmation.dom.tsx} | 0 ...otification.tsx => MessageRequestResponseNotification.dom.tsx} | 0 ...geTextMetadataSpacer.tsx => MessageTextMetadataSpacer.dom.tsx} | 0 .../{MessageTextRenderer.tsx => MessageTextRenderer.dom.tsx} | 0 ...sageTimestamp.stories.tsx => MessageTimestamp.dom.stories.tsx} | 0 .../{MessageTimestamp.tsx => MessageTimestamp.dom.tsx} | 0 ...mentEventNotification.tsx => PaymentEventNotification.dom.tsx} | 0 ...ories.tsx => PhoneNumberDiscoveryNotification.dom.stories.tsx} | 0 ...yNotification.tsx => PhoneNumberDiscoveryNotification.dom.tsx} | 0 ...tion.stories.tsx => ProfileChangeNotification.dom.stories.tsx} | 0 ...leChangeNotification.tsx => ProfileChangeNotification.dom.tsx} | 0 ...gModal.stories.tsx => ProfileNameWarningModal.dom.stories.tsx} | 0 ...rofileNameWarningModal.tsx => ProfileNameWarningModal.dom.tsx} | 0 .../conversation/{Quote.stories.tsx => Quote.dom.stories.tsx} | 0 ts/components/conversation/{Quote.tsx => Quote.dom.tsx} | 0 ...{ReactionPicker.stories.tsx => ReactionPicker.dom.stories.tsx} | 0 .../conversation/{ReactionPicker.tsx => ReactionPicker.dom.tsx} | 0 ...{ReactionViewer.stories.tsx => ReactionViewer.dom.stories.tsx} | 0 .../conversation/{ReactionViewer.tsx => ReactionViewer.dom.tsx} | 0 ...tionDialog.tsx => RemoveGroupMemberConfirmationDialog.dom.tsx} | 0 ...ation.stories.tsx => ResetSessionNotification.dom.stories.tsx} | 0 ...etSessionNotification.tsx => ResetSessionNotification.dom.tsx} | 0 ...ation.stories.tsx => SafetyNumberNotification.dom.stories.tsx} | 0 ...etyNumberNotification.tsx => SafetyNumberNotification.dom.tsx} | 0 ...ollDownButton.stories.tsx => ScrollDownButton.dom.stories.tsx} | 0 .../{ScrollDownButton.tsx => ScrollDownButton.dom.tsx} | 0 .../{SelectModeActions.tsx => SelectModeActions.dom.tsx} | 0 ...rsationMuteToggle.tsx => SignalConversationMuteToggle.dom.tsx} | 0 ...chment.stories.tsx => StagedGenericAttachment.dom.stories.tsx} | 0 ...tagedGenericAttachment.tsx => StagedGenericAttachment.dom.tsx} | 0 ...dLinkPreview.stories.tsx => StagedLinkPreview.dom.stories.tsx} | 0 .../{StagedLinkPreview.tsx => StagedLinkPreview.dom.tsx} | 0 ...nt.stories.tsx => StagedPlaceholderAttachment.dom.stories.tsx} | 0 ...ceholderAttachment.tsx => StagedPlaceholderAttachment.dom.tsx} | 0 .../{SystemMessage.stories.tsx => SystemMessage.dom.stories.tsx} | 0 .../conversation/{SystemMessage.tsx => SystemMessage.dom.tsx} | 0 .../{Timeline.stories.tsx => Timeline.dom.stories.tsx} | 0 ts/components/conversation/{Timeline.tsx => Timeline.dom.tsx} | 0 .../{TimelineDateHeader.tsx => TimelineDateHeader.dom.tsx} | 0 ...gHeader.stories.tsx => TimelineFloatingHeader.dom.stories.tsx} | 0 ...{TimelineFloatingHeader.tsx => TimelineFloatingHeader.dom.tsx} | 0 .../{TimelineItem.stories.tsx => TimelineItem.dom.stories.tsx} | 0 .../conversation/{TimelineItem.tsx => TimelineItem.dom.tsx} | 0 ...imelineMessage.stories.tsx => TimelineMessage.dom.stories.tsx} | 0 .../conversation/{TimelineMessage.tsx => TimelineMessage.dom.tsx} | 0 .../conversation/{TimelineWarning.tsx => TimelineWarning.dom.tsx} | 0 .../{TimelineWarnings.tsx => TimelineWarnings.dom.tsx} | 0 ...Notification.stories.tsx => TimerNotification.dom.stories.tsx} | 0 .../{TimerNotification.tsx => TimerNotification.dom.tsx} | 0 ...on.stories.tsx => TitleTransitionNotification.dom.stories.tsx} | 0 ...sitionNotification.tsx => TitleTransitionNotification.dom.tsx} | 0 ...ypingAnimation.stories.tsx => TypingAnimation.dom.stories.tsx} | 0 .../conversation/{TypingAnimation.tsx => TypingAnimation.dom.tsx} | 0 .../{TypingBubble.stories.tsx => TypingBubble.dom.stories.tsx} | 0 .../conversation/{TypingBubble.tsx => TypingBubble.dom.tsx} | 0 ...ion.stories.tsx => UniversalTimerNotification.dom.stories.tsx} | 0 ...alTimerNotification.tsx => UniversalTimerNotification.dom.tsx} | 0 ...rtedMessage.stories.tsx => UnsupportedMessage.dom.stories.tsx} | 0 .../{UnsupportedMessage.tsx => UnsupportedMessage.dom.tsx} | 0 ...ation.stories.tsx => VerificationNotification.dom.stories.tsx} | 0 ...ificationNotification.tsx => VerificationNotification.dom.tsx} | 0 ts/components/conversation/{Waveform.tsx => Waveform.dom.tsx} | 0 .../{WaveformScrubber.tsx => WaveformScrubber.dom.tsx} | 0 .../conversation/{contactUtil.tsx => contactUtil.dom.tsx} | 0 ...bersModal.stories.tsx => AddGroupMembersModal.dom.stories.tsx} | 0 .../{AddGroupMembersModal.tsx => AddGroupMembersModal.dom.tsx} | 0 ...hooseGroupMembersModal.tsx => ChooseGroupMembersModal.dom.tsx} | 0 .../{ConfirmAdditionsModal.tsx => ConfirmAdditionsModal.dom.tsx} | 0 ...GroupPanelSection.tsx => CallHistoryGroupPanelSection.dom.tsx} | 0 ...ionDetails.stories.tsx => ConversationDetails.dom.stories.tsx} | 0 .../{ConversationDetails.tsx => ConversationDetails.dom.tsx} | 0 ...ons.stories.tsx => ConversationDetailsActions.dom.stories.tsx} | 0 ...ationDetailsActions.tsx => ConversationDetailsActions.dom.tsx} | 0 ...rsationDetailsGroups.tsx => ConversationDetailsGroups.dom.tsx} | 0 ...ader.stories.tsx => ConversationDetailsHeader.dom.stories.tsx} | 0 ...rsationDetailsHeader.tsx => ConversationDetailsHeader.dom.tsx} | 0 ...lsIcon.stories.tsx => ConversationDetailsIcon.dom.stories.tsx} | 0 ...onversationDetailsIcon.tsx => ConversationDetailsIcon.dom.tsx} | 0 ...ries.tsx => ConversationDetailsMembershipList.dom.stories.tsx} | 0 ...mbershipList.tsx => ConversationDetailsMembershipList.dom.tsx} | 0 ...ificationsModal.tsx => ConversationNotificationsModal.dom.tsx} | 0 ...ries.tsx => ConversationNotificationsSettings.dom.stories.tsx} | 0 ...ionsSettings.tsx => ConversationNotificationsSettings.dom.tsx} | 0 ...tories.tsx => EditConversationAttributesModal.dom.stories.tsx} | 0 ...ttributesModal.tsx => EditConversationAttributesModal.dom.tsx} | 0 ...Management.stories.tsx => GroupLinkManagement.dom.stories.tsx} | 0 .../{GroupLinkManagement.tsx => GroupLinkManagement.dom.tsx} | 0 ...Permissions.stories.tsx => GroupV2Permissions.dom.stories.tsx} | 0 .../{GroupV2Permissions.tsx => GroupV2Permissions.dom.tsx} | 0 .../{PanelRow.stories.tsx => PanelRow.dom.stories.tsx} | 0 .../conversation-details/{PanelRow.tsx => PanelRow.dom.tsx} | 0 .../{PanelSection.stories.tsx => PanelSection.dom.stories.tsx} | 0 .../{PanelSection.tsx => PanelSection.dom.tsx} | 0 ...{PendingInvites.stories.tsx => PendingInvites.dom.stories.tsx} | 0 .../{PendingInvites.tsx => PendingInvites.dom.tsx} | 0 .../conversation/conversation-details/{util.ts => util.std.ts} | 0 ...hmentSection.stories.tsx => AttachmentSection.dom.stories.tsx} | 0 .../{AttachmentSection.tsx => AttachmentSection.dom.tsx} | 0 ...umentListItem.stories.tsx => DocumentListItem.dom.stories.tsx} | 0 .../{DocumentListItem.tsx => DocumentListItem.dom.tsx} | 0 .../{EmptyState.stories.tsx => EmptyState.dom.stories.tsx} | 0 .../media-gallery/{EmptyState.tsx => EmptyState.dom.tsx} | 0 .../{LoadingIndicator.tsx => LoadingIndicator.dom.tsx} | 0 .../{MediaGallery.stories.tsx => MediaGallery.dom.stories.tsx} | 0 .../media-gallery/{MediaGallery.tsx => MediaGallery.dom.tsx} | 0 .../{MediaGridItem.stories.tsx => MediaGridItem.dom.stories.tsx} | 0 .../media-gallery/{MediaGridItem.tsx => MediaGridItem.dom.tsx} | 0 .../{groupMediaItemsByDate.ts => groupMediaItemsByDate.std.ts} | 0 .../types/{ItemClickEvent.ts => ItemClickEvent.std.ts} | 0 .../conversation/media-gallery/utils/{mocks.ts => mocks.std.ts} | 0 .../{PollMessageContents.tsx => PollMessageContents.dom.tsx} | 0 .../poll-message/{PollVotesModal.tsx => PollVotesModal.dom.tsx} | 0 ...eConversationListItem.tsx => BaseConversationListItem.dom.tsx} | 0 .../{ComposeStepButton.tsx => ComposeStepButton.dom.tsx} | 0 .../{ContactCheckbox.tsx => ContactCheckbox.dom.tsx} | 0 .../{ContactListItem.tsx => ContactListItem.dom.tsx} | 0 .../{ConversationListItem.tsx => ConversationListItem.dom.tsx} | 0 .../conversationList/{GroupListItem.tsx => GroupListItem.dom.tsx} | 0 ...archResult.stories.tsx => MessageSearchResult.dom.stories.tsx} | 0 .../{MessageSearchResult.tsx => MessageSearchResult.dom.tsx} | 0 .../{PhoneNumberCheckbox.tsx => PhoneNumberCheckbox.dom.tsx} | 0 ...adingFakeHeader.tsx => SearchResultsLoadingFakeHeader.dom.tsx} | 0 ...ultsLoadingFakeRow.tsx => SearchResultsLoadingFakeRow.dom.tsx} | 0 .../{StartNewConversation.tsx => StartNewConversation.dom.tsx} | 0 .../{UsernameCheckbox.tsx => UsernameCheckbox.dom.tsx} | 0 ...rchResultListItem.tsx => UsernameSearchResultListItem.dom.tsx} | 0 ts/components/fun/{FunButton.tsx => FunButton.dom.tsx} | 0 .../fun/{FunEmoji.stories.tsx => FunEmoji.dom.stories.tsx} | 0 ts/components/fun/{FunEmoji.tsx => FunEmoji.dom.tsx} | 0 ...alizationProvider.tsx => FunEmojiLocalizationProvider.dom.tsx} | 0 ...{FunEmojiPicker.stories.tsx => FunEmojiPicker.dom.stories.tsx} | 0 ts/components/fun/{FunEmojiPicker.tsx => FunEmojiPicker.dom.tsx} | 0 ts/components/fun/{FunGif.stories.tsx => FunGif.dom.stories.tsx} | 0 ts/components/fun/{FunGif.tsx => FunGif.dom.tsx} | 0 .../fun/{FunPicker.stories.tsx => FunPicker.dom.stories.tsx} | 0 ts/components/fun/{FunPicker.tsx => FunPicker.dom.tsx} | 0 ts/components/fun/{FunProvider.tsx => FunProvider.dom.tsx} | 0 ts/components/fun/{FunSkinTones.tsx => FunSkinTones.dom.tsx} | 0 .../fun/{FunSticker.stories.tsx => FunSticker.dom.stories.tsx} | 0 ts/components/fun/{FunSticker.tsx => FunSticker.dom.tsx} | 0 ...StickerPicker.stories.tsx => FunStickerPicker.dom.stories.tsx} | 0 .../fun/{FunStickerPicker.tsx => FunStickerPicker.dom.tsx} | 0 .../fun/base/{FunErrorBoundary.tsx => FunErrorBoundary.dom.tsx} | 0 ts/components/fun/base/{FunGrid.tsx => FunGrid.dom.tsx} | 0 ts/components/fun/base/{FunImage.tsx => FunImage.dom.tsx} | 0 ts/components/fun/base/{FunItem.tsx => FunItem.dom.tsx} | 0 ts/components/fun/base/{FunLightbox.tsx => FunLightbox.dom.tsx} | 0 ts/components/fun/base/{FunPanel.tsx => FunPanel.dom.tsx} | 0 ts/components/fun/base/{FunPopover.tsx => FunPopover.dom.tsx} | 0 ts/components/fun/base/{FunResults.tsx => FunResults.dom.tsx} | 0 ts/components/fun/base/{FunScroller.tsx => FunScroller.dom.tsx} | 0 ts/components/fun/base/{FunSearch.tsx => FunSearch.dom.tsx} | 0 ts/components/fun/base/{FunSubNav.tsx => FunSubNav.dom.tsx} | 0 ts/components/fun/base/{FunTabs.tsx => FunTabs.dom.tsx} | 0 ts/components/fun/base/{FunTooltip.tsx => FunTooltip.dom.tsx} | 0 ts/components/fun/base/{FunWaterfall.tsx => FunWaterfall.dom.tsx} | 0 ts/components/fun/{constants.tsx => constants.dom.tsx} | 0 ts/components/fun/data/{emojis.ts => emojis.std.ts} | 0 ts/components/fun/data/{gifs.ts => gifs.preload.ts} | 0 ts/components/fun/data/{infinite.ts => infinite.std.ts} | 0 ts/components/fun/data/{segments.ts => segments.std.ts} | 0 ts/components/fun/data/{tenor.ts => tenor.preload.ts} | 0 .../fun/keyboard/{FunKeyboard.tsx => FunKeyboard.dom.tsx} | 0 .../{GridKeyboardDelegate.tsx => GridKeyboardDelegate.dom.tsx} | 0 ...fallKeyboardDelegate.tsx => WaterfallKeyboardDelegate.dom.tsx} | 0 ts/components/fun/{mocks.tsx => mocks.dom.tsx} | 0 .../fun/panels/{FunPanelEmojis.tsx => FunPanelEmojis.dom.tsx} | 0 .../fun/panels/{FunPanelGifs.tsx => FunPanelGifs.dom.tsx} | 0 .../fun/panels/{FunPanelStickers.tsx => FunPanelStickers.dom.tsx} | 0 ts/components/fun/{types.tsx => types.dom.tsx} | 0 .../{useFunEmojiLocalizer.tsx => useFunEmojiLocalizer.dom.tsx} | 0 .../fun/{useFunEmojiSearch.tsx => useFunEmojiSearch.dom.tsx} | 0 .../virtual/{useFunVirtualGrid.tsx => useFunVirtualGrid.dom.tsx} | 0 ....stories.tsx => InstallScreenBackupImportStep.dom.stories.tsx} | 0 ...BackupImportStep.tsx => InstallScreenBackupImportStep.dom.tsx} | 0 ...rorStep.stories.tsx => InstallScreenErrorStep.dom.stories.tsx} | 0 ...{InstallScreenErrorStep.tsx => InstallScreenErrorStep.dom.tsx} | 0 ...ss.stories.tsx => InstallScreenLinkInProgress.dom.stories.tsx} | 0 ...InProgressStep.tsx => InstallScreenLinkInProgressStep.dom.tsx} | 0 ...ries.tsx => InstallScreenQrCodeNotScannedStep.dom.stories.tsx} | 0 ...tScannedStep.tsx => InstallScreenQrCodeNotScannedStep.dom.tsx} | 0 ...nstallScreenSignalLogo.tsx => InstallScreenSignalLogo.dom.tsx} | 0 ...llScreenUpdateDialog.tsx => InstallScreenUpdateDialog.dom.tsx} | 0 .../{LeftPaneArchiveHelper.tsx => LeftPaneArchiveHelper.dom.tsx} | 0 .../{LeftPaneChatFolders.tsx => LeftPaneChatFolders.dom.tsx} | 0 ...MembersHelper.tsx => LeftPaneChooseGroupMembersHelper.dom.tsx} | 0 .../{LeftPaneComposeHelper.tsx => LeftPaneComposeHelper.dom.tsx} | 0 ...xtMenu.tsx => LeftPaneConversationListItemContextMenu.dom.tsx} | 0 ...neNumberHelper.tsx => LeftPaneFindByPhoneNumberHelper.dom.tsx} | 0 ...dByUsernameHelper.tsx => LeftPaneFindByUsernameHelper.dom.tsx} | 0 .../leftPane/{LeftPaneHelper.tsx => LeftPaneHelper.dom.tsx} | 0 .../{LeftPaneInboxHelper.tsx => LeftPaneInboxHelper.dom.tsx} | 0 .../{LeftPaneSearchHelper.tsx => LeftPaneSearchHelper.dom.tsx} | 0 ...pMetadataHelper.tsx => LeftPaneSetGroupMetadataHelper.dom.tsx} | 0 ...nversationInDirection.ts => getConversationInDirection.dom.ts} | 0 .../{handleKeydownForSearch.ts => handleKeydownForSearch.dom.ts} | 0 ...SelectChatsDialog.tsx => PreferencesSelectChatsDialog.dom.tsx} | 0 ...{DeleteChatFolderDialog.tsx => DeleteChatFolderDialog.dom.tsx} | 0 ...ncesChatFolderItems.tsx => PreferencesChatFolderItems.dom.tsx} | 0 ...ncesChatFoldersPage.tsx => PreferencesChatFoldersPage.dom.tsx} | 0 ...ChatFoldersPage.tsx => PreferencesEditChatFoldersPage.dom.tsx} | 0 .../{DonateInputAmount.tsx => DonateInputAmount.dom.tsx} | 0 ...nputCardCvc.stories.tsx => DonateInputCardCvc.dom.stories.tsx} | 0 .../{DonateInputCardCvc.tsx => DonateInputCardCvc.dom.tsx} | 0 ...nputCardExp.stories.tsx => DonateInputCardExp.dom.stories.tsx} | 0 .../{DonateInputCardExp.tsx => DonateInputCardExp.dom.tsx} | 0 ...rdNumber.stories.tsx => DonateInputCardNumber.dom.stories.tsx} | 0 .../{DonateInputCardNumber.tsx => DonateInputCardNumber.dom.tsx} | 0 ...{StickerManager.stories.tsx => StickerManager.dom.stories.tsx} | 0 .../stickers/{StickerManager.tsx => StickerManager.dom.tsx} | 0 .../{StickerManagerPackRow.tsx => StickerManagerPackRow.dom.tsx} | 0 ...ckerPackInstallButton.tsx => StickerPackInstallButton.dom.tsx} | 0 ...eviewModal.stories.tsx => StickerPreviewModal.dom.stories.tsx} | 0 .../{StickerPreviewModal.tsx => StickerPreviewModal.dom.tsx} | 0 ts/components/stickers/{mocks.ts => mocks.std.ts} | 0 ts/context/{Bytes.ts => Bytes.std.ts} | 0 ts/context/{Crypto.ts => Crypto.node.ts} | 0 ts/context/{Timers.ts => Timers.node.ts} | 0 .../{activeWindowService.ts => activeWindowService.preload.ts} | 0 ts/context/{config.ts => config.preload.ts} | 0 ...ateNativeThemeListener.ts => createNativeThemeListener.std.ts} | 0 ts/context/{environment.ts => environment.preload.ts} | 0 ts/context/{i18n.ts => i18n.preload.ts} | 0 ts/context/{localeMessages.ts => localeMessages.preload.ts} | 0 ...{waitForSettingsChange.ts => waitForSettingsChange.preload.ts} | 0 ...versationTooBigToRing.ts => isConversationTooBigToRing.dom.ts} | 0 ts/{environment.ts => environment.std.ts} | 0 ts/{groupChange.ts => groupChange.std.ts} | 0 ts/{groups.ts => groups.preload.ts} | 0 ts/groups/{joinViaLink.ts => joinViaLink.preload.ts} | 0 ts/groups/{limits.ts => limits.dom.ts} | 0 ...upAddition.ts => toggleSelectedContactForGroupAddition.std.ts} | 0 ts/groups/{util.ts => util.std.ts} | 0 ...wOnPresenting.ts => useActivateSpeakerViewOnPresenting.std.ts} | 0 ts/hooks/{useAnimated.tsx => useAnimated.dom.tsx} | 0 ts/hooks/{useAttachmentStatus.ts => useAttachmentStatus.std.ts} | 0 ts/hooks/{useBoundActions.ts => useBoundActions.std.ts} | 0 ts/hooks/{useComputePeaks.ts => useComputePeaks.dom.ts} | 0 ts/hooks/{useConfirmDiscard.tsx => useConfirmDiscard.dom.tsx} | 0 ts/hooks/{useDelayedValue.ts => useDelayedValue.std.ts} | 0 ts/hooks/{useDevicePixelRatio.ts => useDevicePixelRatio.dom.ts} | 0 ts/hooks/{useEscapeHandling.ts => useEscapeHandling.dom.ts} | 0 ts/hooks/{useHasWrapped.ts => useHasWrapped.std.ts} | 0 ts/hooks/{useInputMask.tsx => useInputMask.dom.tsx} | 0 ...{useIntersectionObserver.ts => useIntersectionObserver.std.ts} | 0 ts/hooks/{useIsMounted.ts => useIsMounted.std.ts} | 0 ts/hooks/{useIsWindowActive.ts => useIsWindowActive.dom.ts} | 0 .../{useKeyboardShortcuts.tsx => useKeyboardShortcuts.dom.tsx} | 0 .../{useMinimalConversation.ts => useMinimalConversation.std.ts} | 0 ts/hooks/{useNavBlocker.ts => useNavBlocker.std.ts} | 0 ...tUpdatesEveryMinute.ts => useNowThatUpdatesEveryMinute.std.ts} | 0 ts/hooks/{usePageVisibility.ts => usePageVisibility.dom.ts} | 0 ts/hooks/{usePortal.ts => usePortal.dom.ts} | 0 ts/hooks/{usePrevious.ts => usePrevious.std.ts} | 0 ts/hooks/{useProxySelector.ts => useProxySelector.std.ts} | 0 ts/hooks/{useReducedMotion.ts => useReducedMotion.dom.ts} | 0 ts/hooks/{useRefMerger.ts => useRefMerger.std.ts} | 0 ts/hooks/{useRestoreFocus.ts => useRestoreFocus.dom.ts} | 0 ts/hooks/{useRetryStorySend.tsx => useRetryStorySend.dom.tsx} | 0 ts/hooks/{useScrollLock.tsx => useScrollLock.dom.tsx} | 0 ts/hooks/{useSizeObserver.tsx => useSizeObserver.dom.tsx} | 0 ts/hooks/{useTabs.tsx => useTabs.dom.tsx} | 0 ts/hooks/{useTheme.ts => useTheme.dom.ts} | 0 ...ableMediaHandler.tsx => useUndownloadableMediaHandler.dom.tsx} | 0 ts/hooks/{useValueAtFixedRate.ts => useValueAtFixedRate.std.ts} | 0 ts/{indexeddb.ts => indexeddb.dom.ts} | 0 ...achmentBackupManager.ts => AttachmentBackupManager.preload.ts} | 0 ...entDownloadManager.ts => AttachmentDownloadManager.preload.ts} | 0 ...alBackupManager.ts => AttachmentLocalBackupManager.preload.ts} | 0 ...eDeleteManager.ts => CallLinkFinalizeDeleteManager.preload.ts} | 0 ts/jobs/{Job.ts => Job.std.ts} | 0 ts/jobs/{JobError.ts => JobError.std.ts} | 0 ts/jobs/{JobLogger.ts => JobLogger.std.ts} | 0 ts/jobs/{JobManager.ts => JobManager.std.ts} | 0 ts/jobs/{JobQueue.ts => JobQueue.std.ts} | 0 ...{JobQueueDatabaseStore.ts => JobQueueDatabaseStore.preload.ts} | 0 ...lLinkRefreshJobQueue.ts => callLinkRefreshJobQueue.preload.ts} | 0 .../{conversationJobQueue.ts => conversationJobQueue.preload.ts} | 0 ...eteDownloadsJobQueue.ts => deleteDownloadsJobQueue.preload.ts} | 0 ts/jobs/{formatJobForInsert.ts => formatJobForInsert.std.ts} | 0 .../{groupAvatarJobQueue.ts => groupAvatarJobQueue.preload.ts} | 0 ts/jobs/helpers/{InMemoryQueues.ts => InMemoryQueues.std.ts} | 0 ts/jobs/helpers/{addReportSpamJob.ts => addReportSpamJob.dom.ts} | 0 ...reAllErrorsUnregistered.ts => areAllErrorsUnregistered.dom.ts} | 0 .../{attachmentBackfill.ts => attachmentBackfill.preload.ts} | 0 ...monShouldJobContinue.ts => commonShouldJobContinue.preload.ts} | 0 ...ryAfterTimeFromError.ts => findRetryAfterTimeFromError.std.ts} | 0 ts/jobs/helpers/{getHttpErrorCode.ts => getHttpErrorCode.std.ts} | 0 ...ionServiceIds.ts => getUntrustedConversationServiceIds.dom.ts} | 0 .../helpers/{getValidRecipients.ts => getValidRecipients.dom.ts} | 0 ...ommonJobRequestError.ts => handleCommonJobRequestError.std.ts} | 0 ...andleMultipleSendErrors.ts => handleMultipleSendErrors.std.ts} | 0 .../{sendCallingMessage.ts => sendCallingMessage.preload.ts} | 0 ...{sendDeleteForEveryone.ts => sendDeleteForEveryone.preload.ts} | 0 ...eStoryForEveryone.ts => sendDeleteStoryForEveryone.preload.ts} | 0 ...nTimerUpdate.ts => sendDirectExpirationTimerUpdate.preload.ts} | 0 .../{sendGroupCallUpdate.ts => sendGroupCallUpdate.preload.ts} | 0 .../helpers/{sendGroupUpdate.ts => sendGroupUpdate.preload.ts} | 0 .../{sendNormalMessage.ts => sendNormalMessage.preload.ts} | 0 .../helpers/{sendNullMessage.ts => sendNullMessage.preload.ts} | 0 ts/jobs/helpers/{sendProfileKey.ts => sendProfileKey.preload.ts} | 0 ts/jobs/helpers/{sendReaction.ts => sendReaction.preload.ts} | 0 ts/jobs/helpers/{sendReceipts.ts => sendReceipts.preload.ts} | 0 .../{sendResendRequest.ts => sendResendRequest.preload.ts} | 0 ts/jobs/helpers/{sendSavedProto.ts => sendSavedProto.preload.ts} | 0 ...derKeyDistribution.ts => sendSenderKeyDistribution.preload.ts} | 0 ts/jobs/helpers/{sendStory.ts => sendStory.preload.ts} | 0 ...dSendToConversation.ts => shouldSendToConversation.preload.ts} | 0 ...itRetryAfterTime.ts => sleepForRateLimitRetryAfterTime.std.ts} | 0 ts/jobs/helpers/{syncHelpers.ts => syncHelpers.preload.ts} | 0 ...nitializeAllJobQueues.ts => initializeAllJobQueues.preload.ts} | 0 ts/jobs/{readSyncJobQueue.ts => readSyncJobQueue.preload.ts} | 0 ...eStorageKeyJobQueue.ts => removeStorageKeyJobQueue.preload.ts} | 0 ts/jobs/{reportSpamJobQueue.ts => reportSpamJobQueue.preload.ts} | 0 .../{singleProtoJobQueue.ts => singleProtoJobQueue.preload.ts} | 0 ts/jobs/{types.ts => types.std.ts} | 0 .../{viewOnceOpenJobQueue.ts => viewOnceOpenJobQueue.preload.ts} | 0 ts/jobs/{viewSyncJobQueue.ts => viewSyncJobQueue.preload.ts} | 0 .../{isLinkPreviewDateValid.ts => isLinkPreviewDateValid.std.ts} | 0 .../{linkPreviewFetch.ts => linkPreviewFetch.preload.ts} | 0 ...nkPreviewImage.ts => shouldUseFullSizeLinkPreviewImage.std.ts} | 0 ts/logging/{debuglogs.ts => debuglogs.node.ts} | 0 .../{formatCountForLogging.ts => formatCountForLogging.std.ts} | 0 ts/logging/{log.ts => log.std.ts} | 0 .../{main_process_logging.ts => main_process_logging.main.ts} | 0 ..._up_renderer_logging.ts => set_up_renderer_logging.preload.ts} | 0 ts/logging/{shared.ts => shared.std.ts} | 0 ts/logging/{uploadDebugLog.ts => uploadDebugLog.node.ts} | 0 ts/main/{NativeThemeNotifier.ts => NativeThemeNotifier.main.ts} | 0 ts/main/{challengeMain.ts => challengeMain.main.ts} | 0 ts/main/{powerChannel.ts => powerChannel.main.ts} | 0 ts/main/{settingsChannel.ts => settingsChannel.main.ts} | 0 ts/mediaEditor/{ImageStateType.ts => ImageStateType.std.ts} | 0 ...ogTimeSticker.ts => MediaEditorFabricAnalogTimeSticker.dom.ts} | 0 ...iaEditorFabricCropRect.ts => MediaEditorFabricCropRect.dom.ts} | 0 ...lTimeSticker.ts => MediaEditorFabricDigitalTimeSticker.dom.ts} | 0 .../{MediaEditorFabricIText.ts => MediaEditorFabricIText.dom.ts} | 0 .../{MediaEditorFabricPath.ts => MediaEditorFabricPath.dom.ts} | 0 ...orFabricPencilBrush.ts => MediaEditorFabricPencilBrush.dom.ts} | 0 ...ediaEditorFabricSticker.ts => MediaEditorFabricSticker.dom.ts} | 0 .../{fabricEffectListener.ts => fabricEffectListener.std.ts} | 0 ts/mediaEditor/{useFabricHistory.ts => useFabricHistory.dom.ts} | 0 ts/mediaEditor/util/{color.ts => color.std.ts} | 0 ...mFabricObjectControls.ts => customFabricObjectControls.dom.ts} | 0 .../{getTextStyleAttributes.ts => getTextStyleAttributes.std.ts} | 0 ts/mediaEditor/util/{moreStyles.ts => moreStyles.dom.ts} | 0 .../{AttachmentDownloads.ts => AttachmentDownloads.preload.ts} | 0 ts/messageModifiers/{Deletes.ts => Deletes.preload.ts} | 0 ts/messageModifiers/{DeletesForMe.ts => DeletesForMe.preload.ts} | 0 ts/messageModifiers/{Edits.ts => Edits.preload.ts} | 0 .../{MessageReceipts.ts => MessageReceipts.preload.ts} | 0 .../{MessageRequests.ts => MessageRequests.preload.ts} | 0 ts/messageModifiers/{Polls.ts => Polls.preload.ts} | 0 ts/messageModifiers/{Reactions.ts => Reactions.preload.ts} | 0 ts/messageModifiers/{ReadSyncs.ts => ReadSyncs.preload.ts} | 0 .../{ViewOnceOpenSyncs.ts => ViewOnceOpenSyncs.preload.ts} | 0 ts/messageModifiers/{ViewSyncs.ts => ViewSyncs.preload.ts} | 0 ts/messages/{MessageReadStatus.ts => MessageReadStatus.std.ts} | 0 ts/messages/{MessageSendState.ts => MessageSendState.std.ts} | 0 ts/messages/{copyQuote.ts => copyQuote.preload.ts} | 0 ts/messages/{getMessageById.ts => getMessageById.preload.ts} | 0 ts/messages/{getMessagesById.ts => getMessagesById.preload.ts} | 0 .../{handleDataMessage.ts => handleDataMessage.preload.ts} | 0 ts/messages/{helpers.ts => helpers.std.ts} | 0 ts/messages/{maybeNotify.ts => maybeNotify.preload.ts} | 0 ...{migrateLegacyReadStatus.ts => migrateLegacyReadStatus.std.ts} | 0 ...cySendAttributes.ts => migrateLegacySendAttributes.preload.ts} | 0 .../{migrateMessageData.ts => migrateMessageData.preload.ts} | 0 ts/messages/{payments.ts => payments.std.ts} | 0 ts/messages/{quotes.ts => quotes.preload.ts} | 0 ts/messages/{saveAndNotify.ts => saveAndNotify.preload.ts} | 0 ts/messages/{send.ts => send.preload.ts} | 0 ts/messages/{sources.ts => sources.preload.ts} | 0 ts/models/{conversations.ts => conversations.preload.ts} | 0 ts/models/{messages.ts => messages.preload.ts} | 0 ts/protobuf/{index.ts => index.std.ts} | 0 ts/protobuf/{wrap.ts => wrap.node.ts} | 0 .../auto-substitute-ascii-emojis/{index.tsx => index.dom.tsx} | 0 ts/quill/block/{blot.tsx => blot.dom.tsx} | 0 ts/quill/emoji/{blot.tsx => blot.dom.tsx} | 0 ts/quill/emoji/{completion.tsx => completion.dom.tsx} | 0 ts/quill/emoji/{index.tsx => index.dom.tsx} | 0 ts/quill/emoji/{matchers.ts => matchers.dom.ts} | 0 ts/quill/formatting/{matchers.ts => matchers.dom.ts} | 0 ts/quill/formatting/{menu.tsx => menu.dom.tsx} | 0 ts/quill/formatting/{monospaceBlot.ts => monospaceBlot.std.ts} | 0 ts/quill/formatting/{spoilerBlot.ts => spoilerBlot.std.ts} | 0 ts/quill/{memberRepository.ts => memberRepository.std.ts} | 0 ts/quill/mentions/{blot.tsx => blot.dom.tsx} | 0 ts/quill/mentions/{completion.tsx => completion.dom.tsx} | 0 ts/quill/mentions/{matchers.ts => matchers.std.ts} | 0 ts/quill/signal-clipboard/{index.ts => index.dom.ts} | 0 ts/quill/signal-clipboard/{util.ts => util.dom.ts} | 0 ts/quill/{util.ts => util.dom.ts} | 0 ts/reactions/{ReactionSource.ts => ReactionSource.std.ts} | 0 ts/reactions/{constants.ts => constants.std.ts} | 0 ...nqueueReactionForSend.ts => enqueueReactionForSend.preload.ts} | 0 .../{isValidReactionEmoji.ts => isValidReactionEmoji.std.ts} | 0 .../{preferredReactionEmoji.ts => preferredReactionEmoji.std.ts} | 0 ts/reactions/{util.ts => util.std.ts} | 0 ts/{routineProfileRefresh.ts => routineProfileRefresh.preload.ts} | 0 ...ter-all-artifact-build.ts => after-all-artifact-build.node.ts} | 0 ts/scripts/{after-pack.ts => after-pack.node.ts} | 0 ts/scripts/{after-sign.ts => after-sign.node.ts} | 0 ...tifact-build-completed.ts => artifact-build-completed.node.ts} | 0 ...zed-display-names.ts => build-localized-display-names.main.ts} | 0 .../{check-min-os-version.ts => check-min-os-version.node.ts} | 0 .../{check-upgradeable-deps.ts => check-upgradeable-deps.node.ts} | 0 ...e-stories-icu-lookup.ts => compile-stories-icu-lookup.node.ts} | 0 ts/scripts/{constants.ts => constants.std.ts} | 0 .../{copy-language-packs.ts => copy-language-packs.node.ts} | 0 ts/scripts/{copy.ts => copy.node.ts} | 0 ts/scripts/{dd-installer-size.ts => dd-installer-size.node.ts} | 0 ...-file-permissions.ts => ensure-linux-file-permissions.node.ts} | 0 ts/scripts/{fuse-electron.ts => fuse-electron.node.ts} | 0 ts/scripts/{gen-locales-config.ts => gen-locales-config.node.ts} | 0 ts/scripts/{gen-nsis-script.ts => gen-nsis-script.node.ts} | 0 ...nerate-compact-locales.ts => generate-compact-locales.node.ts} | 0 .../{generate-dns-fallback.ts => generate-dns-fallback.node.ts} | 0 ts/scripts/{generate-fixtures.ts => generate-fixtures.node.ts} | 0 ts/scripts/{generate-icu-types.ts => generate-icu-types.node.ts} | 0 .../{generate-preload-cache.ts => generate-preload-cache.node.ts} | 0 .../{generate-tray-icons.ts => generate-tray-icons.node.ts} | 0 ts/scripts/{get-emoji-locales.ts => get-emoji-locales.node.ts} | 0 ts/scripts/{get-expire-time.ts => get-expire-time.node.ts} | 0 ts/scripts/{get-jumbomoji.ts => get-jumbomoji.node.ts} | 0 ts/scripts/{get-strings.ts => get-strings.node.ts} | 0 ...sed-strings-deleted.ts => mark-unused-strings-deleted.node.ts} | 0 ts/scripts/{mocha-separator.ts => mocha-separator.node.ts} | 0 .../{notarize-universal-dmg.ts => notarize-universal-dmg.node.ts} | 0 ts/scripts/{notarize.ts => notarize.node.ts} | 0 ...epare-no-delay-release.ts => prepare-no-delay-release.node.ts} | 0 .../{prune-macos-release.ts => prune-macos-release.node.ts} | 0 ts/scripts/{push-strings.ts => push-strings.node.ts} | 0 ts/scripts/{remove-strings.ts => remove-strings.node.ts} | 0 ts/scripts/{sign-macos.ts => sign-macos.node.ts} | 0 ts/scripts/{sign-windows.ts => sign-windows.node.ts} | 0 ...mbolicate-crash-report.ts => symbolicate-crash-report.node.ts} | 0 ts/scripts/{test-electron.ts => test-electron.node.ts} | 0 ts/scripts/{test-release.ts => test-release.node.ts} | 0 ts/scripts/{update-gha.ts => update-gha.node.ts} | 0 .../{ActiveWindowService.ts => ActiveWindowService.std.ts} | 0 ts/services/{BeforeNavigate.ts => BeforeNavigate.std.ts} | 0 ts/services/{InteractionMode.ts => InteractionMode.dom.ts} | 0 ts/services/{LinkPreview.ts => LinkPreview.preload.ts} | 0 ts/services/{MessageCache.ts => MessageCache.preload.ts} | 0 ts/services/{MessageUpdater.ts => MessageUpdater.preload.ts} | 0 ts/services/{ZoomFactorService.ts => ZoomFactorService.main.ts} | 0 ...KeyboardShortcuts.ts => addGlobalKeyboardShortcuts.preload.ts} | 0 ts/services/{allLoaders.ts => allLoaders.preload.ts} | 0 ts/services/{areWeASubscriber.ts => areWeASubscriber.dom.ts} | 0 ts/services/{audioRecorder.ts => audioRecorder.dom.ts} | 0 ts/services/backups/{api.ts => api.preload.ts} | 0 ts/services/backups/{constants.ts => constants.std.ts} | 0 ts/services/backups/{credentials.ts => credentials.preload.ts} | 0 ts/services/backups/{crypto.ts => crypto.preload.ts} | 0 ts/services/backups/{errors.ts => errors.std.ts} | 0 ts/services/backups/{export.ts => export.preload.ts} | 0 ts/services/backups/{import.ts => import.preload.ts} | 0 ts/services/backups/{index.ts => index.preload.ts} | 0 ts/services/backups/{types.ts => types.std.ts} | 0 ts/services/backups/util/{FileStream.ts => FileStream.node.ts} | 0 .../backups/util/{filePointers.ts => filePointers.preload.ts} | 0 ts/services/backups/util/{localBackup.ts => localBackup.node.ts} | 0 ts/services/backups/util/{mediaId.ts => mediaId.preload.ts} | 0 ts/services/backups/{validator.ts => validator.preload.ts} | 0 ts/services/{badgeLoader.ts => badgeLoader.preload.ts} | 0 ts/services/{bounce.ts => bounce.main.ts} | 0 ts/services/{buildExpiration.ts => buildExpiration.preload.ts} | 0 .../{callHistoryLoader.ts => callHistoryLoader.preload.ts} | 0 ts/services/{callLinksLoader.ts => callLinksLoader.preload.ts} | 0 ts/services/{calling.ts => calling.preload.ts} | 0 ts/services/{challengeHandler.ts => challengeHandler.preload.ts} | 0 .../{chatFoldersLoader.ts => chatFoldersLoader.preload.ts} | 0 ts/services/{contactSync.ts => contactSync.preload.ts} | 0 ...istributionListLoader.ts => distributionListLoader.preload.ts} | 0 ts/services/{donations.ts => donations.preload.ts} | 0 ts/services/{donationsLoader.ts => donationsLoader.preload.ts} | 0 ...olderCleanupService.ts => chatFolderCleanupService.preload.ts} | 0 ...leanupService.ts => createExpiringEntityCleanupService.std.ts} | 0 ...ingMessagesDeletion.ts => expiringMessagesDeletion.preload.ts} | 0 ts/services/{gifsLoader.ts => gifsLoader.preload.ts} | 0 ts/services/{globalMessageAudio.ts => globalMessageAudio.std.ts} | 0 ...roupCredentialFetcher.ts => groupCredentialFetcher.preload.ts} | 0 ts/services/{keyboardLayout.ts => keyboardLayout.dom.ts} | 0 .../{messageStateCleanup.ts => messageStateCleanup.preload.ts} | 0 ts/services/{networkObserver.ts => networkObserver.preload.ts} | 0 ...nProfilesService.ts => notificationProfilesService.preload.ts} | 0 ts/services/{notifications.ts => notifications.preload.ts} | 0 ts/services/{ourProfileKey.ts => ourProfileKey.std.ts} | 0 ts/services/{profiles.ts => profiles.preload.ts} | 0 .../{releaseNotesFetcher.ts => releaseNotesFetcher.preload.ts} | 0 ts/services/{retryPlaceholders.ts => retryPlaceholders.std.ts} | 0 .../{senderCertificate.ts => senderCertificate.preload.ts} | 0 ts/services/{singleServePromise.ts => singleServePromise.std.ts} | 0 ts/services/{storage.ts => storage.preload.ts} | 0 ts/services/{storageConstants.ts => storageConstants.std.ts} | 0 ts/services/{storageRecordOps.ts => storageRecordOps.preload.ts} | 0 ts/services/{storyLoader.ts => storyLoader.preload.ts} | 0 ...tionService.ts => tapToViewMessagesDeletionService.preload.ts} | 0 ts/services/{updateListener.ts => updateListener.preload.ts} | 0 ts/services/{userLoader.ts => userLoader.dom.ts} | 0 ts/services/{username.ts => username.preload.ts} | 0 .../{usernameIntegrity.ts => usernameIntegrity.preload.ts} | 0 ts/services/{writeProfile.ts => writeProfile.preload.ts} | 0 ...pLoadingScreenMessage.ts => setAppLoadingScreenMessage.dom.ts} | 0 ts/shims/{bounceAppIcon.ts => bounceAppIcon.preload.ts} | 0 ts/shims/{contactVerification.ts => contactVerification.dom.ts} | 0 ts/shims/{deleteAllData.ts => deleteAllData.preload.ts} | 0 ...patchItemsMiddleware.ts => dispatchItemsMiddleware.preload.ts} | 0 ts/shims/{events.ts => events.dom.ts} | 0 ts/shims/{getUserTheme.ts => getUserTheme.dom.ts} | 0 ...dSelectedConversation.ts => reloadSelectedConversation.dom.ts} | 0 ...derClearingDataView.tsx => renderClearingDataView.preload.tsx} | 0 ts/shims/{storage.ts => storage.preload.ts} | 0 ts/shims/{textsecure.ts => textsecure.preload.ts} | 0 ts/shims/{themeChanged.ts => themeChanged.dom.ts} | 0 ts/shims/{updateIpc.ts => updateIpc.preload.ts} | 0 ts/{signal.ts => signal.preload.ts} | 0 ts/sql/{Client.ts => Client.preload.ts} | 0 ts/sql/{Interface.ts => Interface.std.ts} | 0 ts/sql/{Server.ts => Server.node.ts} | 0 ts/sql/{channels.ts => channels.preload.ts} | 0 ts/sql/{cleanDataForIpc.ts => cleanDataForIpc.std.ts} | 0 ts/sql/{errors.ts => errors.std.ts} | 0 ts/sql/{hydration.ts => hydration.std.ts} | 0 ts/sql/{main.ts => main.main.ts} | 0 ts/sql/{mainWorker.ts => mainWorker.node.ts} | 0 ...ts => 1000-mark-unread-call-history-messages-as-unseen.std.ts} | 0 .../{1010-call-links-table.ts => 1010-call-links-table.std.ts} | 0 .../migrations/{1020-self-merges.ts => 1020-self-merges.std.ts} | 0 .../{1030-unblock-event.ts => 1030-unblock-event.std.ts} | 0 ...acked-up-media.ts => 1040-undownloaded-backed-up-media.std.ts} | 0 ...p-send-endorsements.ts => 1050-group-send-endorsements.std.ts} | 0 ...c-tasks.ts => 1060-addressable-messages-and-sync-tasks.std.ts} | 0 .../{1070-attachment-backup.ts => 1070-attachment-backup.std.ts} | 0 ...ing-addressable.ts => 1080-nondisappearing-addressable.std.ts} | 0 ...ssage-delete-indexes.ts => 1090-message-delete-indexes.std.ts} | 0 ...> 1100-optimize-mark-call-history-read-in-conversation.std.ts} | 0 .../{1110-sticker-local-key.ts => 1110-sticker-local-key.std.ts} | 0 ...-keys-indexes.ts => 1120-messages-foreign-keys-indexes.std.ts} | 0 .../{1130-isStory-index.ts => 1130-isStory-index.std.ts} | 0 ...ks-deleted-column.ts => 1140-call-links-deleted-column.std.ts} | 0 ...0-expire-timer-version.ts => 1150-expire-timer-version.std.ts} | 0 ...ls-unread-count.ts => 1160-optimize-calls-unread-count.std.ts} | 0 ...read-index.ts => 1170-update-call-history-unread-index.std.ts} | 0 ...nload-source.ts => 1180-add-attachment-download-source.std.ts} | 0 ...{1190-call-links-storage.ts => 1190-call-links-storage.std.ts} | 0 ...urce-index.ts => 1200-attachment-download-source-index.std.ts} | 0 ...-history-started-id.ts => 1210-call-history-started-id.std.ts} | 0 .../{1220-blob-sessions.ts => 1220-blob-sessions.node.ts} | 0 ...-admin-key-index.ts => 1230-call-links-admin-key-index.std.ts} | 0 ...t-call-links-table.ts => 1240-defunct-call-links-table.std.ts} | 0 ...ll-links-storage.ts => 1250-defunct-call-links-storage.std.ts} | 0 .../{1260-sync-tasks-rowid.ts => 1260-sync-tasks-rowid.std.ts} | 0 ...{1270-normalize-messages.ts => 1270-normalize-messages.std.ts} | 0 .../{1280-blob-unprocessed.ts => 1280-blob-unprocessed.std.ts} | 0 ...source-device.ts => 1290-int-unprocessed-source-device.std.ts} | 0 .../{1300-sticker-pack-refs.ts => 1300-sticker-pack-refs.std.ts} | 0 .../migrations/{1310-muted-fixup.ts => 1310-muted-fixup.std.ts} | 0 ...ceived-at-date.ts => 1320-unprocessed-received-at-date.std.ts} | 0 ...sync-tasks-type-index.ts => 1330-sync-tasks-type-index.std.ts} | 0 .../migrations/{1340-recent-gifs.ts => 1340-recent-gifs.std.ts} | 0 ...notification-profiles.ts => 1350-notification-profiles.std.ts} | 0 .../migrations/{1360-attachments.ts => 1360-attachments.std.ts} | 0 ...tachment-indexes.ts => 1370-message-attachment-indexes.std.ts} | 0 .../{1380-donation-receipts.ts => 1380-donation-receipts.std.ts} | 0 ...ment-download-keys.ts => 1390-attachment-download-keys.std.ts} | 0 .../{1400-simplify-receipts.ts => 1400-simplify-receipts.std.ts} | 0 .../{1410-remove-wallpaper.ts => 1410-remove-wallpaper.std.ts} | 0 .../{1420-backup-downloads.ts => 1420-backup-downloads.std.ts} | 0 ...430-call-links-epoch-id.ts => 1430-call-links-epoch-id.std.ts} | 0 .../migrations/{1440-chat-folders.ts => 1440-chat-folders.std.ts} | 0 ts/sql/migrations/{1450-all-media.ts => 1450-all-media.std.ts} | 0 ...460-attachment-duration.ts => 1460-attachment-duration.std.ts} | 0 .../migrations/{1470-kyber-triple.ts => 1470-kyber-triple.std.ts} | 0 ...e-duplicates.ts => 1480-chat-folders-remove-duplicates.std.ts} | 0 ts/sql/migrations/{41-uuid-keys.ts => 41-uuid-keys.std.ts} | 0 .../{42-stale-reactions.ts => 42-stale-reactions.std.ts} | 0 ts/sql/migrations/{43-gv2-uuid.ts => 43-gv2-uuid.std.ts} | 0 ts/sql/migrations/{44-badges.ts => 44-badges.std.ts} | 0 ts/sql/migrations/{45-stories.ts => 45-stories.std.ts} | 0 .../{46-optimize-stories.ts => 46-optimize-stories.std.ts} | 0 .../{47-further-optimize.ts => 47-further-optimize.std.ts} | 0 ...user-initiated-index.ts => 48-fix-user-initiated-index.std.ts} | 0 .../{49-fix-preview-index.ts => 49-fix-preview-index.std.ts} | 0 ...ssages-unread-index.ts => 50-fix-messages-unread-index.std.ts} | 0 ...nversation-jobs.ts => 51-centralize-conversation-jobs.node.ts} | 0 .../{52-optimize-stories.ts => 52-optimize-stories.std.ts} | 0 .../{53-gv2-banned-members.ts => 53-gv2-banned-members.std.ts} | 0 ...ed-at-counter.ts => 54-unprocessed-received-at-counter.std.ts} | 0 .../{55-report-message-aci.ts => 55-report-message-aci.node.ts} | 0 ...6-add-unseen-to-message.ts => 56-add-unseen-to-message.std.ts} | 0 ...-history-unsynced.ts => 57-rm-message-history-unsynced.std.ts} | 0 .../migrations/{58-update-unread.ts => 58-update-unread.std.ts} | 0 ...r-index.ts => 59-unprocessed-received-at-counter-index.std.ts} | 0 ...0-update-expiring-index.ts => 60-update-expiring-index.std.ts} | 0 ...bution-list-storage.ts => 61-distribution-list-storage.std.ts} | 0 ...add-urgent-to-send-log.ts => 62-add-urgent-to-send-log.std.ts} | 0 ...gent-to-unprocessed.ts => 63-add-urgent-to-unprocessed.std.ts} | 0 ...-column-for-pre-keys.ts => 64-uuid-column-for-pre-keys.std.ts} | 0 ...age-id-to-stickers.ts => 65-add-storage-id-to-stickers.std.ts} | 0 ...-sent-protos.ts => 66-add-pni-signature-to-sent-protos.std.ts} | 0 ...story-to-unprocessed.ts => 67-add-story-to-unprocessed.std.ts} | 0 ...op-deprecated-columns.ts => 68-drop-deprecated-columns.std.ts} | 0 ...g-cancellations.ts => 69-group-call-ring-cancellations.std.ts} | 0 .../{70-story-reply-index.ts => 70-story-reply-index.std.ts} | 0 .../{71-merge-notifications.ts => 71-merge-notifications.std.ts} | 0 ...essage-lookup.ts => 72-optimize-call-id-message-lookup.std.ts} | 0 ...umber-discovery.ts => 73-remove-phone-number-discovery.std.ts} | 0 .../{74-optimize-convo-open.ts => 74-optimize-convo-open.std.ts} | 0 ts/sql/migrations/{75-noop.ts => 75-noop.std.ts} | 0 ...6-optimize-convo-open-2.ts => 76-optimize-convo-open-2.std.ts} | 0 .../{77-signal-tokenizer.ts => 77-signal-tokenizer.std.ts} | 0 .../{78-merge-receipt-jobs.ts => 78-merge-receipt-jobs.node.ts} | 0 .../{79-paging-lightbox.ts => 79-paging-lightbox.std.ts} | 0 .../{80-edited-messages.ts => 80-edited-messages.std.ts} | 0 ...ved-notification.ts => 81-contact-removed-notification.std.ts} | 0 ...essages-read-index.ts => 82-edited-messages-read-index.std.ts} | 0 ts/sql/migrations/{83-mentions.ts => 83-mentions.std.ts} | 0 ts/sql/migrations/{84-all-mentions.ts => 84-all-mentions.std.ts} | 0 .../migrations/{85-add-kyber-keys.ts => 85-add-kyber-keys.std.ts} | 0 .../{86-story-replies-index.ts => 86-story-replies-index.std.ts} | 0 ts/sql/migrations/{87-cleanup.ts => 87-cleanup.std.ts} | 0 ts/sql/migrations/{88-service-ids.ts => 88-service-ids.std.ts} | 0 ts/sql/migrations/{89-call-history.ts => 89-call-history.node.ts} | 0 ...eply-screenshot.ts => 90-delete-story-reply-screenshot.std.ts} | 0 ts/sql/migrations/{91-clean-keys.ts => 91-clean-keys.std.ts} | 0 .../{920-clean-more-keys.ts => 920-clean-more-keys.std.ts} | 0 .../{930-fts5-secure-delete.ts => 930-fts5-secure-delete.std.ts} | 0 ts/sql/migrations/{940-fts5-revert.ts => 940-fts5-revert.std.ts} | 0 .../{950-fts5-secure-delete.ts => 950-fts5-secure-delete.std.ts} | 0 ts/sql/migrations/{960-untag-pni.ts => 960-untag-pni.std.ts} | 0 .../migrations/{970-fts5-optimize.ts => 970-fts5-optimize.std.ts} | 0 .../{980-reaction-timestamp.ts => 980-reaction-timestamp.std.ts} | 0 ...90-phone-number-sharing.ts => 990-phone-number-sharing.std.ts} | 0 ts/sql/migrations/{index.ts => index.node.ts} | 0 ts/sql/server/{callLinks.ts => callLinks.node.ts} | 0 ts/sql/server/{chatFolders.ts => chatFolders.std.ts} | 0 ts/sql/server/{donationReceipts.ts => donationReceipts.std.ts} | 0 .../{groupSendEndorsements.ts => groupSendEndorsements.std.ts} | 0 .../server/{messageAttachments.ts => messageAttachments.std.ts} | 0 ts/sql/{sqlLogger.ts => sqlLogger.node.ts} | 0 ts/sql/{util.ts => util.std.ts} | 0 ts/state/{actions.ts => actions.preload.ts} | 0 ts/state/{createStore.ts => createStore.preload.ts} | 0 ts/state/ducks/{accounts.ts => accounts.preload.ts} | 0 ts/state/ducks/{app.ts => app.preload.ts} | 0 ts/state/ducks/{audioPlayer.ts => audioPlayer.preload.ts} | 0 ts/state/ducks/{audioRecorder.ts => audioRecorder.preload.ts} | 0 ts/state/ducks/{badges.ts => badges.preload.ts} | 0 ts/state/ducks/{callHistory.ts => callHistory.preload.ts} | 0 ts/state/ducks/{calling.ts => calling.preload.ts} | 0 ts/state/ducks/{callingHelpers.ts => callingHelpers.std.ts} | 0 ts/state/ducks/{chatFolders.ts => chatFolders.preload.ts} | 0 ts/state/ducks/{composer.ts => composer.preload.ts} | 0 ts/state/ducks/{conversations.ts => conversations.preload.ts} | 0 .../ducks/{conversationsEnums.ts => conversationsEnums.std.ts} | 0 ts/state/ducks/{crashReports.ts => crashReports.preload.ts} | 0 ts/state/ducks/{donations.ts => donations.preload.ts} | 0 ts/state/ducks/{emojis.ts => emojis.preload.ts} | 0 ts/state/ducks/{expiration.ts => expiration.std.ts} | 0 ts/state/ducks/{gifs.ts => gifs.preload.ts} | 0 ts/state/ducks/{globalModals.ts => globalModals.preload.ts} | 0 ts/state/ducks/{inbox.ts => inbox.std.ts} | 0 ts/state/ducks/{installer.ts => installer.preload.ts} | 0 ts/state/ducks/{items.ts => items.preload.ts} | 0 ts/state/ducks/{lightbox.ts => lightbox.preload.ts} | 0 ts/state/ducks/{linkPreviews.ts => linkPreviews.preload.ts} | 0 ts/state/ducks/{mediaGallery.ts => mediaGallery.preload.ts} | 0 ts/state/ducks/{nav.ts => nav.std.ts} | 0 ts/state/ducks/{network.ts => network.dom.ts} | 0 ts/state/ducks/{noop.ts => noop.std.ts} | 0 .../{notificationProfiles.ts => notificationProfiles.preload.ts} | 0 .../{preferredReactions.ts => preferredReactions.preload.ts} | 0 ts/state/ducks/{safetyNumber.ts => safetyNumber.preload.ts} | 0 ts/state/ducks/{search.ts => search.preload.ts} | 0 ts/state/ducks/{stickers.ts => stickers.preload.ts} | 0 ts/state/ducks/{stories.ts => stories.preload.ts} | 0 ...toryDistributionLists.ts => storyDistributionLists.preload.ts} | 0 ts/state/ducks/{toast.ts => toast.preload.ts} | 0 ts/state/ducks/{updates.ts => updates.preload.ts} | 0 ts/state/ducks/{user.ts => user.preload.ts} | 0 ts/state/ducks/{username.ts => username.preload.ts} | 0 ts/state/ducks/{usernameEnums.ts => usernameEnums.std.ts} | 0 ts/state/{getInitialState.ts => getInitialState.preload.ts} | 0 ts/state/{initializeRedux.ts => initializeRedux.preload.ts} | 0 ts/state/{reducer.ts => reducer.preload.ts} | 0 ts/state/{reinitializeRedux.ts => reinitializeRedux.preload.ts} | 0 ts/state/roots/{createApp.tsx => createApp.preload.tsx} | 0 ...{createGroupV2JoinModal.tsx => createGroupV2JoinModal.dom.tsx} | 0 ts/state/selectors/{accounts.ts => accounts.std.ts} | 0 ts/state/selectors/{app.ts => app.std.ts} | 0 ts/state/selectors/{audioPlayer.ts => audioPlayer.preload.ts} | 0 ts/state/selectors/{audioRecorder.ts => audioRecorder.std.ts} | 0 ts/state/selectors/{badges.ts => badges.preload.ts} | 0 ts/state/selectors/{callHistory.ts => callHistory.std.ts} | 0 ts/state/selectors/{calling.ts => calling.std.ts} | 0 ts/state/selectors/{chatFolders.ts => chatFolders.std.ts} | 0 ts/state/selectors/{composer.ts => composer.preload.ts} | 0 .../{conversations-extra.ts => conversations-extra.preload.ts} | 0 ts/state/selectors/{conversations.ts => conversations.dom.ts} | 0 ts/state/selectors/{crashReports.ts => crashReports.std.ts} | 0 ts/state/selectors/{emojis.ts => emojis.std.ts} | 0 ts/state/selectors/{expiration.ts => expiration.dom.ts} | 0 ts/state/selectors/{gifs.ts => gifs.std.ts} | 0 ts/state/selectors/{globalModals.ts => globalModals.std.ts} | 0 ts/state/selectors/{inbox.ts => inbox.std.ts} | 0 ts/state/selectors/{installer.ts => installer.std.ts} | 0 ts/state/selectors/{items.ts => items.dom.ts} | 0 ts/state/selectors/{lightbox.ts => lightbox.std.ts} | 0 ts/state/selectors/{linkPreviews.ts => linkPreviews.std.ts} | 0 ts/state/selectors/{mediaGallery.ts => mediaGallery.std.ts} | 0 ts/state/selectors/{message.ts => message.preload.ts} | 0 ts/state/selectors/{nav.ts => nav.preload.ts} | 0 ts/state/selectors/{network.ts => network.preload.ts} | 0 .../{notificationProfiles.ts => notificationProfiles.dom.ts} | 0 .../{preferredReactions.ts => preferredReactions.std.ts} | 0 ts/state/selectors/{safetyNumber.ts => safetyNumber.std.ts} | 0 ts/state/selectors/{search.ts => search.dom.ts} | 0 ts/state/selectors/{stickers.ts => stickers.std.ts} | 0 ts/state/selectors/{stories.ts => stories.preload.ts} | 0 ts/state/selectors/{stories2.ts => stories2.dom.ts} | 0 .../{storyDistributionLists.ts => storyDistributionLists.dom.ts} | 0 ts/state/selectors/{timeline.ts => timeline.preload.ts} | 0 ts/state/selectors/{toast.ts => toast.std.ts} | 0 ts/state/selectors/{updates.ts => updates.std.ts} | 0 ts/state/selectors/{user.ts => user.std.ts} | 0 ts/state/selectors/{username.ts => username.std.ts} | 0 .../{AboutContactModal.tsx => AboutContactModal.preload.tsx} | 0 ...otherGroupModal.tsx => AddUserToAnotherGroupModal.preload.tsx} | 0 ts/state/smart/{AllMedia.tsx => AllMedia.preload.tsx} | 0 ts/state/smart/{App.tsx => App.preload.tsx} | 0 ...{CallLinkAddNameModal.tsx => CallLinkAddNameModal.preload.tsx} | 0 .../smart/{CallLinkDetails.tsx => CallLinkDetails.preload.tsx} | 0 .../{CallLinkEditModal.tsx => CallLinkEditModal.preload.tsx} | 0 ...ipantModal.tsx => CallLinkPendingParticipantModal.preload.tsx} | 0 ts/state/smart/{CallManager.tsx => CallManager.preload.tsx} | 0 ...lingDeviceSelection.tsx => CallingDeviceSelection.preload.tsx} | 0 ts/state/smart/{CallsTab.tsx => CallsTab.preload.tsx} | 0 ts/state/smart/{CaptchaDialog.tsx => CaptchaDialog.preload.tsx} | 0 .../smart/{ChatColorPicker.tsx => ChatColorPicker.preload.tsx} | 0 ts/state/smart/{ChatsTab.tsx => ChatsTab.preload.tsx} | 0 ...eGroupMembersModal.tsx => ChooseGroupMembersModal.preload.tsx} | 0 ts/state/smart/{CollidingAvatars.tsx => CollidingAvatars.dom.tsx} | 0 .../smart/{CompositionArea.tsx => CompositionArea.preload.tsx} | 0 ...{CompositionRecording.tsx => CompositionRecording.preload.tsx} | 0 ...onRecordingDraft.tsx => CompositionRecordingDraft.preload.tsx} | 0 .../{CompositionTextArea.tsx => CompositionTextArea.preload.tsx} | 0 .../{ConfirmAdditionsModal.tsx => ConfirmAdditionsModal.dom.tsx} | 0 ...onfirmLeaveCallModal.tsx => ConfirmLeaveCallModal.preload.tsx} | 0 ts/state/smart/{ContactDetail.tsx => ContactDetail.preload.tsx} | 0 ts/state/smart/{ContactModal.tsx => ContactModal.preload.tsx} | 0 ts/state/smart/{ContactName.tsx => ContactName.preload.tsx} | 0 ...ngReviewDialog.tsx => ContactSpoofingReviewDialog.preload.tsx} | 0 .../{ConversationDetails.tsx => ConversationDetails.preload.tsx} | 0 .../{ConversationHeader.tsx => ConversationHeader.preload.tsx} | 0 ...Settings.tsx => ConversationNotificationsSettings.preload.tsx} | 0 .../{ConversationPanel.tsx => ConversationPanel.preload.tsx} | 0 .../smart/{ConversationView.tsx => ConversationView.preload.tsx} | 0 .../{CrashReportDialog.tsx => CrashReportDialog.preload.tsx} | 0 ...nsModal.tsx => CustomizingPreferredReactionsModal.preload.tsx} | 0 .../{DeleteMessagesModal.tsx => DeleteMessagesModal.preload.tsx} | 0 ...fMessageSendModal.tsx => DraftGifMessageSendModal.preload.tsx} | 0 ...toryMessagesModal.tsx => EditHistoryMessagesModal.preload.tsx} | 0 ...knameAndNoteModal.tsx => EditNicknameAndNoteModal.preload.tsx} | 0 ...{ForwardMessagesModal.tsx => ForwardMessagesModal.preload.tsx} | 0 ts/state/smart/{FunProvider.tsx => FunProvider.preload.tsx} | 0 ts/state/smart/{GV1Members.tsx => GV1Members.preload.tsx} | 0 ...{GlobalModalContainer.tsx => GlobalModalContainer.preload.tsx} | 0 .../{GroupLinkManagement.tsx => GroupLinkManagement.preload.tsx} | 0 ...upV1MigrationDialog.tsx => GroupV1MigrationDialog.preload.tsx} | 0 .../smart/{GroupV2JoinDialog.tsx => GroupV2JoinDialog.dom.tsx} | 0 .../{GroupV2Permissions.tsx => GroupV2Permissions.preload.tsx} | 0 ts/state/smart/{HeroRow.tsx => HeroRow.preload.tsx} | 0 ts/state/smart/{Inbox.tsx => Inbox.preload.tsx} | 0 ts/state/smart/{InstallScreen.tsx => InstallScreen.preload.tsx} | 0 ts/state/smart/{LeftPane.tsx => LeftPane.preload.tsx} | 0 .../{LeftPaneChatFolders.tsx => LeftPaneChatFolders.preload.tsx} | 0 ...nu.tsx => LeftPaneConversationListItemContextMenu.preload.tsx} | 0 ts/state/smart/{Lightbox.tsx => Lightbox.preload.tsx} | 0 ts/state/smart/{MessageAudio.tsx => MessageAudio.preload.tsx} | 0 ts/state/smart/{MessageDetail.tsx => MessageDetail.preload.tsx} | 0 ...irmation.tsx => MessageRequestActionsConfirmation.preload.tsx} | 0 .../{MessageSearchResult.tsx => MessageSearchResult.preload.tsx} | 0 ts/state/smart/{MiniPlayer.tsx => MiniPlayer.preload.tsx} | 0 ts/state/smart/{NavTabs.tsx => NavTabs.preload.tsx} | 0 ts/state/smart/{NetworkStatus.tsx => NetworkStatus.preload.tsx} | 0 .../smart/{NotePreviewModal.tsx => NotePreviewModal.preload.tsx} | 0 ...ationProfilesMenu.tsx => NotificationProfilesMenu.preload.tsx} | 0 ts/state/smart/{PendingInvites.tsx => PendingInvites.preload.tsx} | 0 ts/state/smart/{Preferences.tsx => Preferences.preload.tsx} | 0 ...ChatFoldersPage.tsx => PreferencesChatFoldersPage.preload.tsx} | 0 ...{PreferencesDonations.tsx => PreferencesDonations.preload.tsx} | 0 ...atFolderPage.tsx => PreferencesEditChatFolderPage.preload.tsx} | 0 ...onProfiles.tsx => PreferencesNotificationProfiles.preload.tsx} | 0 ts/state/smart/{ProfileEditor.tsx => ProfileEditor.preload.tsx} | 0 ...leNameWarningModal.tsx => ProfileNameWarningModal.preload.tsx} | 0 ts/state/smart/{ReactionPicker.tsx => ReactionPicker.dom.tsx} | 0 ts/state/smart/{RelinkDialog.tsx => RelinkDialog.dom.tsx} | 0 .../{SafetyNumberModal.tsx => SafetyNumberModal.preload.tsx} | 0 .../{SafetyNumberViewer.tsx => SafetyNumberViewer.preload.tsx} | 0 .../smart/{SendAnywayDialog.tsx => SendAnywayDialog.preload.tsx} | 0 .../{ShortcutGuideModal.tsx => ShortcutGuideModal.preload.tsx} | 0 ts/state/smart/{StickerManager.tsx => StickerManager.preload.tsx} | 0 .../{StickerPreviewModal.tsx => StickerPreviewModal.preload.tsx} | 0 ...{StoriesSettingsModal.tsx => StoriesSettingsModal.preload.tsx} | 0 ts/state/smart/{StoriesTab.tsx => StoriesTab.preload.tsx} | 0 ts/state/smart/{StoryCreator.tsx => StoryCreator.preload.tsx} | 0 ts/state/smart/{StoryViewer.tsx => StoryViewer.preload.tsx} | 0 ts/state/smart/{Timeline.tsx => Timeline.preload.tsx} | 0 ts/state/smart/{TimelineItem.tsx => TimelineItem.preload.tsx} | 0 ts/state/smart/{ToastManager.tsx => ToastManager.preload.tsx} | 0 ts/state/smart/{TypingBubble.tsx => TypingBubble.preload.tsx} | 0 ...alTimerNotification.tsx => UniversalTimerNotification.dom.tsx} | 0 .../{UnsupportedOSDialog.tsx => UnsupportedOSDialog.preload.tsx} | 0 ts/state/smart/{UpdateDialog.tsx => UpdateDialog.preload.tsx} | 0 ts/state/smart/{UsernameEditor.tsx => UsernameEditor.preload.tsx} | 0 ...ameOnboardingModal.tsx => UsernameOnboardingModal.preload.tsx} | 0 ...laybackProvider.tsx => VoiceNotesPlaybackProvider.preload.tsx} | 0 ts/state/smart/{Waveform.tsx => Waveform.dom.tsx} | 0 ...enderAudioAttachment.tsx => renderAudioAttachment.preload.tsx} | 0 .../{renderReactionPicker.tsx => renderReactionPicker.dom.tsx} | 0 ts/state/{types.ts => types.std.ts} | 0 ts/state/{util.ts => util.std.ts} | 0 ts/storybook/{Fixtures.ts => Fixtures.std.ts} | 0 ts/storybook/{types.ts => types.std.ts} | 0 .../{ContactsParser_test.ts => ContactsParser_test.preload.ts} | 0 ...nController_test.ts => ConversationController_test.preload.ts} | 0 ts/test-electron/{Crypto_test.ts => Crypto_test.preload.ts} | 0 ts/test-electron/{Curve_test.ts => Curve_test.node.ts} | 0 .../{MessageReceipts_test.ts => MessageReceipts_test.preload.ts} | 0 .../{MessageReceiver_test.ts => MessageReceiver_test.preload.ts} | 0 ...lProtocolStore_test.ts => SignalProtocolStore_test.preload.ts} | 0 ...socketResources_test.ts => WebsocketResources_test.preload.ts} | 0 .../{background_test.ts => background_test.preload.ts} | 0 .../backup/{attachments_test.ts => attachments_test.preload.ts} | 0 ...tions_test.ts => backup_groupv2_notifications_test.preload.ts} | 0 .../backup/{bubble_test.ts => bubble_test.preload.ts} | 0 .../backup/{calling_test.ts => calling_test.preload.ts} | 0 .../{conversations_test.ts => conversations_test.preload.ts} | 0 .../backup/{filePointer_test.ts => filePointer_test.preload.ts} | 0 ts/test-electron/backup/{helpers.ts => helpers.preload.ts} | 0 .../backup/{integration_test.ts => integration_test.preload.ts} | 0 .../backup/{non_bubble_test.ts => non_bubble_test.preload.ts} | 0 ...chments_test.ts => cleanupOrphanedAttachments_test.preload.ts} | 0 .../components/{Avatar_test.tsx => Avatar_test.dom.tsx} | 0 ts/test-electron/context/{Crypto_test.ts => Crypto_test.node.ts} | 0 ...emeListener_test.ts => createNativeThemeListener_test.node.ts} | 0 ...tachments_test.ts => deleteMessageAttachments_test.preload.ts} | 0 ...{linkPreviewFetch_test.ts => linkPreviewFetch_test.preload.ts} | 0 .../{conversations_test.ts => conversations_test.preload.ts} | 0 .../models/{messages_test.ts => messages_test.preload.ts} | 0 ...dAttachments_test.ts => normalizedAttachments_test.preload.ts} | 0 .../quill/emoji/{completion_test.tsx => completion_test.dom.tsx} | 0 .../{memberRepository_test.ts => memberRepository_test.std.ts} | 0 .../mentions/{completion_test.tsx => completion_test.dom.tsx} | 0 .../quill/mentions/{matchers_test.ts => matchers_test.std.ts} | 0 ts/test-electron/quill/{util_test.ts => util_test.dom.ts} | 0 ...ofileRefresh_test.ts => routineProfileRefresh_test.preload.ts} | 0 ts/test-electron/{scrollUtil_test.ts => scrollUtil_test.dom.ts} | 0 ...eWindowService_test.ts => ActiveWindowService_test.preload.ts} | 0 ...kupManager_test.ts => AttachmentBackupManager_test.preload.ts} | 0 ...dManager_test.ts => AttachmentDownloadManager_test.preload.ts} | 0 .../{MessageCache_test.ts => MessageCache_test.preload.ts} | 0 ...seNotesFetcher_test.ts => ReleaseNotesFetcher_test.preload.ts} | 0 .../{areWeASubscriber_test.ts => areWeASubscriber_test.dom.ts} | 0 .../services/{profiles_test.ts => profiles_test.preload.ts} | 0 ...enderCertificate_test.ts => senderCertificate_test.preload.ts} | 0 ...s_test.ts => attachment_download_backup_stats_test.preload.ts} | 0 .../sql/{callLinks_test.ts => callLinks_test.preload.ts} | 0 ...rsationSummary_test.ts => conversationSummary_test.preload.ts} | 0 ...{donationReceipts_test.ts => donationReceipts_test.preload.ts} | 0 .../{fullTextSearch_test.ts => fullTextSearch_test.preload.ts} | 0 ...HistoryGroups_test.ts => getCallHistoryGroups_test.preload.ts} | 0 ...llId_test.ts => getCallHistoryMessageByCallId_test.preload.ts} | 0 ...MessagesBetween_test.ts => getMessagesBetween_test.preload.ts} | 0 ...Set_test.ts => getNearbyMessageFromDeletedSet_test.preload.ts} | 0 ...t.ts => getRecentStaleRingsAndMarkOlderMissed_test.preload.ts} | 0 ...StoryReplies_test.ts => getRecentStoryReplies_test.preload.ts} | 0 .../sql/{markRead_test.ts => markRead_test.preload.ts} | 0 ...ationProfiles_test.ts => notificationProfiles_test.preload.ts} | 0 ...nfiguration_test.ts => removeAllConfiguration_test.preload.ts} | 0 ts/test-electron/sql/{sendLog_test.ts => sendLog_test.preload.ts} | 0 ts/test-electron/sql/{stories_test.ts => stories_test.preload.ts} | 0 ...toryDistribution_test.ts => storyDistribution_test.preload.ts} | 0 .../sql/{storyReads_test.ts => storyReads_test.preload.ts} | 0 .../{timelineFetches_test.ts => timelineFetches_test.preload.ts} | 0 ts/test-electron/sql/{utils_test.ts => utils_test.node.ts} | 0 .../state/ducks/{calling_test.ts => calling_test.preload.ts} | 0 .../{conversations_test.ts => conversations_test.preload.ts} | 0 .../state/ducks/{stories_test.ts => stories_test.preload.ts} | 0 .../state/ducks/{username_test.ts => username_test.preload.ts} | 0 .../{audioPlayer_test.ts => audioPlayer_test.preload.ts} | 0 .../state/selectors/{calling_test.ts => calling_test.preload.ts} | 0 ...rsations-extra_test.ts => conversations-extra_test.preload.ts} | 0 .../selectors/{messages_test.ts => messages_test.preload.ts} | 0 .../{AccountManager_test.ts => AccountManager_test.preload.ts} | 0 ...eyChangeListener_test.ts => KeyChangeListener_test.preload.ts} | 0 .../textsecure/{WebAPI_test.ts => WebAPI_test.preload.ts} | 0 .../{generate_keys_test.ts => generate_keys_test.preload.ts} | 0 ..._test.ts => updateConversationsWithUuidLookup_test.preload.ts} | 0 ts/test-electron/util/{Username_test.ts => Username_test.dom.ts} | 0 .../util/{canvasToBlob_test.ts => canvasToBlob_test.dom.ts} | 0 .../util/{canvasToBytes_test.ts => canvasToBytes_test.dom.ts} | 0 ...nloadAttachment_test.ts => downloadAttachment_test.preload.ts} | 0 ...ryptProfileData_test.ts => encryptProfileData_test.preload.ts} | 0 .../{formatTimestamp_test.ts => formatTimestamp_test.preload.ts} | 0 ...{imagePathToBytes_test.ts => imagePathToBytes_test.preload.ts} | 0 ...sWindowDragElement_test.ts => isWindowDragElement_test.dom.ts} | 0 ...rateMessageData_test.ts => migrateMessageData_test.preload.ts} | 0 .../util/{reactions_test.ts => reactions_test.preload.ts} | 0 ...caleImageToLevel_test.ts => scaleImageToLevel_test.preload.ts} | 0 .../util/{sendToGroup_test.ts => sendToGroup_test.preload.ts} | 0 .../util/{waitForOnline_test.ts => waitForOnline_test.preload.ts} | 0 .../windows/{attachments_test.ts => attachments_test.preload.ts} | 0 .../{FakeLeftPaneContainer.tsx => FakeLeftPaneContainer.dom.tsx} | 0 ts/test-helpers/{RemoteConfigStub.ts => RemoteConfigStub.dom.ts} | 0 .../{attachmentDownloads.ts => attachmentDownloads.std.ts} | 0 .../{createCallParticipant.ts => createCallParticipant.std.ts} | 0 .../{defaultComposerStates.ts => defaultComposerStates.std.ts} | 0 ts/test-helpers/{expireTimers.ts => expireTimers.std.ts} | 0 ts/test-helpers/{fakeAttachment.ts => fakeAttachment.std.ts} | 0 ts/test-helpers/{fakeCallLink.ts => fakeCallLink.std.ts} | 0 ...ideoFrameSource.ts => fakeGetGroupCallVideoFrameSource.std.ts} | 0 ...ServiceId.ts => fakeLookupConversationWithoutServiceId.std.ts} | 0 ts/test-helpers/{generateBackup.ts => generateBackup.node.ts} | 0 .../{getDefaultConversation.ts => getDefaultConversation.std.ts} | 0 ts/test-helpers/{getFakeBadge.ts => getFakeBadge.std.ts} | 0 ...{getFakeCallHistoryGroup.ts => getFakeCallHistoryGroup.std.ts} | 0 ...etFakeDistributionLists.ts => getFakeDistributionLists.std.ts} | 0 ts/test-helpers/{getFakeStory.tsx => getFakeStory.dom.tsx} | 0 ts/test-helpers/{getRandomColor.ts => getRandomColor.std.ts} | 0 ts/test-helpers/{getStickerPacks.ts => getStickerPacks.std.ts} | 0 ts/test-mock/backups/{backups_test.ts => backups_test.node.ts} | 0 ts/test-mock/benchmarks/{backup_bench.ts => backup_bench.node.ts} | 0 ..._history_search_bench.ts => call_history_search_bench.node.ts} | 0 .../benchmarks/{convo_open_bench.ts => convo_open_bench.node.ts} | 0 ts/test-mock/benchmarks/{fixtures.ts => fixtures.node.ts} | 0 .../benchmarks/{group_send_bench.ts => group_send_bench.node.ts} | 0 ts/test-mock/benchmarks/{send_bench.ts => send_bench.node.ts} | 0 .../benchmarks/{startup_bench.ts => startup_bench.node.ts} | 0 .../{storage_sync_bench.ts => storage_sync_bench.node.ts} | 0 ts/test-mock/{bootstrap.ts => bootstrap.node.ts} | 0 .../calling/{callLinkAdmin_test.ts => callLinkAdmin_test.node.ts} | 0 ...llMessages_test.docker.ts => callMessages_test.docker.node.ts} | 0 ts/test-mock/calling/{helpers.ts => helpers.node.ts} | 0 ts/test-mock/{helpers.ts => helpers.node.ts} | 0 .../messaging/{attachments_test.ts => attachments_test.node.ts} | 0 .../messaging/{backfill_test.ts => backfill_test.node.ts} | 0 ts/test-mock/messaging/{edit_test.ts => edit_test.preload.ts} | 0 ...re_timer_version_test.ts => expire_timer_version_test.node.ts} | 0 .../messaging/{lightbox_test.ts => lightbox_test.node.ts} | 0 .../messaging/{reaction_test.ts => reaction_test.node.ts} | 0 .../messaging/{readSync_test.ts => readSync_test.node.ts} | 0 ts/test-mock/messaging/{relink_test.ts => relink_test.node.ts} | 0 ts/test-mock/messaging/{retries_test.ts => retries_test.node.ts} | 0 .../{safety_number_test.ts => safety_number_test.node.ts} | 0 .../messaging/{sendSync_test.ts => sendSync_test.node.ts} | 0 .../messaging/{sender_key_test.ts => sender_key_test.node.ts} | 0 ts/test-mock/messaging/{stories_test.ts => stories_test.node.ts} | 0 .../messaging/{twoClients_test.ts => twoClients_test.node.ts} | 0 .../{unknown_contact_test.ts => unknown_contact_test.node.ts} | 0 .../messaging/{unprocessed_test.ts => unprocessed_test.node.ts} | 0 .../network/{serverAlerts_test.ts => serverAlerts_test.node.ts} | 0 ts/test-mock/{playwright.ts => playwright.node.ts} | 0 .../{accept_gv2_invite_test.ts => accept_gv2_invite_test.node.ts} | 0 ts/test-mock/pnp/{calling_test.ts => calling_test.node.ts} | 0 .../pnp/{change_number_test.ts => change_number_test.node.ts} | 0 ts/test-mock/pnp/{merge_test.ts => merge_test.node.ts} | 0 .../pnp/{phone_discovery_test.ts => phone_discovery_test.node.ts} | 0 ts/test-mock/pnp/{pni_change_test.ts => pni_change_test.node.ts} | 0 .../pnp/{pni_signature_test.ts => pni_signature_test.node.ts} | 0 ts/test-mock/pnp/{pni_unlink_test.ts => pni_unlink_test.node.ts} | 0 .../pnp/{send_gv2_invite_test.ts => send_gv2_invite_test.node.ts} | 0 ts/test-mock/pnp/{username_test.ts => username_test.node.ts} | 0 ts/test-mock/rate-limit/{story_test.ts => story_test.node.ts} | 0 ts/test-mock/rate-limit/{viewed_test.ts => viewed_test.node.ts} | 0 .../{release_notes_test.ts => release_notes_test.node.ts} | 0 ts/test-mock/routing/{routing_test.ts => routing_test.preload.ts} | 0 ts/test-mock/settings/{language_test.ts => language_test.node.ts} | 0 ts/test-mock/settings/{settings_test.ts => settings_test.node.ts} | 0 ts/test-mock/{setup-ci.ts => setup-ci.node.ts} | 0 ts/test-mock/storage/{archive_test.ts => archive_test.node.ts} | 0 .../storage/{call_links_test.ts => call_links_test.node.ts} | 0 .../storage/{chat_folder_test.ts => chat_folder_test.node.ts} | 0 ts/test-mock/storage/{conflict_test.ts => conflict_test.node.ts} | 0 ts/test-mock/storage/{drop_test.ts => drop_test.node.ts} | 0 ts/test-mock/storage/{fixtures.ts => fixtures.node.ts} | 0 .../storage/{max_read_keys_test.ts => max_read_keys_test.node.ts} | 0 .../{message_request_test.ts => message_request_test.node.ts} | 0 ...cation_profiles_test.ts => notification_profiles_test.node.ts} | 0 .../storage/{pin_unpin_test.ts => pin_unpin_test.node.ts} | 0 ts/test-mock/storage/{sticker_test.ts => sticker_test.node.ts} | 0 ts/test-node/{AsyncQueue_test.ts => AsyncQueue_test.std.ts} | 0 ...oto_unknown_field_test.ts => Proto_unknown_field_test.node.ts} | 0 ts/test-node/{RemoteConfig_test.ts => RemoteConfig_test.dom.ts} | 0 .../{TaskWithTimeout_test.ts => TaskWithTimeout_test.std.ts} | 0 ...leepService_test.ts => PreventDisplaySleepService_test.std.ts} | 0 .../{SystemTrayService_test.ts => SystemTrayService_test.main.ts} | 0 ...aySettingCache_test.ts => SystemTraySettingCache_test.node.ts} | 0 .../app/{base_config_test.ts => base_config_test.node.ts} | 0 ts/test-node/app/{locale_test.ts => locale_test.main.ts} | 0 ts/test-node/app/{menu_test.ts => menu_test.main.ts} | 0 .../app/{protocol_filter_test.ts => protocol_filter_test.node.ts} | 0 ...enderWindowsToast_test.tsx => renderWindowsToast_test.dom.tsx} | 0 .../app/{spell_check_test.ts => spell_check_test.main.ts} | 0 ...teDefaultSession_test.ts => updateDefaultSession_test.main.ts} | 0 ...leLocalPath_test.ts => getBadgeImageFileLocalPath_test.std.ts} | 0 ...eFileUrlValid_test.ts => isBadgeImageFileUrlValid_test.std.ts} | 0 .../badges/{isBadgeVisible_test.ts => isBadgeVisible_test.std.ts} | 0 ...BadgesFromServer_test.ts => parseBadgesFromServer_test.std.ts} | 0 ...tMatchingDevice_test.ts => findBestMatchingDevice_test.std.ts} | 0 ts/test-node/{challenge_test.ts => challenge_test.dom.ts} | 0 .../components/fun/{emojis_test.ts => emojis_test.node.ts} | 0 .../components/fun/{segments_test.ts => segments_test.node.ts} | 0 ...aneArchiveHelper_test.ts => LeftPaneArchiveHelper_test.dom.ts} | 0 ...elper_test.ts => LeftPaneChooseGroupMembersHelper_test.dom.ts} | 0 ...aneComposeHelper_test.ts => LeftPaneComposeHelper_test.dom.ts} | 0 ...tPaneInboxHelper_test.tsx => LeftPaneInboxHelper_test.dom.tsx} | 0 ...tPaneSearchHelper_test.ts => LeftPaneSearchHelper_test.dom.ts} | 0 ...aHelper_test.ts => LeftPaneSetGroupMetadataHelper_test.dom.ts} | 0 ...InDirection_test.ts => getConversationInDirection_test.dom.ts} | 0 .../{groupMediaItemsByDate.ts => groupMediaItemsByDate.std.ts} | 0 ...ooBigToRing_test.ts => isConversationTooBigToRing_test.dom.ts} | 0 ts/test-node/{environment_test.ts => environment_test.std.ts} | 0 ...dd_banned_member_test.ts => add_banned_member_test.preload.ts} | 0 ts/test-node/groups/{limits_test.ts => limits_test.dom.ts} | 0 .../{message_merge_test.ts => message_merge_test.preload.ts} | 0 ts/test-node/jobs/{JobError_test.ts => JobError_test.std.ts} | 0 ts/test-node/jobs/{JobLogger_test.ts => JobLogger_test.std.ts} | 0 ...atabaseStore_test.ts => JobQueueDatabaseStore_test.preload.ts} | 0 ts/test-node/jobs/{JobQueue_test.ts => JobQueue_test.node.ts} | 0 ts/test-node/jobs/{Job_test.ts => Job_test.std.ts} | 0 .../jobs/{TestJobQueueStore.ts => TestJobQueueStore.node.ts} | 0 ...{formatJobForInsert_test.ts => formatJobForInsert_test.std.ts} | 0 .../{InMemoryQueues_test.ts => InMemoryQueues_test.std.ts} | 0 .../{addReportSpamJob_test.ts => addReportSpamJob_test.dom.ts} | 0 ...eFromError_test.ts => findRetryAfterTimeFromError_test.std.ts} | 0 .../{getHttpErrorCode_test.ts => getHttpErrorCode_test.std.ts} | 0 ...pleSendErrors_test.ts => handleMultipleSendErrors_test.std.ts} | 0 ...erTime_test.ts => sleepForRateLimitRetryAfterTime_test.std.ts} | 0 .../helpers/{syncHelpers_test.ts => syncHelpers_test.preload.ts} | 0 ...reviewDateValid_test.ts => isLinkPreviewDateValid_test.std.ts} | 0 ...mage_test.ts => shouldUseFullSizeLinkPreviewImage_test.std.ts} | 0 ...tCountForLogging_test.ts => formatCountForLogging_test.std.ts} | 0 .../{uploadDebugLogs_test.ts => uploadDebugLogs_test.node.ts} | 0 ts/test-node/{logging_test.ts => logging_test.main.ts} | 0 .../{MessageReadStatus_test.ts => MessageReadStatus_test.std.ts} | 0 .../{MessageSendState_test.ts => MessageSendState_test.std.ts} | 0 ...gacyReadStatus_test.ts => migrateLegacyReadStatus_test.std.ts} | 0 ...ibutes_test.ts => migrateLegacySendAttributes_test.preload.ts} | 0 ...cessDataMessage_test.ts => processDataMessage_test.preload.ts} | 0 ...processSyncMessage_test.ts => processSyncMessage_test.node.ts} | 0 ...alidReactionEmoji_test.ts => isValidReactionEmoji_test.std.ts} | 0 ...edReactionEmoji_test.ts => preferredReactionEmoji_test.std.ts} | 0 ts/test-node/reactions/{util_test.ts => util_test.std.ts} | 0 .../services/{donations_test.ts => donations_test.preload.ts} | 0 ...ce_test.ts => createExpiringEntityCleanupService_test.node.ts} | 0 .../{ourProfileKey_test.ts => ourProfileKey_test.node.ts} | 0 .../{retryPlaceholders_test.ts => retryPlaceholders_test.std.ts} | 0 .../sql/{cleanDataForIpc_test.ts => cleanDataForIpc_test.std.ts} | 0 ...{cleanMessageData_test.ts => cleanMessageData_test.preload.ts} | 0 ts/test-node/sql/{helpers.ts => helpers.node.ts} | 0 ...ts_test.ts => incrementMessagesMigrationAttempts_test.node.ts} | 0 ...nMessages_test.ts => migrateConversationMessages_test.node.ts} | 0 .../sql/{migration_1000_test.ts => migration_1000_test.node.ts} | 0 .../sql/{migration_1020_test.ts => migration_1020_test.node.ts} | 0 .../sql/{migration_1030_test.ts => migration_1030_test.node.ts} | 0 .../sql/{migration_1040_test.ts => migration_1040_test.node.ts} | 0 .../sql/{migration_1060_test.ts => migration_1060_test.node.ts} | 0 .../sql/{migration_1080_test.ts => migration_1080_test.node.ts} | 0 .../sql/{migration_1090_test.ts => migration_1090_test.node.ts} | 0 .../sql/{migration_1100_test.ts => migration_1100_test.node.ts} | 0 .../sql/{migration_1120_test.ts => migration_1120_test.node.ts} | 0 .../sql/{migration_1130_test.ts => migration_1130_test.node.ts} | 0 .../sql/{migration_1180_test.ts => migration_1180_test.node.ts} | 0 .../sql/{migration_1200_test.ts => migration_1200_test.node.ts} | 0 .../sql/{migration_1220_test.ts => migration_1220_test.node.ts} | 0 .../sql/{migration_1280_test.ts => migration_1280_test.node.ts} | 0 .../sql/{migration_1290_test.ts => migration_1290_test.node.ts} | 0 .../sql/{migration_1310_test.ts => migration_1310_test.node.ts} | 0 .../sql/{migration_1330_test.ts => migration_1330_test.node.ts} | 0 .../sql/{migration_1350_test.ts => migration_1350_test.node.ts} | 0 .../sql/{migration_1360_test.ts => migration_1360_test.node.ts} | 0 .../sql/{migration_1380_test.ts => migration_1380_test.node.ts} | 0 .../sql/{migration_1410_test.ts => migration_1410_test.node.ts} | 0 .../sql/{migration_1420_test.ts => migration_1420_test.node.ts} | 0 .../sql/{migration_87_test.ts => migration_87_test.node.ts} | 0 .../sql/{migration_88_test.ts => migration_88_test.node.ts} | 0 .../sql/{migration_89_test.ts => migration_89_test.preload.ts} | 0 .../sql/{migration_90_test.ts => migration_90_test.node.ts} | 0 .../sql/{migration_91_test.ts => migration_91_test.node.ts} | 0 .../sql/{migration_920_test.ts => migration_920_test.node.ts} | 0 .../sql/{migration_960_test.ts => migration_960_test.node.ts} | 0 .../sql/{migration_990_test.ts => migration_990_test.node.ts} | 0 ts/test-node/sql/{migrations_test.ts => migrations_test.node.ts} | 0 .../ducks/{audioPlayer_test.ts => audioPlayer_test.preload.ts} | 0 .../state/ducks/{badges_test.ts => badges_test.preload.ts} | 0 .../state/ducks/{composer_test.ts => composer_test.preload.ts} | 0 .../state/ducks/{donations_test.ts => donations_test.preload.ts} | 0 .../ducks/{globalModals_test.ts => globalModals_test.preload.ts} | 0 .../ducks/{linkPreviews_test.ts => linkPreviews_test.preload.ts} | 0 ts/test-node/state/ducks/{network_test.ts => network_test.dom.ts} | 0 ...ferredReactions_test.ts => preferredReactions_test.preload.ts} | 0 .../{conversations_test.ts => conversations_test.preload.ts} | 0 ts/test-node/state/selectors/{items_test.ts => items_test.dom.ts} | 0 ...ferredReactions_test.ts => preferredReactions_test.preload.ts} | 0 .../state/selectors/{search_test.ts => search_test.preload.ts} | 0 .../state/selectors/{user_test.ts => user_test.preload.ts} | 0 ts/test-node/types/{Attachment_test.ts => Attachment_test.std.ts} | 0 ts/test-node/types/{Avatar_test.ts => Avatar_test.std.ts} | 0 ts/test-node/types/{BodyRange_test.ts => BodyRange_test.std.ts} | 0 .../{DonationsCardForm_test.ts => DonationsCardForm_test.node.ts} | 0 .../{EmbeddedContact_test.ts => EmbeddedContact_test.std.ts} | 0 .../types/{LinkPreview_test.ts => LinkPreview_test.std.ts} | 0 ts/test-node/types/{MIME_test.ts => MIME_test.std.ts} | 0 ts/test-node/types/{Message2_test.ts => Message2_test.preload.ts} | 0 ...tificationProfile_test.ts => NotificationProfile_test.node.ts} | 0 .../types/{PhoneNumber_test.ts => PhoneNumber_test.std.ts} | 0 .../types/{SchemaVersion_test.ts => SchemaVersion_test.std.ts} | 0 ts/test-node/types/{Settings_test.ts => Settings_test.node.ts} | 0 ts/test-node/types/{Stickers_test.ts => Stickers_test.preload.ts} | 0 ...toryDistributionId_test.ts => StoryDistributionId_test.std.ts} | 0 .../{SystemTraySetting_test.ts => SystemTraySetting_test.std.ts} | 0 ts/test-node/types/{errors_test.ts => errors_test.node.ts} | 0 .../types/{setupI18n_test.ts => setupI18n_test.preload.ts} | 0 ts/test-node/updater/{common_test.ts => common_test.main.ts} | 0 ts/test-node/updater/{curve_test.ts => curve_test.node.ts} | 0 .../updater/{differential_test.ts => differential_test.node.ts} | 0 .../updater/{signature_test.ts => signature_test.main.ts} | 0 ts/test-node/updater/{util_test.ts => util_test.node.ts} | 0 .../{AbortableProcess_test.ts => AbortableProcess_test.std.ts} | 0 ts/test-node/util/{BackOff_test.ts => BackOff_test.std.ts} | 0 ts/test-node/util/{Bytes_test.ts => Bytes_test.std.ts} | 0 .../{DelimitedStream_test.ts => DelimitedStream_test.node.ts} | 0 .../util/{LatestQueue_test.ts => LatestQueue_test.std.ts} | 0 .../{appendMacStream_test.ts => appendMacStream_test.node.ts} | 0 ...jectEntriesEqual_test.ts => areObjectEntriesEqual_test.std.ts} | 0 ...ionsEqual_test.ts => arePinnedConversationsEqual_test.node.ts} | 0 ts/test-node/util/{assert_test.ts => assert_test.std.ts} | 0 ...tion_test.ts => assignWithNoUnnecessaryAllocation_test.std.ts} | 0 .../util/{asyncIterables_test.ts => asyncIterables_test.std.ts} | 0 .../util/{awaitObject_test.ts => awaitObject_test.std.ts} | 0 ts/test-node/util/{batcher_test.ts => batcher_test.std.ts} | 0 ...test.ts => blockSendUntilConversationsAreVerified_test.dom.ts} | 0 .../{callDisposition_test.ts => callDisposition_test.preload.ts} | 0 ts/test-node/util/{callLinks_test.ts => callLinks_test.node.ts} | 0 ...ticipantName_test.ts => callingGetParticipantName_test.std.ts} | 0 ...gMessageToProto_test.ts => callingMessageToProto_test.node.ts} | 0 ...ngNotification_test.ts => callingNotification_test.preload.ts} | 0 ts/test-node/util/{characters_test.ts => characters_test.std.ts} | 0 ...outIfNecessary_test.ts => clearTimeoutIfNecessary_test.std.ts} | 0 .../util/{combineNames_test.ts => combineNames_test.std.ts} | 0 .../{countUnreadStats_test.ts => countUnreadStats_test.std.ts} | 0 .../{createSupportUrl_test.ts => createSupportUrl_test.std.ts} | 0 ts/test-node/util/{currency_test.ts => currency_test.dom.ts} | 0 .../{deconstructLookup_test.ts => deconstructLookup_test.std.ts} | 0 .../{diffArraysAsSets_test.ts => diffArraysAsSets_test.std.ts} | 0 ts/test-node/util/{dropNull_test.ts => dropNull_test.std.ts} | 0 ts/test-node/util/{emoji_test.ts => emoji_test.std.ts} | 0 ts/test-node/util/{enum_test.ts => enum_test.std.ts} | 0 .../{expirationTimer_test.ts => expirationTimer_test.preload.ts} | 0 .../util/{explodePromise_test.ts => explodePromise_test.std.ts} | 0 ...{exponentialBackoff_test.ts => exponentialBackoff_test.std.ts} | 0 ...nversations_test.ts => filterAndSortConversations_test.std.ts} | 0 .../util/{finalStream_test.ts => finalStream_test.node.ts} | 0 ...erateConfigMatrix_test.ts => generateConfigMatrix_test.std.ts} | 0 .../util/{getAvatarData_test.ts => getAvatarData_test.dom.ts} | 0 .../{getClassNamesFor_test.ts => getClassNamesFor_test.std.ts} | 0 .../util/{getCustomColorStyle.ts => getCustomColorStyle.dom.ts} | 0 ...meByTextScript_test.ts => getFontNameByTextScript_test.dom.ts} | 0 ...etGroupMemberships_test.ts => getGroupMemberships_test.dom.ts} | 0 ts/test-node/util/{getHSL_test.ts => getHSL_test.std.ts} | 0 .../util/{getInitials_test.ts => getInitials_test.std.ts} | 0 .../util/{getMuteOptions_test.ts => getMuteOptions_test.node.ts} | 0 .../{getMutedUntilText_test.ts => getMutedUntilText_test.node.ts} | 0 ts/test-node/util/{getOwn_test.ts => getOwn_test.std.ts} | 0 ...treamWithTimeout_test.ts => getStreamWithTimeout_test.node.ts} | 0 .../util/{getUserAgent_test.ts => getUserAgent_test.node.ts} | 0 ...phemeAndLinkAwareSlice.ts => graphemeAndLinkAwareSlice.std.ts} | 0 ts/test-node/util/{grapheme_test.ts => grapheme_test.std.ts} | 0 ts/test-node/util/{groupBy_test.ts => groupBy_test.std.ts} | 0 ...meCollisions_test.ts => groupMemberNameCollisions_test.std.ts} | 0 ...Endorsements_test.ts => groupSendEndorsements_test.preload.ts} | 0 ts/test-node/util/{hslToRGB_test.ts => hslToRGB_test.std.ts} | 0 ts/test-node/util/{i18n.ts => i18n.node.ts} | 0 ...sConversationMuted_test.ts => isConversationMuted_test.std.ts} | 0 ...ationNameKnown_test.ts => isConversationNameKnown_test.std.ts} | 0 ...versationSMSOnly_test.ts => isConversationSMSOnly_test.std.ts} | 0 ...onversationUnread_test.ts => isConversationUnread_test.std.ts} | 0 ...nregistered_test.ts => isConversationUnregistered_test.dom.ts} | 0 .../util/{isFileDangerous_test.ts => isFileDangerous_test.std.ts} | 0 ...{isInSystemContacts_test.ts => isInSystemContacts_test.std.ts} | 0 .../util/{isMessageUnread_test.ts => isMessageUnread_test.std.ts} | 0 .../util/{isNormalNumber_test.ts => isNormalNumber_test.std.ts} | 0 ts/test-node/util/{isNotNil_test.ts => isNotNil_test.std.ts} | 0 .../util/{isPathInside_test.ts => isPathInside_test.node.ts} | 0 ts/test-node/util/{isRecord_test.ts => isRecord_test.std.ts} | 0 ts/test-node/util/{isSorted_test.ts => isSorted_test.std.ts} | 0 .../util/{isValidE164_test.ts => isValidE164_test.std.ts} | 0 ts/test-node/util/{isValidUuid.ts => isValidUuid.std.ts} | 0 ts/test-node/util/{iterables_test.ts => iterables_test.std.ts} | 0 ...{libphonenumberUtil_test.ts => libphonenumberUtil_test.std.ts} | 0 ts/test-node/util/{logPadding_test.ts => logPadding_test.node.ts} | 0 ts/test-node/util/{makeLookup_test.ts => makeLookup_test.std.ts} | 0 ts/test-node/util/{mapEmplace_test.ts => mapEmplace_test.node.ts} | 0 .../{mapObjectWithSpec_test.ts => mapObjectWithSpec_test.std.ts} | 0 ts/test-node/util/{mapUtil_test.ts => mapUtil_test.std.ts} | 0 .../util/{messageFailures.ts => messageFailures.preload.ts} | 0 ...ormalizeDeviceName_test.ts => normalizeDeviceName_test.std.ts} | 0 .../util/{parseIntOrThrow_test.ts => parseIntOrThrow_test.std.ts} | 0 ...seIntWithFallback_test.ts => parseIntWithFallback_test.std.ts} | 0 .../util/{parseRetryAfter_test.ts => parseRetryAfter_test.std.ts} | 0 .../util/{prependStream_test.ts => prependStream_test.node.ts} | 0 ts/test-node/util/{privacy_test.ts => privacy_test.node.ts} | 0 ...Downloads_test.ts => queueAttachmentDownloads_test.preload.ts} | 0 ...eallyJsonStringify_test.ts => reallyJsonStringify_test.std.ts} | 0 .../util/{replaceIndex_test.ts => replaceIndex_test.std.ts} | 0 ...onicalLocales_test.ts => resolveCanonicalLocales_test.node.ts} | 0 ts/test-node/util/{rgbToHSL_test.ts => rgbToHSL_test.std.ts} | 0 ...rticipant_test.ts => nonRenderedRemoteParticipant_test.std.ts} | 0 ...lTimestamp_test.ts => normalizeGroupCallTimestamp_test.std.ts} | 0 ts/test-node/util/{schemas_test.ts => schemas_test.node.ts} | 0 ...rsationTitles_test.ts => searchConversationTitles_test.std.ts} | 0 ts/test-node/util/{search_test.ts => search_test.std.ts} | 0 .../util/{serverAlerts_test.ts => serverAlerts_test.preload.ts} | 0 ...sessionTranslation_test.ts => sessionTranslation_test.node.ts} | 0 ts/test-node/util/{setUtil_test.ts => setUtil_test.std.ts} | 0 .../util/{signalRoutes_test.ts => signalRoutes_test.std.ts} | 0 ts/test-node/util/{sleep_test.ts => sleep_test.std.ts} | 0 ...sniffImageMimeType_test.ts => sniffImageMimeType_test.node.ts} | 0 .../util/{sortByTitle_test.ts => sortByTitle_test.std.ts} | 0 ts/test-node/util/{splitText_test.ts => splitText_test.std.ts} | 0 ...TravelDetector_test.ts => startTimeTravelDetector_test.std.ts} | 0 ts/test-node/util/{theme_test.ts => theme_test.std.ts} | 0 .../util/{timelineUtil_test.ts => timelineUtil_test.std.ts} | 0 ...{timestampLongUtils_test.ts => timestampLongUtils_test.std.ts} | 0 ts/test-node/util/{timestamp_test.ts => timestamp_test.std.ts} | 0 .../util/{toWebStream_test.ts => toWebStream_test.node.ts} | 0 ...serWindow_test.ts => toggleMaximizedBrowserWindow_test.std.ts} | 0 .../util/{unicodeBidi_test.ts => unicodeBidi_test.std.ts} | 0 .../util/{unicodeSlice_test.ts => unicodeSlice_test.node.ts} | 0 ts/test-node/util/uploads/{helpers.ts => helpers.node.ts} | 0 .../uploads/{tusProtocol_test.ts => tusProtocol_test.node.ts} | 0 ts/test-node/util/{url_test.ts => url_test.std.ts} | 0 .../util/{userLanguages_test.ts => userLanguages_test.std.ts} | 0 ts/test-node/util/{version_test.ts => version_test.std.ts} | 0 .../util/{waitBatcher_test.ts => waitBatcher_test.std.ts} | 0 ts/test-node/util/{waitForAll.ts => waitForAll.std.ts} | 0 .../util/{webSafeBase64_test.ts => webSafeBase64_test.std.ts} | 0 ...sZoneIdentifier_test.ts => windowsZoneIdentifier_test.node.ts} | 0 ...EventEmitterOnce_test.ts => wrapEventEmitterOnce_test.node.ts} | 0 ts/test-node/util/{zkgroup_test.ts => zkgroup_test.node.ts} | 0 ts/textsecure/{AccountManager.ts => AccountManager.preload.ts} | 0 ts/textsecure/{ContactsParser.ts => ContactsParser.preload.ts} | 0 ts/textsecure/{Errors.ts => Errors.std.ts} | 0 ts/textsecure/{EventTarget.ts => EventTarget.std.ts} | 0 ts/textsecure/{Helpers.ts => Helpers.std.ts} | 0 ts/textsecure/{KeyChangeListener.ts => KeyChangeListener.dom.ts} | 0 ts/textsecure/{MessageReceiver.ts => MessageReceiver.preload.ts} | 0 ts/textsecure/{OutgoingMessage.ts => OutgoingMessage.preload.ts} | 0 ts/textsecure/{Provisioner.ts => Provisioner.preload.ts} | 0 .../{ProvisioningCipher.ts => ProvisioningCipher.node.ts} | 0 ts/textsecure/{SendMessage.ts => SendMessage.preload.ts} | 0 ts/textsecure/{SocketManager.ts => SocketManager.preload.ts} | 0 ts/textsecure/{Storage.ts => Storage.preload.ts} | 0 ts/textsecure/{TaskWithTimeout.ts => TaskWithTimeout.std.ts} | 0 .../{UpdateKeysListener.ts => UpdateKeysListener.preload.ts} | 0 ts/textsecure/{Utils.ts => Utils.dom.ts} | 0 ts/textsecure/{WebAPI.ts => WebAPI.preload.ts} | 0 ts/textsecure/{WebSocket.ts => WebSocket.preload.ts} | 0 .../{WebsocketResources.ts => WebsocketResources.preload.ts} | 0 ts/textsecure/cds/{CDSBase.ts => CDSBase.node.ts} | 0 ts/textsecure/cds/{CDSI.ts => CDSI.node.ts} | 0 ts/textsecure/cds/{CDSISocket.ts => CDSISocket.node.ts} | 0 ts/textsecure/cds/{CDSSocketBase.ts => CDSSocketBase.node.ts} | 0 .../cds/{RateLimitedError.ts => RateLimitedError.std.ts} | 0 .../{downloadAttachment.ts => downloadAttachment.preload.ts} | 0 .../{getKeysForServiceId.ts => getKeysForServiceId.preload.ts} | 0 .../{messageReceiverEvents.ts => messageReceiverEvents.std.ts} | 0 ts/textsecure/{preconnect.ts => preconnect.preload.ts} | 0 .../{processDataMessage.ts => processDataMessage.preload.ts} | 0 .../{processSyncMessage.ts => processSyncMessage.node.ts} | 0 ts/textsecure/storage/{Blocked.ts => Blocked.std.ts} | 0 ts/textsecure/storage/{User.ts => User.dom.ts} | 0 ts/textsecure/{syncRequests.ts => syncRequests.preload.ts} | 0 ts/types/{Address.ts => Address.std.ts} | 0 ts/types/{Attachment.ts => Attachment.std.ts} | 0 ts/types/{AttachmentBackup.ts => AttachmentBackup.std.ts} | 0 ts/types/{AttachmentDownload.ts => AttachmentDownload.std.ts} | 0 ts/types/{AttachmentSize.ts => AttachmentSize.std.ts} | 0 ts/types/{Audio.tsx => Audio.dom.tsx} | 0 ts/types/{AudioRecorder.ts => AudioRecorder.std.ts} | 0 ts/types/{Avatar.ts => Avatar.std.ts} | 0 ts/types/{BodyRange.ts => BodyRange.std.ts} | 0 ts/types/{CallDisposition.ts => CallDisposition.std.ts} | 0 ts/types/{CallLink.ts => CallLink.std.ts} | 0 ts/types/{Calling.ts => Calling.std.ts} | 0 ts/types/{ChatFolder.ts => ChatFolder.std.ts} | 0 ts/types/{Colors.ts => Colors.std.ts} | 0 ts/types/{Conversation.ts => Conversation.node.ts} | 0 ts/types/{Crypto.ts => Crypto.std.ts} | 0 ts/types/{CurrentChatFolders.ts => CurrentChatFolders.std.ts} | 0 ts/types/{DNSFallback.ts => DNSFallback.std.ts} | 0 ts/types/{Dialogs.ts => Dialogs.std.ts} | 0 ts/types/{Donations.ts => Donations.std.ts} | 0 ts/types/{DonationsCardForm.ts => DonationsCardForm.std.ts} | 0 ts/types/{EmbeddedContact.ts => EmbeddedContact.std.ts} | 0 ts/types/{ErrorWithToast.ts => ErrorWithToast.std.ts} | 0 ts/types/{ForwardDraft.ts => ForwardDraft.std.ts} | 0 ts/types/{GiftBadgeStates.ts => GiftBadgeStates.std.ts} | 0 .../{GroupSendEndorsements.ts => GroupSendEndorsements.std.ts} | 0 ts/types/{HTTPError.ts => HTTPError.std.ts} | 0 ts/types/{I18N.ts => I18N.std.ts} | 0 ts/types/{IndexedDB.ts => IndexedDB.std.ts} | 0 ts/types/{InstallScreen.ts => InstallScreen.std.ts} | 0 ts/types/{LinkPreview.ts => LinkPreview.std.ts} | 0 ts/types/{Logging.ts => Logging.std.ts} | 0 ts/types/{MIME.ts => MIME.std.ts} | 0 ts/types/{MapAsync.ts => MapAsync.std.ts} | 0 ts/types/{MediaItem.ts => MediaItem.std.ts} | 0 ts/types/{Megaphone.ts => Megaphone.std.ts} | 0 ts/types/{Message.ts => Message.std.ts} | 0 ts/types/{Message2.ts => Message2.preload.ts} | 0 ...RequestResponseEvent.ts => MessageRequestResponseEvent.std.ts} | 0 ts/types/{Nav.ts => Nav.std.ts} | 0 ...tificationProfile-node.ts => NotificationProfile-node.node.ts} | 0 ts/types/{NotificationProfile.ts => NotificationProfile.std.ts} | 0 ts/types/{OptionalResource.ts => OptionalResource.std.ts} | 0 ts/types/{Panels.ts => Panels.std.ts} | 0 ts/types/{Payment.ts => Payment.std.ts} | 0 ts/types/{PhoneNumber.ts => PhoneNumber.std.ts} | 0 .../{PhoneNumberSharingMode.ts => PhoneNumberSharingMode.std.ts} | 0 ts/types/{Polls.ts => Polls.dom.ts} | 0 .../{PreferencesBackupPage.ts => PreferencesBackupPage.std.ts} | 0 ts/types/{QualifiedAddress.ts => QualifiedAddress.std.ts} | 0 ts/types/{Reactions.ts => Reactions.std.ts} | 0 ts/types/{Receipt.ts => Receipt.std.ts} | 0 ts/types/{RendererConfig.ts => RendererConfig.std.ts} | 0 ...BackendChangeError.ts => SafeStorageBackendChangeError.std.ts} | 0 ...torageDecryptionError.ts => SafeStorageDecryptionError.std.ts} | 0 ...afetyNumberChangeSource.ts => SafetyNumberChangeSource.std.ts} | 0 ts/types/{SchemaVersion.ts => SchemaVersion.std.ts} | 0 ts/types/{SealedSender.ts => SealedSender.std.ts} | 0 ts/types/{ServerAlert.ts => ServerAlert.std.ts} | 0 ts/types/{ServiceId.ts => ServiceId.std.ts} | 0 ts/types/{Settings.ts => Settings.std.ts} | 0 ts/types/{SignalConversation.ts => SignalConversation.std.ts} | 0 ts/types/{SocketStatus.ts => SocketStatus.std.ts} | 0 ts/types/{Stickers.ts => Stickers.preload.ts} | 0 ts/types/{StorageUIKeys.ts => StorageUIKeys.std.ts} | 0 ts/types/{Stories.ts => Stories.std.ts} | 0 ts/types/{StoryDistributionId.ts => StoryDistributionId.std.ts} | 0 ts/types/{SystemTraySetting.ts => SystemTraySetting.std.ts} | 0 ts/types/{Toast.tsx => Toast.dom.tsx} | 0 ts/types/{Username.ts => Username.std.ts} | 0 ts/types/{Util.ts => Util.std.ts} | 0 .../{VerificationTransport.ts => VerificationTransport.std.ts} | 0 ts/types/{VisualAttachment.ts => VisualAttachment.dom.ts} | 0 ts/types/{backups.ts => backups.node.ts} | 0 ts/types/{emoji.ts => emoji.std.ts} | 0 ts/types/{errors.ts => errors.std.ts} | 0 ts/types/{globalModals.ts => globalModals.std.ts} | 0 ts/types/{groups.ts => groups.std.ts} | 0 ts/types/{leftPane.ts => leftPane.std.ts} | 0 ts/types/{menu.ts => menu.std.ts} | 0 ts/types/message/{LinkPreviews.ts => LinkPreviews.std.ts} | 0 ts/types/message/{MessageStatus.ts => MessageStatus.std.ts} | 0 ts/types/{notifications.ts => notifications.std.ts} | 0 ts/types/{safetyNumber.ts => safetyNumber.std.ts} | 0 ts/types/{support.ts => support.std.ts} | 0 ...WithUuidLookup.ts => updateConversationsWithUuidLookup.dom.ts} | 0 ts/updater/{common.ts => common.main.ts} | 0 ts/updater/{curve.ts => curve.node.ts} | 0 ts/updater/{differential.ts => differential.node.ts} | 0 ts/updater/{generateKeyPair.ts => generateKeyPair.main.ts} | 0 ts/updater/{generateSignature.ts => generateSignature.main.ts} | 0 ts/updater/{got.ts => got.node.ts} | 0 ts/updater/{index.ts => index.main.ts} | 0 ts/updater/{linux.ts => linux.main.ts} | 0 ts/updater/{macos.ts => macos.main.ts} | 0 ts/updater/{signature.ts => signature.node.ts} | 0 ts/updater/{util.ts => util.node.ts} | 0 ts/updater/{windows.ts => windows.main.ts} | 0 ts/util/{AbortableProcess.ts => AbortableProcess.std.ts} | 0 ts/util/{AsyncQueue.ts => AsyncQueue.std.ts} | 0 ts/util/{Attachment.ts => Attachment.std.ts} | 0 ts/util/{AttachmentCrypto.ts => AttachmentCrypto.std.ts} | 0 ts/util/{BackOff.ts => BackOff.std.ts} | 0 ts/util/{DelimitedStream.ts => DelimitedStream.node.ts} | 0 ts/util/{GoogleChrome.ts => GoogleChrome.std.ts} | 0 ts/util/{JobQueue.ts => JobQueue.std.ts} | 0 ts/util/{LatestQueue.ts => LatestQueue.std.ts} | 0 ts/util/{MemoryStream.ts => MemoryStream.node.ts} | 0 ts/util/{ServiceId.ts => ServiceId.node.ts} | 0 ts/util/{Settings.ts => Settings.preload.ts} | 0 ts/util/{Sound.ts => Sound.std.ts} | 0 ts/util/{StartupQueue.ts => StartupQueue.std.ts} | 0 ts/util/{Stickers.ts => Stickers.std.ts} | 0 ts/util/{Username.ts => Username.dom.ts} | 0 ts/util/{Zone.ts => Zone.std.ts} | 0 ts/util/{appendMacStream.ts => appendMacStream.node.ts} | 0 .../{areObjectEntriesEqual.ts => areObjectEntriesEqual.std.ts} | 0 ...dConversationsEqual.ts => arePinnedConversationsEqual.node.ts} | 0 ts/util/{areWeAdmin.ts => areWeAdmin.preload.ts} | 0 .../{arrayBufferToObjectURL.ts => arrayBufferToObjectURL.std.ts} | 0 ts/util/{assert.ts => assert.std.ts} | 0 ...saryAllocation.ts => assignWithNoUnnecessaryAllocation.std.ts} | 0 ts/util/{asyncIterables.ts => asyncIterables.std.ts} | 0 ...achmentDownloadQueue.ts => attachmentDownloadQueue.preload.ts} | 0 ts/util/{attachmentPath.ts => attachmentPath.node.ts} | 0 ts/util/{attachments.ts => attachments.preload.ts} | 0 ...nentlyErrored.ts => markAttachmentAsPermanentlyErrored.std.ts} | 0 ...{migrateDataToFilesystem.ts => migrateDataToFilesystem.std.ts} | 0 ts/util/{avatarDataToBytes.ts => avatarDataToBytes.dom.ts} | 0 ...vatarTextSizeCalculator.ts => avatarTextSizeCalculator.std.ts} | 0 ts/util/{avatarUtils.ts => avatarUtils.preload.ts} | 0 ts/util/{awaitObject.ts => awaitObject.std.ts} | 0 .../{backupMediaDownload.ts => backupMediaDownload.preload.ts} | 0 ...ackupSubscriptionData.ts => backupSubscriptionData.preload.ts} | 0 ts/util/{basePaths.ts => basePaths.preload.ts} | 0 ts/util/{batcher.ts => batcher.std.ts} | 0 ts/util/benchmark/{stats.ts => stats.std.ts} | 0 ...eVerified.ts => blockSendUntilConversationsAreVerified.dom.ts} | 0 ts/util/{buildExpiration.ts => buildExpiration.std.ts} | 0 ts/util/{callDisposition.ts => callDisposition.preload.ts} | 0 ts/util/{callLinkRootKeyToUrl.ts => callLinkRootKeyToUrl.std.ts} | 0 ts/util/{callLinks.ts => callLinks.std.ts} | 0 ts/util/callLinks/{zkgroup.ts => zkgroup.preload.ts} | 0 ts/util/{callLinksRingrtc.ts => callLinksRingrtc.node.ts} | 0 ...lingGetParticipantName.ts => callingGetParticipantName.std.ts} | 0 .../{callingIsReconnecting.ts => callingIsReconnecting.std.ts} | 0 .../{callingMessageToProto.ts => callingMessageToProto.node.ts} | 0 ts/util/{callingNotification.ts => callingNotification.std.ts} | 0 ts/util/{callingPermissions.ts => callingPermissions.dom.ts} | 0 ts/util/{callingTones.ts => callingTones.preload.ts} | 0 ts/util/{canAddNewMembers.ts => canAddNewMembers.preload.ts} | 0 .../{canBeAnnouncementGroup.ts => canBeAnnouncementGroup.dom.ts} | 0 ts/util/{canChangeTimer.ts => canChangeTimer.preload.ts} | 0 ...tionBeUnarchived.ts => canConversationBeUnarchived.preload.ts} | 0 ts/util/{canEditGroupInfo.ts => canEditGroupInfo.preload.ts} | 0 ts/util/{canEditMessage.ts => canEditMessage.dom.ts} | 0 ts/util/{canvasToBlob.ts => canvasToBlob.std.ts} | 0 ts/util/{canvasToBytes.ts => canvasToBytes.std.ts} | 0 ...ionsAndScreenshot.ts => captureDimensionsAndScreenshot.dom.ts} | 0 ts/util/{characters.ts => characters.std.ts} | 0 ts/util/{checkFirstEnvelope.ts => checkFirstEnvelope.dom.ts} | 0 ...heckOurPniIdentityKey.ts => checkOurPniIdentityKey.preload.ts} | 0 ts/util/{cleanup.ts => cleanup.preload.ts} | 0 ...ttachments.ts => clearConversationDraftAttachments.preload.ts} | 0 ...{clearTimeoutIfNecessary.ts => clearTimeoutIfNecessary.std.ts} | 0 ts/util/{combineNames.ts => combineNames.std.ts} | 0 ts/util/{computeBlurHashUrl.ts => computeBlurHashUrl.std.ts} | 0 ts/util/{consoleLogger.ts => consoleLogger.std.ts} | 0 ts/util/{contactSpoofing.ts => contactSpoofing.std.ts} | 0 ...ataMessageIntoMessage.ts => copyDataMessageIntoMessage.std.ts} | 0 ts/util/{copyLinksWithToast.ts => copyLinksWithToast.dom.ts} | 0 ts/util/{countMutedStats.ts => countMutedStats.std.ts} | 0 ts/util/{countUnreadStats.ts => countUnreadStats.std.ts} | 0 ts/util/{createAvatarData.ts => createAvatarData.std.ts} | 0 ts/util/{createHTTPSAgent.ts => createHTTPSAgent.node.ts} | 0 ts/util/{createIPCEvents.ts => createIPCEvents.preload.ts} | 0 ts/util/{createIdenticon.tsx => createIdenticon.preload.tsx} | 0 ts/util/{createProxyAgent.ts => createProxyAgent.node.ts} | 0 ts/util/{createSupportUrl.ts => createSupportUrl.std.ts} | 0 ts/util/{currency.ts => currency.dom.ts} | 0 ts/util/{decipherWithAesKey.ts => decipherWithAesKey.node.ts} | 0 ts/util/{deconstructLookup.ts => deconstructLookup.std.ts} | 0 ts/util/{deepClone.ts => deepClone.std.ts} | 0 ts/util/{deleteAllLogs.ts => deleteAllLogs.preload.ts} | 0 ts/util/{deleteAllMyStories.ts => deleteAllMyStories.preload.ts} | 0 ...{deleteDraftAttachment.ts => deleteDraftAttachment.preload.ts} | 0 ts/util/{deleteForEveryone.ts => deleteForEveryone.preload.ts} | 0 ts/util/{deleteForMe.ts => deleteForMe.preload.ts} | 0 ts/util/{deleteForMe.types.ts => deleteForMe.types.std.ts} | 0 ...ForEveryone.ts => deleteGroupStoryReplyForEveryone.preload.ts} | 0 ...eleteStoryForEveryone.ts => deleteStoryForEveryone.preload.ts} | 0 ts/util/{deliveryReceipt.ts => deliveryReceipt.preload.ts} | 0 ...ngApprovalRequest.ts => denyPendingApprovalRequest.preload.ts} | 0 ts/util/{deprecated.ts => deprecated.std.ts} | 0 ts/util/{desktopCapturer.ts => desktopCapturer.preload.ts} | 0 ts/util/{diffArraysAsSets.ts => diffArraysAsSets.std.ts} | 0 ...istToSendTarget.ts => distributionListToSendTarget.preload.ts} | 0 ts/util/{dns.ts => dns.node.ts} | 0 ts/util/{donations.ts => donations.dom.ts} | 0 ...teReference.ts => doubleCheckMissingQuoteReference.preload.ts} | 0 ts/util/{downloadAttachment.ts => downloadAttachment.preload.ts} | 0 ...ocalBackup.ts => downloadAttachmentFromLocalBackup.preload.ts} | 0 ...nloadOnboardingStory.ts => downloadOnboardingStory.preload.ts} | 0 ts/util/{drop.ts => drop.std.ts} | 0 ts/util/{dropNull.ts => dropNull.std.ts} | 0 ts/util/{dropZero.ts => dropZero.std.ts} | 0 .../{durationToPlaybackText.ts => durationToPlaybackText.std.ts} | 0 ts/util/durations/{constants.ts => constants.std.ts} | 0 .../{duration-in-seconds.ts => duration-in-seconds.std.ts} | 0 ts/util/durations/{index.ts => index.std.ts} | 0 ts/util/{editHelpers.ts => editHelpers.std.ts} | 0 ts/util/{emoji.ts => emoji.std.ts} | 0 ...onAttachments.ts => encryptConversationAttachments.preload.ts} | 0 ...ryptLegacyAttachment.ts => encryptLegacyAttachment.preload.ts} | 0 ts/util/{encryptProfileData.ts => encryptProfileData.preload.ts} | 0 ts/util/{enum.ts => enum.std.ts} | 0 ts/util/{expirationTimer.ts => expirationTimer.std.ts} | 0 ts/util/{explodePromise.ts => explodePromise.std.ts} | 0 ts/util/{exponentialBackoff.ts => exponentialBackoff.std.ts} | 0 ts/util/{fileToBytes.ts => fileToBytes.std.ts} | 0 ...rAndSortConversations.ts => filterAndSortConversations.std.ts} | 0 ts/util/{filterCallLinks.ts => filterCallLinks.dom.ts} | 0 ts/util/{finalStream.ts => finalStream.node.ts} | 0 ...fExists.ts => findAndDeleteOnboardingStoryIfExists.preload.ts} | 0 .../{findAndFormatContact.ts => findAndFormatContact.preload.ts} | 0 ts/util/{findStoryMessage.ts => findStoryMessage.preload.ts} | 0 ts/util/{focusableSelectors.ts => focusableSelectors.std.ts} | 0 ts/util/{formatDuration.ts => formatDuration.std.ts} | 0 ts/util/{formatFileSize.ts => formatFileSize.std.ts} | 0 ts/util/{formatTimestamp.ts => formatTimestamp.dom.ts} | 0 ts/util/{fuse.ts => fuse.std.ts} | 0 ts/util/{generateBlurHash.ts => generateBlurHash.std.ts} | 0 ts/util/{generateConfigMatrix.ts => generateConfigMatrix.std.ts} | 0 ...{generateDonationReceipt.ts => generateDonationReceipt.dom.ts} | 0 ts/util/{generateMessageId.ts => generateMessageId.node.ts} | 0 ts/util/{getAboutText.ts => getAboutText.dom.ts} | 0 ...{getAccessControlOptions.ts => getAccessControlOptions.std.ts} | 0 ...Invitation.ts => getAddedByForOurPendingInvitation.preload.ts} | 0 ts/util/{getAnalogTime.ts => getAnalogTime.std.ts} | 0 ts/util/{getAppErrorIcon.ts => getAppErrorIcon.node.ts} | 0 ts/util/{getAvatarData.ts => getAvatarData.dom.ts} | 0 ts/util/{getBasicAuth.ts => getBasicAuth.std.ts} | 0 ts/util/{getClassNamesFor.ts => getClassNamesFor.std.ts} | 0 ts/util/{getColorForCallLink.ts => getColorForCallLink.std.ts} | 0 ts/util/{getConversation.ts => getConversation.preload.ts} | 0 ...onColorAttributes.ts => getConversationColorAttributes.std.ts} | 0 .../{getConversationMembers.ts => getConversationMembers.dom.ts} | 0 ...tleForPanelType.ts => getConversationTitleForPanelType.std.ts} | 0 ts/util/{getCountryData.ts => getCountryData.dom.ts} | 0 ts/util/{getCustomColorStyle.ts => getCustomColorStyle.dom.ts} | 0 ts/util/{getDraftPreview.ts => getDraftPreview.preload.ts} | 0 ts/util/{getE164.ts => getE164.std.ts} | 0 ...{getFontNameByTextScript.ts => getFontNameByTextScript.std.ts} | 0 ts/util/{getGroupMemberships.ts => getGroupMemberships.dom.ts} | 0 ts/util/{getHSL.ts => getHSL.std.ts} | 0 ts/util/{getICUMessageParams.ts => getICUMessageParams.std.ts} | 0 ts/util/{getInitials.ts => getInitials.std.ts} | 0 ts/util/{getLastMessage.ts => getLastMessage.preload.ts} | 0 .../{getLocalAttachmentUrl.ts => getLocalAttachmentUrl.std.ts} | 0 ts/util/{getMacAndUpdateHmac.ts => getMacAndUpdateHmac.node.ts} | 0 .../{getMessageAuthorText.ts => getMessageAuthorText.preload.ts} | 0 .../{getMessageConversation.ts => getMessageConversation.dom.ts} | 0 ts/util/{getMessageQueueTime.ts => getMessageQueueTime.dom.ts} | 0 ...{getMessageSentTimestamp.ts => getMessageSentTimestamp.std.ts} | 0 ...ssageSentTimestampSet.ts => getMessageSentTimestampSet.std.ts} | 0 ts/util/{getMessageTimestamp.ts => getMessageTimestamp.std.ts} | 0 ts/util/{getMockServerPort.ts => getMockServerPort.dom.ts} | 0 ts/util/{getMuteOptions.ts => getMuteOptions.std.ts} | 0 ts/util/{getMutedUntilText.ts => getMutedUntilText.std.ts} | 0 ...DataForMessage.ts => getNotificationDataForMessage.preload.ts} | 0 ...TextForMessage.ts => getNotificationTextForMessage.preload.ts} | 0 ts/util/{getOwn.ts => getOwn.std.ts} | 0 ts/util/{getProfile.ts => getProfile.preload.ts} | 0 ts/util/{getQuoteBodyText.ts => getQuoteBodyText.std.ts} | 0 ...pientConversationIds.ts => getRecipientConversationIds.dom.ts} | 0 ts/util/{getRecipients.ts => getRecipients.dom.ts} | 0 ...pientsByConversation.ts => getRecipientsByConversation.dom.ts} | 0 ts/util/{getSendOptions.ts => getSendOptions.preload.ts} | 0 ts/util/{getSendTarget.ts => getSendTarget.std.ts} | 0 ts/util/{getSenderIdentifier.ts => getSenderIdentifier.dom.ts} | 0 .../{getServiceIdsForE164s.ts => getServiceIdsForE164s.dom.ts} | 0 .../{getSignalConnections.ts => getSignalConnections.preload.ts} | 0 ts/util/{getStoryBackground.ts => getStoryBackground.std.ts} | 0 ts/util/{getStoryDuration.ts => getStoryDuration.dom.ts} | 0 ts/util/{getStoryReplyText.ts => getStoryReplyText.std.ts} | 0 ts/util/{getStreamWithTimeout.ts => getStreamWithTimeout.node.ts} | 0 ...rConversationMerge.ts => getStringForConversationMerge.std.ts} | 0 ...NumberDiscovery.ts => getStringForPhoneNumberDiscovery.std.ts} | 0 ...StringForProfileChange.ts => getStringForProfileChange.std.ts} | 0 ts/util/{getThemeType.ts => getThemeType.dom.ts} | 0 ts/util/{getTitle.ts => getTitle.preload.ts} | 0 ts/util/{getUserAgent.ts => getUserAgent.node.ts} | 0 ts/util/{grapheme.ts => grapheme.std.ts} | 0 ...phemeAndLinkAwareSlice.ts => graphemeAndLinkAwareSlice.std.ts} | 0 .../{groupAndOrderReactions.ts => groupAndOrderReactions.dom.ts} | 0 ...upMemberNameCollisions.ts => groupMemberNameCollisions.std.ts} | 0 .../{groupMembershipUtils.ts => groupMembershipUtils.preload.ts} | 0 ...{groupSendEndorsements.ts => groupSendEndorsements.preload.ts} | 0 ts/util/{groupWhile.ts => groupWhile.std.ts} | 0 ts/util/{handleEditMessage.ts => handleEditMessage.preload.ts} | 0 ...{handleImageAttachment.ts => handleImageAttachment.preload.ts} | 0 ts/util/{handleMessageSend.ts => handleMessageSend.preload.ts} | 0 ts/util/{handleOutsideClick.ts => handleOutsideClick.dom.ts} | 0 ts/util/{handleRetry.ts => handleRetry.preload.ts} | 0 ts/util/{handleServerAlerts.ts => handleServerAlerts.preload.ts} | 0 ...{handleVideoAttachment.ts => handleVideoAttachment.preload.ts} | 0 .../{hasAttachmentDownloads.ts => hasAttachmentDownloads.std.ts} | 0 ts/util/{hasDraft.ts => hasDraft.std.ts} | 0 ts/util/{hasDraftAttachments.ts => hasDraftAttachments.std.ts} | 0 ts/util/{hslToRGB.ts => hslToRGB.std.ts} | 0 .../{hydrateStoryContext.ts => hydrateStoryContext.preload.ts} | 0 ts/util/{idForLogging.ts => idForLogging.preload.ts} | 0 ts/util/{imagePathToBytes.ts => imagePathToBytes.dom.ts} | 0 ts/util/{imageToBlurHash.ts => imageToBlurHash.dom.ts} | 0 ...rementMessageCounter.ts => incrementMessageCounter.preload.ts} | 0 ts/util/{inspectProtobufs.ts => inspectProtobufs.node.ts} | 0 ts/util/{isAbortError.ts => isAbortError.std.ts} | 0 ts/util/{isAciString.ts => isAciString.std.ts} | 0 ts/util/{isBackupEnabled.ts => isBackupEnabled.preload.ts} | 0 ts/util/{isBlocked.ts => isBlocked.preload.ts} | 0 ts/util/{isCallSafe.ts => isCallSafe.dom.ts} | 0 ts/util/{isChatFoldersEnabled.ts => isChatFoldersEnabled.dom.ts} | 0 ...sConversationAccepted.ts => isConversationAccepted.preload.ts} | 0 ts/util/{isConversationMuted.ts => isConversationMuted.std.ts} | 0 ...{isConversationNameKnown.ts => isConversationNameKnown.std.ts} | 0 .../{isConversationSMSOnly.ts => isConversationSMSOnly.std.ts} | 0 ts/util/{isConversationUnread.ts => isConversationUnread.std.ts} | 0 ...versationUnregistered.ts => isConversationUnregistered.dom.ts} | 0 ts/util/{isFileDangerous.ts => isFileDangerous.std.ts} | 0 ts/util/{isGroupInStoryMode.ts => isGroupInStoryMode.std.ts} | 0 ts/util/{isGroupOrAdhocCall.ts => isGroupOrAdhocCall.std.ts} | 0 ts/util/{isInSystemContacts.ts => isInSystemContacts.std.ts} | 0 .../{isLinkAndSyncEnabled.ts => isLinkAndSyncEnabled.preload.ts} | 0 .../{isLocalBackupsEnabled.ts => isLocalBackupsEnabled.dom.ts} | 0 ts/util/{isMessageEmpty.ts => isMessageEmpty.preload.ts} | 0 ts/util/{isMessageNoteToSelf.ts => isMessageNoteToSelf.dom.ts} | 0 ts/util/{isMessageUnread.ts => isMessageUnread.std.ts} | 0 ts/util/{isMockServer.ts => isMockServer.dom.ts} | 0 ts/util/{isNormalNumber.ts => isNormalNumber.std.ts} | 0 ts/util/{isNotNil.ts => isNotNil.std.ts} | 0 ts/util/{isPathInside.ts => isPathInside.node.ts} | 0 ...naryEncodingEnabled.ts => isProtoBinaryEncodingEnabled.std.ts} | 0 ts/util/{isRecord.ts => isRecord.std.ts} | 0 ...etyNumberNotAvailable.ts => isSafetyNumberNotAvailable.std.ts} | 0 ts/util/{isSameAvatarData.ts => isSameAvatarData.std.ts} | 0 ...ettingsInternalEnabled.ts => isSettingsInternalEnabled.dom.ts} | 0 ts/util/{isShallowEqual.ts => isShallowEqual.std.ts} | 0 ts/util/{isSignalConversation.ts => isSignalConversation.dom.ts} | 0 ts/util/{isSorted.ts => isSorted.std.ts} | 0 ts/util/{isStagingServer.ts => isStagingServer.dom.ts} | 0 ...{isTooOldToModifyMessage.ts => isTooOldToModifyMessage.std.ts} | 0 ts/util/{isValidE164.ts => isValidE164.std.ts} | 0 ts/util/{isValidTapToView.ts => isValidTapToView.std.ts} | 0 ts/util/{isValidUuid.ts => isValidUuid.std.ts} | 0 .../{isVideoGoodForStories.ts => isVideoGoodForStories.std.ts} | 0 ts/util/{isWindowDragElement.ts => isWindowDragElement.std.ts} | 0 ts/util/{iterables.ts => iterables.std.ts} | 0 ts/util/{keyboard.ts => keyboard.dom.ts} | 0 ts/util/{leftPaneWidth.ts => leftPaneWidth.std.ts} | 0 .../{libphonenumberInstance.ts => libphonenumberInstance.std.ts} | 0 ts/util/{libphonenumberUtil.ts => libphonenumberUtil.std.ts} | 0 .../{lightSessionResetQueue.ts => lightSessionResetQueue.std.ts} | 0 .../lint/{analyze_exceptions.ts => analyze_exceptions.node.ts} | 0 ts/util/lint/{license_comments.ts => license_comments.node.ts} | 0 ts/util/lint/{linter.ts => linter.node.ts} | 0 ts/util/lint/{sort_exceptions.ts => sort_exceptions.node.ts} | 0 ts/util/lint/{types.ts => types.std.ts} | 0 ts/util/lint/{util.ts => util.node.ts} | 0 ...{linuxPasswordStoreFlags.ts => linuxPasswordStoreFlags.std.ts} | 0 ts/util/{loadImage.ts => loadImage.std.ts} | 0 ts/util/{loadRecentEmojis.ts => loadRecentEmojis.preload.ts} | 0 ts/util/{loadable.ts => loadable.std.ts} | 0 ts/util/{logPadSize.ts => logPadSize.std.ts} | 0 ts/util/{logPadding.ts => logPadding.node.ts} | 0 ts/util/{longAttachment.ts => longAttachment.std.ts} | 0 ...{longRunningTaskWrapper.tsx => longRunningTaskWrapper.dom.tsx} | 0 ...ServiceId.ts => lookupConversationWithoutServiceId.preload.ts} | 0 ts/util/{makeLookup.ts => makeLookup.std.ts} | 0 ts/util/{makeQuote.ts => makeQuote.preload.ts} | 0 ts/util/{mapEmplace.ts => mapEmplace.std.ts} | 0 ts/util/{mapObjectWithSpec.ts => mapObjectWithSpec.std.ts} | 0 ts/util/{mapUtil.ts => mapUtil.std.ts} | 0 .../{markConversationRead.ts => markConversationRead.preload.ts} | 0 ...oardingStoryAsRead.ts => markOnboardingStoryAsRead.preload.ts} | 0 .../{maybeForwardMessages.ts => maybeForwardMessages.preload.ts} | 0 ts/util/{messageBatcher.ts => messageBatcher.preload.ts} | 0 ts/util/{messageFilePaths.ts => messageFilePaths.std.ts} | 0 ...htStillBeOnTransitTier.ts => mightStillBeOnTransitTier.dom.ts} | 0 ts/util/{migrateColor.ts => migrateColor.node.ts} | 0 ts/util/{migrations.ts => migrations.preload.ts} | 0 ts/util/{missingCaseError.ts => missingCaseError.std.ts} | 0 .../{modifyTargetMessage.ts => modifyTargetMessage.preload.ts} | 0 ts/util/{nicknames.ts => nicknames.dom.ts} | 0 ts/util/{normalizeAci.ts => normalizeAci.std.ts} | 0 ts/util/{normalizeDeviceName.ts => normalizeDeviceName.std.ts} | 0 ts/util/{nsis.ts => nsis.std.ts} | 0 ts/util/{numbers.ts => numbers.std.ts} | 0 ts/util/{objectMap.ts => objectMap.std.ts} | 0 ts/util/{onCallEventSync.ts => onCallEventSync.preload.ts} | 0 .../{onCallLinkUpdateSync.ts => onCallLinkUpdateSync.preload.ts} | 0 ts/util/{onCallLogEventSync.ts => onCallLogEventSync.preload.ts} | 0 ...nDeviceNameChangeSync.ts => onDeviceNameChangeSync.preload.ts} | 0 ...nStoryRecipientUpdate.ts => onStoryRecipientUpdate.preload.ts} | 0 ts/util/{openLinkInWebBrowser.ts => openLinkInWebBrowser.dom.ts} | 0 ts/util/os/{osMain.ts => osMain.node.ts} | 0 ts/util/os/{osPreload.ts => osPreload.preload.ts} | 0 ts/util/os/{promptOSAuthMain.ts => promptOSAuthMain.main.ts} | 0 ts/util/os/{shared.ts => shared.std.ts} | 0 ts/util/{packageJson.ts => packageJson.node.ts} | 0 ts/util/{parseIntOrThrow.ts => parseIntOrThrow.std.ts} | 0 ts/util/{parseIntWithFallback.ts => parseIntWithFallback.std.ts} | 0 ...moteClientExpiration.ts => parseRemoteClientExpiration.dom.ts} | 0 ts/util/{parseRetryAfter.ts => parseRetryAfter.std.ts} | 0 ts/util/{pemToDer.ts => pemToDer.std.ts} | 0 ...NumberDiscoverability.ts => phoneNumberDiscoverability.std.ts} | 0 ...honeNumberSharingMode.ts => phoneNumberSharingMode.preload.ts} | 0 ts/util/{popperUtil.ts => popperUtil.std.ts} | 0 ts/util/{preload.ts => preload.preload.ts} | 0 ts/util/{prependStream.ts => prependStream.node.ts} | 0 ts/util/{privacy.ts => privacy.node.ts} | 0 ts/util/{processAttachment.ts => processAttachment.preload.ts} | 0 ts/util/{processImageFile.ts => processImageFile.dom.ts} | 0 ts/util/{promptOSAuth.ts => promptOSAuth.preload.ts} | 0 ...AttachmentDownloads.ts => queueAttachmentDownloads.preload.ts} | 0 ts/util/{randomBlurHash.ts => randomBlurHash.std.ts} | 0 ts/util/{reallyJsonStringify.ts => reallyJsonStringify.std.ts} | 0 ts/util/{refMerger.ts => refMerger.std.ts} | 0 ts/util/{registration.ts => registration.preload.ts} | 0 ts/util/{removeDiacritics.ts => removeDiacritics.std.ts} | 0 .../{removePendingMember.ts => removePendingMember.preload.ts} | 0 ts/util/{replaceIndex.ts => replaceIndex.std.ts} | 0 ...crophonePermissions.ts => requestMicrophonePermissions.dom.ts} | 0 ...tachmentDraftData.ts => resolveAttachmentDraftData.preload.ts} | 0 ...{resolveCanonicalLocales.ts => resolveCanonicalLocales.std.ts} | 0 ...ttachmentOnDisk.ts => resolveDraftAttachmentOnDisk.preload.ts} | 0 .../{resolveStorySendStatus.ts => resolveStorySendStatus.std.ts} | 0 ts/util/{rgbToHSL.ts => rgbToHSL.std.ts} | 0 ...edRemoteParticipant.ts => nonRenderedRemoteParticipant.std.ts} | 0 ...zeGroupCallTimestamp.ts => normalizeGroupCallTimestamp.std.ts} | 0 ts/util/{rotatingPinoDest.ts => rotatingPinoDest.node.ts} | 0 ts/util/{safetyNumber.ts => safetyNumber.preload.ts} | 0 ts/util/{scaleImageToLevel.ts => scaleImageToLevel.preload.ts} | 0 ts/util/{schemas.ts => schemas.std.ts} | 0 ts/util/{scrollUtil.ts => scrollUtil.std.ts} | 0 ts/util/{search.ts => search.std.ts} | 0 ...earchConversationTitles.ts => searchConversationTitles.std.ts} | 0 ...endCallLinkUpdateSync.ts => sendCallLinkUpdateSync.preload.ts} | 0 ...EveryoneMessage.ts => sendDeleteForEveryoneMessage.preload.ts} | 0 ts/util/{sendEditedMessage.ts => sendEditedMessage.preload.ts} | 0 ts/util/{sendReceipts.ts => sendReceipts.preload.ts} | 0 ts/util/{sendStoryMessage.ts => sendStoryMessage.preload.ts} | 0 ts/util/{sendToGroup.ts => sendToGroup.preload.ts} | 0 ts/util/{sessionTranslation.ts => sessionTranslation.node.ts} | 0 ts/util/{setUtil.ts => setUtil.std.ts} | 0 ts/util/{setupI18n.tsx => setupI18n.dom.tsx} | 0 ts/util/{setupI18nMain.ts => setupI18nMain.std.ts} | 0 .../{shouldDownloadStory.ts => shouldDownloadStory.preload.ts} | 0 ts/util/{shouldNeverBeCalled.ts => shouldNeverBeCalled.std.ts} | 0 ...espondWithProfileKey.ts => shouldRespondWithProfileKey.dom.ts} | 0 ...idMessageToast.ts => shouldShowInvalidMessageToast.preload.ts} | 0 ...ryReplyNotifyUser.ts => shouldStoryReplyNotifyUser.preload.ts} | 0 ...{showConfirmationDialog.tsx => showConfirmationDialog.dom.tsx} | 0 ...{showDownloadFailedToast.ts => showDownloadFailedToast.dom.ts} | 0 ts/util/{signalRoutes.ts => signalRoutes.std.ts} | 0 ts/util/{sleep.ts => sleep.std.ts} | 0 ts/util/{sleeper.ts => sleeper.std.ts} | 0 ts/util/{smartling.ts => smartling.node.ts} | 0 ts/util/{sniffImageMimeType.ts => sniffImageMimeType.std.ts} | 0 ts/util/{sortByTitle.ts => sortByTitle.std.ts} | 0 ts/util/{splitText.ts => splitText.std.ts} | 0 ts/util/{startConversation.ts => startConversation.dom.ts} | 0 ...{startTimeTravelDetector.ts => startTimeTravelDetector.std.ts} | 0 ts/util/{stories.ts => stories.preload.ts} | 0 ...tripNewlinesForLeftPane.ts => stripNewlinesForLeftPane.std.ts} | 0 ...ptionConfiguration.ts => subscriptionConfiguration.preload.ts} | 0 ts/util/{syncIdentifiers.ts => syncIdentifiers.preload.ts} | 0 ts/util/{syncTasks.ts => syncTasks.preload.ts} | 0 ts/util/{syncTasks.types.ts => syncTasks.types.std.ts} | 0 ts/util/{theme.ts => theme.std.ts} | 0 ts/util/{throttle.ts => throttle.std.ts} | 0 ts/util/{timeAndLogIfTooLong.ts => timeAndLogIfTooLong.std.ts} | 0 ts/util/{timelineUtil.ts => timelineUtil.std.ts} | 0 ts/util/{timeout.ts => timeout.std.ts} | 0 ts/util/{timer.ts => timer.std.ts} | 0 ts/util/{timestamp.ts => timestamp.std.ts} | 0 ts/util/{timestampLongUtils.ts => timestampLongUtils.std.ts} | 0 ts/util/{toWebStream.ts => toWebStream.node.ts} | 0 ...imizedBrowserWindow.ts => toggleMaximizedBrowserWindow.std.ts} | 0 ts/util/{trimPadding.ts => trimPadding.node.ts} | 0 ts/util/{unicodeBidi.ts => unicodeBidi.std.ts} | 0 ts/util/{unicodeSlice.ts => unicodeSlice.std.ts} | 0 .../{universalExpireTimer.ts => universalExpireTimer.preload.ts} | 0 ...adProgress.ts => updateBackupMediaDownloadProgress.preload.ts} | 0 ts/util/{uploadAttachment.ts => uploadAttachment.preload.ts} | 0 ts/util/uploads/{tusProtocol.ts => tusProtocol.node.ts} | 0 ts/util/uploads/{uploads.ts => uploads.node.ts} | 0 ts/util/{url.ts => url.std.ts} | 0 ts/util/{userLanguages.ts => userLanguages.std.ts} | 0 ts/util/{utf16ToEmoji.ts => utf16ToEmoji.node.ts} | 0 ts/util/{uuidFetchState.ts => uuidFetchState.std.ts} | 0 ts/util/{uuidToBytes.ts => uuidToBytes.std.ts} | 0 ts/util/{validateConversation.ts => validateConversation.dom.ts} | 0 ...erifyStoryListMembers.ts => verifyStoryListMembers.preload.ts} | 0 ts/util/{version.ts => version.std.ts} | 0 ts/util/{waitBatcher.ts => waitBatcher.std.ts} | 0 ts/util/{waitForAll.ts => waitForAll.std.ts} | 0 ts/util/{waitForOnline.ts => waitForOnline.dom.ts} | 0 ts/util/{webSafeBase64.ts => webSafeBase64.std.ts} | 0 .../{whatTypeOfConversation.ts => whatTypeOfConversation.dom.ts} | 0 ts/util/{whitespaceStringUtil.ts => whitespaceStringUtil.std.ts} | 0 .../{windowsZoneIdentifier.ts => windowsZoneIdentifier.node.ts} | 0 ts/util/{wrapEventEmitterOnce.ts => wrapEventEmitterOnce.node.ts} | 0 ...pWithSyncMessageSend.ts => wrapWithSyncMessageSend.preload.ts} | 0 .../{writeDraftAttachment.ts => writeDraftAttachment.preload.ts} | 0 ts/util/{zkgroup.ts => zkgroup.node.ts} | 0 ...PlaceholderGradient.ts => getAvatarPlaceholderGradient.std.ts} | 0 ts/windows/about/{app.tsx => app.dom.tsx} | 0 ts/windows/about/{preload.ts => preload.preload.ts} | 0 ts/windows/{applyTheme.ts => applyTheme.dom.ts} | 0 ts/windows/calling-tools/{preload.ts => preload.preload.ts} | 0 .../{webrtc_internals.ts => webrtc_internals.std.ts} | 0 ts/windows/{context.ts => context.preload.ts} | 0 ts/windows/debuglog/{app.tsx => app.dom.tsx} | 0 ts/windows/debuglog/{preload.ts => preload.preload.ts} | 0 ts/windows/loading/{preload.ts => preload.preload.ts} | 0 ts/windows/loading/{start.ts => start.dom.ts} | 0 ts/windows/main/{attachments.ts => attachments.preload.ts} | 0 ts/windows/main/{phase0-devtools.ts => phase0-devtools.node.ts} | 0 ts/windows/main/{phase1-ipc.ts => phase1-ipc.preload.ts} | 0 .../{phase2-dependencies.ts => phase2-dependencies.preload.ts} | 0 .../main/{phase3-post-signal.ts => phase3-post-signal.std.ts} | 0 ts/windows/main/{phase4-test.ts => phase4-test.preload.ts} | 0 ts/windows/main/{preload.ts => preload.preload.ts} | 0 ts/windows/main/{preload_test.ts => preload_test.preload.ts} | 0 ts/windows/main/{start.ts => start.preload.ts} | 0 ts/windows/{minimalContext.ts => minimalContext.preload.ts} | 0 ts/windows/permissions/{app.tsx => app.dom.tsx} | 0 ts/windows/permissions/{preload.ts => preload.preload.ts} | 0 ts/windows/{preload.ts => preload.preload.ts} | 0 ts/windows/{sandboxedInit.ts => sandboxedInit.dom.ts} | 0 ts/windows/screenShare/{app.tsx => app.dom.tsx} | 0 ts/windows/screenShare/{preload.ts => preload.preload.ts} | 0 ts/windows/sticker-creator/{preload.ts => preload.preload.ts} | 0 ts/workers/{heicConverterMain.ts => heicConverterMain.main.ts} | 0 .../{heicConverterWorker.ts => heicConverterWorker.node.ts} | 0 2411 files changed, 0 insertions(+), 0 deletions(-) rename app/{EmojiService.ts => EmojiService.main.ts} (100%) rename app/{OptionalResourceService.ts => OptionalResourceService.main.ts} (100%) rename app/{PreventDisplaySleepService.ts => PreventDisplaySleepService.std.ts} (100%) rename app/{SystemTrayService.ts => SystemTrayService.main.ts} (100%) rename app/{SystemTraySettingCache.ts => SystemTraySettingCache.node.ts} (100%) rename app/{WindowsNotifications.ts => WindowsNotifications.main.ts} (100%) rename app/{attachment_channel.ts => attachment_channel.main.ts} (100%) rename app/{attachments.ts => attachments.node.ts} (100%) rename app/{base_config.ts => base_config.node.ts} (100%) rename app/{config.ts => config.main.ts} (100%) rename app/{crashReports.ts => crashReports.main.ts} (100%) rename app/{dns-fallback.ts => dns-fallback.node.ts} (100%) rename app/{ephemeral_config.ts => ephemeral_config.main.ts} (100%) rename app/{global_errors.ts => global_errors.main.ts} (100%) rename app/{locale.ts => locale.main.ts} (100%) rename app/{main.ts => main.main.ts} (100%) rename app/{menu.ts => menu.std.ts} (100%) rename app/{permissions.ts => permissions.std.ts} (100%) rename app/{protocol_filter.ts => protocol_filter.node.ts} (100%) rename app/{renderWindowsToast.tsx => renderWindowsToast.dom.tsx} (100%) rename app/{spell_check.ts => spell_check.main.ts} (100%) rename app/{sql_channel.ts => sql_channel.main.ts} (100%) rename app/{startup_config.ts => startup_config.main.ts} (100%) rename app/{updateDefaultSession.ts => updateDefaultSession.main.ts} (100%) rename app/{user_config.ts => user_config.main.ts} (100%) rename app/{window_state.ts => window_state.std.ts} (100%) rename build/intl-linter/{linter.ts => linter.node.ts} (100%) rename build/intl-linter/rules/{icuPrefix.ts => icuPrefix.std.ts} (100%) rename build/intl-linter/rules/{noLegacyVariables.ts => noLegacyVariables.std.ts} (100%) rename build/intl-linter/rules/{noNestedChoice.ts => noNestedChoice.std.ts} (100%) rename build/intl-linter/rules/{noOffset.ts => noOffset.std.ts} (100%) rename build/intl-linter/rules/{noOneChoice.ts => noOneChoice.std.ts} (100%) rename build/intl-linter/rules/{noOrdinal.ts => noOrdinal.std.ts} (100%) rename build/intl-linter/rules/{onePlural.ts => onePlural.std.ts} (100%) rename build/intl-linter/rules/{pluralPound.ts => pluralPound.std.ts} (100%) rename build/intl-linter/rules/{wrapEmoji.ts => wrapEmoji.std.ts} (100%) rename build/intl-linter/utils/{rule.ts => rule.std.ts} (100%) rename build/intl-linter/utils/{traverse.ts => traverse.std.ts} (100%) rename ts/{AttachmentCrypto.ts => AttachmentCrypto.node.ts} (100%) rename ts/{Bytes.ts => Bytes.std.ts} (100%) rename ts/{CI.ts => CI.preload.ts} (100%) rename ts/CI/{benchmarkConversationOpen.ts => benchmarkConversationOpen.preload.ts} (100%) rename ts/{ConversationController.ts => ConversationController.preload.ts} (100%) rename ts/{Crypto.ts => Crypto.node.ts} (100%) rename ts/{Curve.ts => Curve.node.ts} (100%) rename ts/{IdleDetector.ts => IdleDetector.preload.ts} (100%) rename ts/{LibSignalStores.ts => LibSignalStores.preload.ts} (100%) rename ts/{MessageSeenStatus.ts => MessageSeenStatus.std.ts} (100%) rename ts/{RemoteConfig.ts => RemoteConfig.dom.ts} (100%) rename ts/{SignalProtocolStore.ts => SignalProtocolStore.preload.ts} (100%) rename ts/{Timers.ts => Timers.dom.ts} (100%) rename ts/{WebAudioRecorder.ts => WebAudioRecorder.std.ts} (100%) rename ts/axo/{AriaClickable.stories.tsx => AriaClickable.dom.stories.tsx} (100%) rename ts/axo/{AriaClickable.tsx => AriaClickable.dom.tsx} (100%) rename ts/axo/{AxoBadge.stories.tsx => AxoBadge.dom.stories.tsx} (100%) rename ts/axo/{AxoBadge.tsx => AxoBadge.dom.tsx} (100%) rename ts/axo/{AxoButton.stories.tsx => AxoButton.dom.stories.tsx} (100%) rename ts/axo/{AxoButton.tsx => AxoButton.dom.tsx} (100%) rename ts/axo/{AxoCheckbox.stories.tsx => AxoCheckbox.dom.stories.tsx} (100%) rename ts/axo/{AxoCheckbox.tsx => AxoCheckbox.dom.tsx} (100%) rename ts/axo/{AxoContextMenu.stories.tsx => AxoContextMenu.dom.stories.tsx} (100%) rename ts/axo/{AxoContextMenu.tsx => AxoContextMenu.dom.tsx} (100%) rename ts/axo/{AxoDropdownMenu.stories.tsx => AxoDropdownMenu.dom.stories.tsx} (100%) rename ts/axo/{AxoDropdownMenu.tsx => AxoDropdownMenu.dom.tsx} (100%) rename ts/axo/{AxoMenuBuilder.stories.tsx => AxoMenuBuilder.dom.stories.tsx} (100%) rename ts/axo/{AxoMenuBuilder.tsx => AxoMenuBuilder.dom.tsx} (100%) rename ts/axo/{AxoProvider.tsx => AxoProvider.dom.tsx} (100%) rename ts/axo/{AxoSegmentedControl.stories.tsx => AxoSegmentedControl.dom.stories.tsx} (100%) rename ts/axo/{AxoSegmentedControl.tsx => AxoSegmentedControl.dom.tsx} (100%) rename ts/axo/{AxoSelect.stories.tsx => AxoSelect.dom.stories.tsx} (100%) rename ts/axo/{AxoSelect.tsx => AxoSelect.dom.tsx} (100%) rename ts/axo/{AxoSwitch.stories.tsx => AxoSwitch.dom.stories.tsx} (100%) rename ts/axo/{AxoSwitch.tsx => AxoSwitch.dom.tsx} (100%) rename ts/axo/{AxoSymbol.stories.tsx => AxoSymbol.dom.stories.tsx} (100%) rename ts/axo/{AxoSymbol.tsx => AxoSymbol.dom.tsx} (100%) rename ts/axo/_internal/{AriaLabellingContext.tsx => AriaLabellingContext.dom.tsx} (100%) rename ts/axo/_internal/{AxoBaseMenu.tsx => AxoBaseMenu.dom.tsx} (100%) rename ts/axo/_internal/{AxoBaseSegmentedControl.tsx => AxoBaseSegmentedControl.dom.tsx} (100%) rename ts/axo/_internal/{AxoSymbolDefs.generated.ts => AxoSymbolDefs.generated.std.ts} (100%) rename ts/axo/_internal/{assert.tsx => assert.dom.tsx} (100%) rename ts/axo/{tw.tsx => tw.dom.tsx} (100%) rename ts/{background.ts => background.preload.ts} (100%) rename ts/badges/{BadgeCategory.ts => BadgeCategory.std.ts} (100%) rename ts/badges/{BadgeImageTheme.ts => BadgeImageTheme.std.ts} (100%) rename ts/badges/{badgeImageFileDownloader.ts => badgeImageFileDownloader.preload.ts} (100%) rename ts/badges/{getBadgeImageFileLocalPath.ts => getBadgeImageFileLocalPath.std.ts} (100%) rename ts/badges/{isBadgeImageFileUrlValid.ts => isBadgeImageFileUrlValid.std.ts} (100%) rename ts/badges/{isBadgeVisible.ts => isBadgeVisible.std.ts} (100%) rename ts/badges/{parseBadgesFromServer.ts => parseBadgesFromServer.std.ts} (100%) rename ts/badges/{types.ts => types.std.ts} (100%) rename ts/calling/{VideoSupport.ts => VideoSupport.preload.ts} (100%) rename ts/calling/{constants.ts => constants.std.ts} (100%) rename ts/calling/{findBestMatchingDevice.ts => findBestMatchingDevice.std.ts} (100%) rename ts/calling/{truncateAudioLevel.ts => truncateAudioLevel.std.ts} (100%) rename ts/calling/{useGetCallingFrameBuffer.ts => useGetCallingFrameBuffer.std.ts} (100%) rename ts/{challenge.ts => challenge.dom.ts} (100%) rename ts/components/{About.stories.tsx => About.dom.stories.tsx} (100%) rename ts/components/{About.tsx => About.dom.tsx} (100%) rename ts/components/{AddGroupMemberErrorDialog.stories.tsx => AddGroupMemberErrorDialog.dom.stories.tsx} (100%) rename ts/components/{AddGroupMemberErrorDialog.tsx => AddGroupMemberErrorDialog.dom.tsx} (100%) rename ts/components/{AddUserToAnotherGroupModal.stories.tsx => AddUserToAnotherGroupModal.dom.stories.tsx} (100%) rename ts/components/{AddUserToAnotherGroupModal.tsx => AddUserToAnotherGroupModal.dom.tsx} (100%) rename ts/components/{Alert.stories.tsx => Alert.dom.stories.tsx} (100%) rename ts/components/{Alert.tsx => Alert.dom.tsx} (100%) rename ts/components/{AnimatedEmojiGalore.stories.tsx => AnimatedEmojiGalore.dom.stories.tsx} (100%) rename ts/components/{AnimatedEmojiGalore.tsx => AnimatedEmojiGalore.dom.tsx} (100%) rename ts/components/{AnnouncementsOnlyGroupBanner.tsx => AnnouncementsOnlyGroupBanner.dom.tsx} (100%) rename ts/components/{App.tsx => App.preload.tsx} (100%) rename ts/components/{AutoSizeInput.stories.tsx => AutoSizeInput.dom.stories.tsx} (100%) rename ts/components/{AutoSizeInput.tsx => AutoSizeInput.dom.tsx} (100%) rename ts/components/{AutoSizeTextArea.tsx => AutoSizeTextArea.dom.tsx} (100%) rename ts/components/{Avatar.stories.tsx => Avatar.dom.stories.tsx} (100%) rename ts/components/{Avatar.tsx => Avatar.dom.tsx} (100%) rename ts/components/{AvatarColorPicker.stories.tsx => AvatarColorPicker.dom.stories.tsx} (100%) rename ts/components/{AvatarColorPicker.tsx => AvatarColorPicker.dom.tsx} (100%) rename ts/components/{AvatarEditor.stories.tsx => AvatarEditor.dom.stories.tsx} (100%) rename ts/components/{AvatarEditor.tsx => AvatarEditor.dom.tsx} (100%) rename ts/components/{AvatarIconEditor.stories.tsx => AvatarIconEditor.dom.stories.tsx} (100%) rename ts/components/{AvatarIconEditor.tsx => AvatarIconEditor.dom.tsx} (100%) rename ts/components/{AvatarLightbox.stories.tsx => AvatarLightbox.dom.stories.tsx} (100%) rename ts/components/{AvatarLightbox.tsx => AvatarLightbox.dom.tsx} (100%) rename ts/components/{AvatarModalButtons.stories.tsx => AvatarModalButtons.dom.stories.tsx} (100%) rename ts/components/{AvatarModalButtons.tsx => AvatarModalButtons.dom.tsx} (100%) rename ts/components/{AvatarPreview.stories.tsx => AvatarPreview.dom.stories.tsx} (100%) rename ts/components/{AvatarPreview.tsx => AvatarPreview.dom.tsx} (100%) rename ts/components/{AvatarSpacer.tsx => AvatarSpacer.dom.tsx} (100%) rename ts/components/{AvatarTextEditor.stories.tsx => AvatarTextEditor.dom.stories.tsx} (100%) rename ts/components/{AvatarTextEditor.tsx => AvatarTextEditor.dom.tsx} (100%) rename ts/components/{AvatarUploadButton.stories.tsx => AvatarUploadButton.dom.stories.tsx} (100%) rename ts/components/{AvatarUploadButton.tsx => AvatarUploadButton.dom.tsx} (100%) rename ts/components/{BackfillFailureModal.stories.tsx => BackfillFailureModal.dom.stories.tsx} (100%) rename ts/components/{BackfillFailureModal.tsx => BackfillFailureModal.dom.tsx} (100%) rename ts/components/{BackupMediaDownloadCancelConfirmationDialog.tsx => BackupMediaDownloadCancelConfirmationDialog.dom.tsx} (100%) rename ts/components/{BackupMediaDownloadProgress.stories.tsx => BackupMediaDownloadProgress.dom.stories.tsx} (100%) rename ts/components/{BackupMediaDownloadProgress.tsx => BackupMediaDownloadProgress.dom.tsx} (100%) rename ts/components/{BackupMediaDownloadProgressSettings.tsx => BackupMediaDownloadProgressSettings.dom.tsx} (100%) rename ts/components/{BadgeCarouselIndex.tsx => BadgeCarouselIndex.dom.tsx} (100%) rename ts/components/{BadgeDescription.stories.tsx => BadgeDescription.dom.stories.tsx} (100%) rename ts/components/{BadgeDescription.tsx => BadgeDescription.dom.tsx} (100%) rename ts/components/{BadgeDialog.stories.tsx => BadgeDialog.dom.stories.tsx} (100%) rename ts/components/{BadgeDialog.tsx => BadgeDialog.dom.tsx} (100%) rename ts/components/{BadgeImage.tsx => BadgeImage.dom.tsx} (100%) rename ts/components/{BadgeSustainerInstructionsDialog.tsx => BadgeSustainerInstructionsDialog.dom.tsx} (100%) rename ts/components/{BetterAvatar.stories.tsx => BetterAvatar.dom.stories.tsx} (100%) rename ts/components/{BetterAvatar.tsx => BetterAvatar.dom.tsx} (100%) rename ts/components/{BetterAvatarBubble.stories.tsx => BetterAvatarBubble.dom.stories.tsx} (100%) rename ts/components/{BetterAvatarBubble.tsx => BetterAvatarBubble.dom.tsx} (100%) rename ts/components/{BrandedQRCode.stories.tsx => BrandedQRCode.dom.stories.tsx} (100%) rename ts/components/{BrandedQRCode.tsx => BrandedQRCode.dom.tsx} (100%) rename ts/components/{Button.stories.tsx => Button.dom.stories.tsx} (100%) rename ts/components/{Button.tsx => Button.dom.tsx} (100%) rename ts/components/{CallBackgroundBlur.tsx => CallBackgroundBlur.dom.tsx} (100%) rename ts/components/{CallLinkAddNameModal.stories.tsx => CallLinkAddNameModal.dom.stories.tsx} (100%) rename ts/components/{CallLinkAddNameModal.tsx => CallLinkAddNameModal.dom.tsx} (100%) rename ts/components/{CallLinkDetails.stories.tsx => CallLinkDetails.dom.stories.tsx} (100%) rename ts/components/{CallLinkDetails.tsx => CallLinkDetails.dom.tsx} (100%) rename ts/components/{CallLinkEditModal.stories.tsx => CallLinkEditModal.dom.stories.tsx} (100%) rename ts/components/{CallLinkEditModal.tsx => CallLinkEditModal.dom.tsx} (100%) rename ts/components/{CallLinkPendingParticipantModal.stories.tsx => CallLinkPendingParticipantModal.dom.stories.tsx} (100%) rename ts/components/{CallLinkPendingParticipantModal.tsx => CallLinkPendingParticipantModal.dom.tsx} (100%) rename ts/components/{CallLinkRestrictionsSelect.tsx => CallLinkRestrictionsSelect.dom.tsx} (100%) rename ts/components/{CallManager.stories.tsx => CallManager.dom.stories.tsx} (100%) rename ts/components/{CallManager.tsx => CallManager.dom.tsx} (100%) rename ts/components/{CallNeedPermissionScreen.stories.tsx => CallNeedPermissionScreen.dom.stories.tsx} (100%) rename ts/components/{CallNeedPermissionScreen.tsx => CallNeedPermissionScreen.dom.tsx} (100%) rename ts/components/{CallParticipantCount.tsx => CallParticipantCount.dom.tsx} (100%) rename ts/components/{CallReactionBurst.tsx => CallReactionBurst.dom.tsx} (100%) rename ts/components/{CallReactionBurstEmoji.tsx => CallReactionBurstEmoji.dom.tsx} (100%) rename ts/components/{CallScreen.stories.tsx => CallScreen.dom.stories.tsx} (100%) rename ts/components/{CallScreen.tsx => CallScreen.dom.tsx} (100%) rename ts/components/{CallingAdhocCallInfo.stories.tsx => CallingAdhocCallInfo.dom.stories.tsx} (100%) rename ts/components/{CallingAdhocCallInfo.tsx => CallingAdhocCallInfo.dom.tsx} (100%) rename ts/components/{CallingAudioIndicator.stories.tsx => CallingAudioIndicator.dom.stories.tsx} (100%) rename ts/components/{CallingAudioIndicator.tsx => CallingAudioIndicator.dom.tsx} (100%) rename ts/components/{CallingButton.stories.tsx => CallingButton.dom.stories.tsx} (100%) rename ts/components/{CallingButton.tsx => CallingButton.dom.tsx} (100%) rename ts/components/{CallingDeviceSelection.stories.tsx => CallingDeviceSelection.dom.stories.tsx} (100%) rename ts/components/{CallingDeviceSelection.tsx => CallingDeviceSelection.dom.tsx} (100%) rename ts/components/{CallingHeader.stories.tsx => CallingHeader.dom.stories.tsx} (100%) rename ts/components/{CallingHeader.tsx => CallingHeader.dom.tsx} (100%) rename ts/components/{CallingLobby.stories.tsx => CallingLobby.dom.stories.tsx} (100%) rename ts/components/{CallingLobby.tsx => CallingLobby.dom.tsx} (100%) rename ts/components/{CallingLobbyJoinButton.tsx => CallingLobbyJoinButton.dom.tsx} (100%) rename ts/components/{CallingParticipantsList.stories.tsx => CallingParticipantsList.dom.stories.tsx} (100%) rename ts/components/{CallingParticipantsList.tsx => CallingParticipantsList.dom.tsx} (100%) rename ts/components/{CallingPendingParticipants.stories.tsx => CallingPendingParticipants.dom.stories.tsx} (100%) rename ts/components/{CallingPendingParticipants.tsx => CallingPendingParticipants.dom.tsx} (100%) rename ts/components/{CallingPip.stories.tsx => CallingPip.dom.stories.tsx} (100%) rename ts/components/{CallingPip.tsx => CallingPip.dom.tsx} (100%) rename ts/components/{CallingPipRemoteVideo.tsx => CallingPipRemoteVideo.dom.tsx} (100%) rename ts/components/{CallingPreCallInfo.stories.tsx => CallingPreCallInfo.dom.stories.tsx} (100%) rename ts/components/{CallingPreCallInfo.tsx => CallingPreCallInfo.dom.tsx} (100%) rename ts/components/{CallingRaisedHandsList.stories.tsx => CallingRaisedHandsList.dom.stories.tsx} (100%) rename ts/components/{CallingRaisedHandsList.tsx => CallingRaisedHandsList.dom.tsx} (100%) rename ts/components/{CallingScreenSharingController.stories.tsx => CallingScreenSharingController.dom.stories.tsx} (100%) rename ts/components/{CallingScreenSharingController.tsx => CallingScreenSharingController.dom.tsx} (100%) rename ts/components/{CallingSelectPresentingSourcesModal.stories.tsx => CallingSelectPresentingSourcesModal.dom.stories.tsx} (100%) rename ts/components/{CallingSelectPresentingSourcesModal.tsx => CallingSelectPresentingSourcesModal.dom.tsx} (100%) rename ts/components/{CallingToast.tsx => CallingToast.dom.tsx} (100%) rename ts/components/{CallingToastManager.tsx => CallingToastManager.dom.tsx} (100%) rename ts/components/{CallsList.tsx => CallsList.preload.tsx} (100%) rename ts/components/{CallsNewCallButton.tsx => CallsNewCallButton.dom.tsx} (100%) rename ts/components/{CallsTab.tsx => CallsTab.preload.tsx} (100%) rename ts/components/{CaptchaDialog.stories.tsx => CaptchaDialog.dom.stories.tsx} (100%) rename ts/components/{CaptchaDialog.tsx => CaptchaDialog.dom.tsx} (100%) rename ts/components/{ChatColorPicker.stories.tsx => ChatColorPicker.dom.stories.tsx} (100%) rename ts/components/{ChatColorPicker.tsx => ChatColorPicker.dom.tsx} (100%) rename ts/components/{ChatsTab.stories.tsx => ChatsTab.dom.stories.tsx} (100%) rename ts/components/{ChatsTab.tsx => ChatsTab.dom.tsx} (100%) rename ts/components/{Checkbox.stories.tsx => Checkbox.dom.stories.tsx} (100%) rename ts/components/{Checkbox.tsx => Checkbox.dom.tsx} (100%) rename ts/components/{CircleCheckbox.stories.tsx => CircleCheckbox.dom.stories.tsx} (100%) rename ts/components/{CircleCheckbox.tsx => CircleCheckbox.dom.tsx} (100%) rename ts/components/{ClearingData.stories.tsx => ClearingData.dom.stories.tsx} (100%) rename ts/components/{ClearingData.tsx => ClearingData.dom.tsx} (100%) rename ts/components/{CollidingAvatars.stories.tsx => CollidingAvatars.dom.stories.tsx} (100%) rename ts/components/{CollidingAvatars.tsx => CollidingAvatars.dom.tsx} (100%) rename ts/components/{CompositionArea.stories.tsx => CompositionArea.dom.stories.tsx} (100%) rename ts/components/{CompositionArea.tsx => CompositionArea.dom.tsx} (100%) rename ts/components/{CompositionInput.stories.tsx => CompositionInput.dom.stories.tsx} (100%) rename ts/components/{CompositionInput.tsx => CompositionInput.dom.tsx} (100%) rename ts/components/{CompositionRecording.stories.tsx => CompositionRecording.dom.stories.tsx} (100%) rename ts/components/{CompositionRecording.tsx => CompositionRecording.dom.tsx} (100%) rename ts/components/{CompositionRecordingDraft.stories.tsx => CompositionRecordingDraft.dom.stories.tsx} (100%) rename ts/components/{CompositionRecordingDraft.tsx => CompositionRecordingDraft.dom.tsx} (100%) rename ts/components/{CompositionTextArea.tsx => CompositionTextArea.dom.tsx} (100%) rename ts/components/{CompositionUpload.tsx => CompositionUpload.dom.tsx} (100%) rename ts/components/{ConfirmDiscardDialog.stories.tsx => ConfirmDiscardDialog.dom.stories.tsx} (100%) rename ts/components/{ConfirmDiscardDialog.tsx => ConfirmDiscardDialog.dom.tsx} (100%) rename ts/components/{ConfirmLeaveCallModal.tsx => ConfirmLeaveCallModal.dom.tsx} (100%) rename ts/components/{ConfirmationDialog.stories.tsx => ConfirmationDialog.dom.stories.tsx} (100%) rename ts/components/{ConfirmationDialog.tsx => ConfirmationDialog.dom.tsx} (100%) rename ts/components/{ContactPill.tsx => ContactPill.dom.tsx} (100%) rename ts/components/{ContactPills.stories.tsx => ContactPills.dom.stories.tsx} (100%) rename ts/components/{ContactPills.tsx => ContactPills.dom.tsx} (100%) rename ts/components/{ContextMenu.stories.tsx => ContextMenu.dom.stories.tsx} (100%) rename ts/components/{ContextMenu.tsx => ContextMenu.dom.tsx} (100%) rename ts/components/{ConversationList.stories.tsx => ConversationList.dom.stories.tsx} (100%) rename ts/components/{ConversationList.tsx => ConversationList.dom.tsx} (100%) rename ts/components/{CountryCodeSelect.stories.tsx => CountryCodeSelect.dom.stories.tsx} (100%) rename ts/components/{CountryCodeSelect.tsx => CountryCodeSelect.dom.tsx} (100%) rename ts/components/{CrashReportDialog.stories.tsx => CrashReportDialog.dom.stories.tsx} (100%) rename ts/components/{CrashReportDialog.tsx => CrashReportDialog.dom.tsx} (100%) rename ts/components/{CriticalIdlePrimaryDeviceDialog.tsx => CriticalIdlePrimaryDeviceDialog.dom.tsx} (100%) rename ts/components/{CriticalIdlePrimaryDeviceModal.stories.tsx => CriticalIdlePrimaryDeviceModal.dom.stories.tsx} (100%) rename ts/components/{CriticalIdlePrimaryDeviceModal.tsx => CriticalIdlePrimaryDeviceModal.dom.tsx} (100%) rename ts/components/{CustomColorEditor.stories.tsx => CustomColorEditor.dom.stories.tsx} (100%) rename ts/components/{CustomColorEditor.tsx => CustomColorEditor.dom.tsx} (100%) rename ts/components/{CustomizingPreferredReactionsModal.stories.tsx => CustomizingPreferredReactionsModal.dom.stories.tsx} (100%) rename ts/components/{CustomizingPreferredReactionsModal.tsx => CustomizingPreferredReactionsModal.dom.tsx} (100%) rename ts/components/{DebugLogErrorModal.stories.tsx => DebugLogErrorModal.dom.stories.tsx} (100%) rename ts/components/{DebugLogErrorModal.tsx => DebugLogErrorModal.dom.tsx} (100%) rename ts/components/{DebugLogWindow.stories.tsx => DebugLogWindow.dom.stories.tsx} (100%) rename ts/components/{DebugLogWindow.tsx => DebugLogWindow.dom.tsx} (100%) rename ts/components/{DeleteMessagesConfirmationDialog.tsx => DeleteMessagesConfirmationDialog.dom.tsx} (100%) rename ts/components/{DeleteMessagesModal.stories.tsx => DeleteMessagesModal.dom.stories.tsx} (100%) rename ts/components/{DeleteMessagesModal.tsx => DeleteMessagesModal.dom.tsx} (100%) rename ts/components/{DialogExpiredBuild.stories.tsx => DialogExpiredBuild.dom.stories.tsx} (100%) rename ts/components/{DialogExpiredBuild.tsx => DialogExpiredBuild.dom.tsx} (100%) rename ts/components/{DialogNetworkStatus.stories.tsx => DialogNetworkStatus.dom.stories.tsx} (100%) rename ts/components/{DialogNetworkStatus.tsx => DialogNetworkStatus.dom.tsx} (100%) rename ts/components/{DialogRelink.stories.tsx => DialogRelink.dom.stories.tsx} (100%) rename ts/components/{DialogRelink.tsx => DialogRelink.dom.tsx} (100%) rename ts/components/{DialogUpdate.stories.tsx => DialogUpdate.dom.stories.tsx} (100%) rename ts/components/{DialogUpdate.tsx => DialogUpdate.dom.tsx} (100%) rename ts/components/{DirectCallRemoteParticipant.tsx => DirectCallRemoteParticipant.dom.tsx} (100%) rename ts/components/{DisappearingTimeDialog.stories.tsx => DisappearingTimeDialog.dom.stories.tsx} (100%) rename ts/components/{DisappearingTimeDialog.tsx => DisappearingTimeDialog.dom.tsx} (100%) rename ts/components/{DisappearingTimerSelect.stories.tsx => DisappearingTimerSelect.dom.stories.tsx} (100%) rename ts/components/{DisappearingTimerSelect.tsx => DisappearingTimerSelect.dom.tsx} (100%) rename ts/components/{DonationErrorModal.stories.tsx => DonationErrorModal.dom.stories.tsx} (100%) rename ts/components/{DonationErrorModal.tsx => DonationErrorModal.dom.tsx} (100%) rename ts/components/{DonationInterruptedModal.stories.tsx => DonationInterruptedModal.dom.stories.tsx} (100%) rename ts/components/{DonationInterruptedModal.tsx => DonationInterruptedModal.dom.tsx} (100%) rename ts/components/{DonationPrivacyInformationModal.tsx => DonationPrivacyInformationModal.dom.tsx} (100%) rename ts/components/{DonationProgressModal.stories.tsx => DonationProgressModal.dom.stories.tsx} (100%) rename ts/components/{DonationProgressModal.tsx => DonationProgressModal.dom.tsx} (100%) rename ts/components/{DonationStillProcessingModal.stories.tsx => DonationStillProcessingModal.dom.stories.tsx} (100%) rename ts/components/{DonationStillProcessingModal.tsx => DonationStillProcessingModal.dom.tsx} (100%) rename ts/components/{DonationThanksModal.stories.tsx => DonationThanksModal.dom.stories.tsx} (100%) rename ts/components/{DonationThanksModal.tsx => DonationThanksModal.dom.tsx} (100%) rename ts/components/{DonationVerificationModal.stories.tsx => DonationVerificationModal.dom.stories.tsx} (100%) rename ts/components/{DonationVerificationModal.tsx => DonationVerificationModal.dom.tsx} (100%) rename ts/components/{DonationsErrorBoundary.tsx => DonationsErrorBoundary.dom.tsx} (100%) rename ts/components/{DraftGifMessageSendModal.stories.tsx => DraftGifMessageSendModal.dom.stories.tsx} (100%) rename ts/components/{DraftGifMessageSendModal.tsx => DraftGifMessageSendModal.dom.tsx} (100%) rename ts/components/{EditHistoryMessagesModal.tsx => EditHistoryMessagesModal.dom.tsx} (100%) rename ts/components/{EditNicknameAndNoteModal.stories.tsx => EditNicknameAndNoteModal.dom.stories.tsx} (100%) rename ts/components/{EditNicknameAndNoteModal.tsx => EditNicknameAndNoteModal.dom.tsx} (100%) rename ts/components/{ErrorBoundary.tsx => ErrorBoundary.dom.tsx} (100%) rename ts/components/{ErrorModal.stories.tsx => ErrorModal.dom.stories.tsx} (100%) rename ts/components/{ErrorModal.tsx => ErrorModal.dom.tsx} (100%) rename ts/components/{FileThumbnail.stories.tsx => FileThumbnail.dom.stories.tsx} (100%) rename ts/components/{FileThumbnail.tsx => FileThumbnail.dom.tsx} (100%) rename ts/components/{ForwardMessagesModal.stories.tsx => ForwardMessagesModal.dom.stories.tsx} (100%) rename ts/components/{ForwardMessagesModal.tsx => ForwardMessagesModal.dom.tsx} (100%) rename ts/components/{GlobalModalContainer.tsx => GlobalModalContainer.dom.tsx} (100%) rename ts/components/{GradientDial.tsx => GradientDial.dom.tsx} (100%) rename ts/components/{GroupCallOverflowArea.stories.tsx => GroupCallOverflowArea.dom.stories.tsx} (100%) rename ts/components/{GroupCallOverflowArea.tsx => GroupCallOverflowArea.dom.tsx} (100%) rename ts/components/{GroupCallRemoteParticipant.stories.tsx => GroupCallRemoteParticipant.dom.stories.tsx} (100%) rename ts/components/{GroupCallRemoteParticipant.tsx => GroupCallRemoteParticipant.dom.tsx} (100%) rename ts/components/{GroupCallRemoteParticipants.tsx => GroupCallRemoteParticipants.dom.tsx} (100%) rename ts/components/{GroupDescriptionInput.stories.tsx => GroupDescriptionInput.dom.stories.tsx} (100%) rename ts/components/{GroupDescriptionInput.tsx => GroupDescriptionInput.dom.tsx} (100%) rename ts/components/{GroupDescriptionText.tsx => GroupDescriptionText.dom.tsx} (100%) rename ts/components/{GroupDialog.tsx => GroupDialog.dom.tsx} (100%) rename ts/components/{GroupMembersNames.tsx => GroupMembersNames.dom.tsx} (100%) rename ts/components/{GroupTitleInput.stories.tsx => GroupTitleInput.dom.stories.tsx} (100%) rename ts/components/{GroupTitleInput.tsx => GroupTitleInput.dom.tsx} (100%) rename ts/components/{GroupV1MigrationDialog.stories.tsx => GroupV1MigrationDialog.dom.stories.tsx} (100%) rename ts/components/{GroupV1MigrationDialog.tsx => GroupV1MigrationDialog.dom.tsx} (100%) rename ts/components/{GroupV2JoinDialog.stories.tsx => GroupV2JoinDialog.dom.stories.tsx} (100%) rename ts/components/{GroupV2JoinDialog.tsx => GroupV2JoinDialog.dom.tsx} (100%) rename ts/components/{I18n.stories.tsx => I18n.dom.stories.tsx} (100%) rename ts/components/{I18n.tsx => I18n.dom.tsx} (100%) rename ts/components/{IdenticonSVG.stories.tsx => IdenticonSVG.dom.stories.tsx} (100%) rename ts/components/{IdenticonSVG.tsx => IdenticonSVG.dom.tsx} (100%) rename ts/components/{ImageOrBlurhash.stories.tsx => ImageOrBlurhash.dom.stories.tsx} (100%) rename ts/components/{ImageOrBlurhash.tsx => ImageOrBlurhash.dom.tsx} (100%) rename ts/components/{InContactsIcon.stories.tsx => InContactsIcon.dom.stories.tsx} (100%) rename ts/components/{InContactsIcon.tsx => InContactsIcon.dom.tsx} (100%) rename ts/components/{Inbox.stories.tsx => Inbox.dom.stories.tsx} (100%) rename ts/components/{Inbox.tsx => Inbox.dom.tsx} (100%) rename ts/components/{IncomingCallBar.stories.tsx => IncomingCallBar.dom.stories.tsx} (100%) rename ts/components/{IncomingCallBar.tsx => IncomingCallBar.dom.tsx} (100%) rename ts/components/{Input.stories.tsx => Input.dom.stories.tsx} (100%) rename ts/components/{Input.tsx => Input.dom.tsx} (100%) rename ts/components/{InstallScreen.tsx => InstallScreen.dom.tsx} (100%) rename ts/components/{LeftPane.stories.tsx => LeftPane.dom.stories.tsx} (100%) rename ts/components/{LeftPane.tsx => LeftPane.dom.tsx} (100%) rename ts/components/{LeftPaneBanner.stories.tsx => LeftPaneBanner.dom.stories.tsx} (100%) rename ts/components/{LeftPaneBanner.tsx => LeftPaneBanner.dom.tsx} (100%) rename ts/components/{LeftPaneDialog.stories.tsx => LeftPaneDialog.dom.stories.tsx} (100%) rename ts/components/{LeftPaneDialog.tsx => LeftPaneDialog.dom.tsx} (100%) rename ts/components/{LeftPaneSearchInput.tsx => LeftPaneSearchInput.dom.tsx} (100%) rename ts/components/{Lightbox.stories.tsx => Lightbox.dom.stories.tsx} (100%) rename ts/components/{Lightbox.tsx => Lightbox.dom.tsx} (100%) rename ts/components/{ListTile.stories.tsx => ListTile.dom.stories.tsx} (100%) rename ts/components/{ListTile.tsx => ListTile.dom.tsx} (100%) rename ts/components/{ListView.tsx => ListView.dom.tsx} (100%) rename ts/components/{LocalDeleteWarningModal.stories.tsx => LocalDeleteWarningModal.dom.stories.tsx} (100%) rename ts/components/{LocalDeleteWarningModal.tsx => LocalDeleteWarningModal.dom.tsx} (100%) rename ts/components/{LowDiskSpaceBackupImportModal.stories.tsx => LowDiskSpaceBackupImportModal.dom.stories.tsx} (100%) rename ts/components/{LowDiskSpaceBackupImportModal.tsx => LowDiskSpaceBackupImportModal.dom.tsx} (100%) rename ts/components/{MediaEditor.stories.tsx => MediaEditor.dom.stories.tsx} (100%) rename ts/components/{MediaEditor.tsx => MediaEditor.dom.tsx} (100%) rename ts/components/{MediaPermissionsModal.stories.tsx => MediaPermissionsModal.dom.stories.tsx} (100%) rename ts/components/{MediaPermissionsModal.tsx => MediaPermissionsModal.dom.tsx} (100%) rename ts/components/{MediaQualitySelector.stories.tsx => MediaQualitySelector.dom.stories.tsx} (100%) rename ts/components/{MediaQualitySelector.tsx => MediaQualitySelector.dom.tsx} (100%) rename ts/components/{MiniPlayer.stories.tsx => MiniPlayer.dom.stories.tsx} (100%) rename ts/components/{MiniPlayer.tsx => MiniPlayer.dom.tsx} (100%) rename ts/components/{Modal.stories.tsx => Modal.dom.stories.tsx} (100%) rename ts/components/{Modal.tsx => Modal.dom.tsx} (100%) rename ts/components/{ModalContainer.tsx => ModalContainer.dom.tsx} (100%) rename ts/components/{ModalHost.tsx => ModalHost.dom.tsx} (100%) rename ts/components/{MyStories.stories.tsx => MyStories.dom.stories.tsx} (100%) rename ts/components/{MyStories.tsx => MyStories.dom.tsx} (100%) rename ts/components/{MyStoryButton.stories.tsx => MyStoryButton.dom.stories.tsx} (100%) rename ts/components/{MyStoryButton.tsx => MyStoryButton.dom.tsx} (100%) rename ts/components/{NavSidebar.tsx => NavSidebar.dom.tsx} (100%) rename ts/components/{NavTabs.stories.tsx => NavTabs.dom.stories.tsx} (100%) rename ts/components/{NavTabs.tsx => NavTabs.dom.tsx} (100%) rename ts/components/{NeedsScreenRecordingPermissionsModal.tsx => NeedsScreenRecordingPermissionsModal.dom.tsx} (100%) rename ts/components/{NewlyCreatedGroupInvitedContactsDialog.stories.tsx => NewlyCreatedGroupInvitedContactsDialog.dom.stories.tsx} (100%) rename ts/components/{NewlyCreatedGroupInvitedContactsDialog.tsx => NewlyCreatedGroupInvitedContactsDialog.dom.tsx} (100%) rename ts/components/{NotePreviewModal.stories.tsx => NotePreviewModal.dom.stories.tsx} (100%) rename ts/components/{NotePreviewModal.tsx => NotePreviewModal.dom.tsx} (100%) rename ts/components/{NotificationProfilesMenu.stories.tsx => NotificationProfilesMenu.dom.stories.tsx} (100%) rename ts/components/{NotificationProfilesMenu.tsx => NotificationProfilesMenu.dom.tsx} (100%) rename ts/components/{OutgoingGiftBadgeModal.stories.tsx => OutgoingGiftBadgeModal.dom.stories.tsx} (100%) rename ts/components/{OutgoingGiftBadgeModal.tsx => OutgoingGiftBadgeModal.dom.tsx} (100%) rename ts/components/{PermissionsPopup.tsx => PermissionsPopup.dom.tsx} (100%) rename ts/components/{PlaybackButton.stories.tsx => PlaybackButton.dom.stories.tsx} (100%) rename ts/components/{PlaybackButton.tsx => PlaybackButton.dom.tsx} (100%) rename ts/components/{PlaybackRateButton.tsx => PlaybackRateButton.dom.tsx} (100%) rename ts/components/{Preferences.stories.tsx => Preferences.dom.stories.tsx} (100%) rename ts/components/{Preferences.tsx => Preferences.dom.tsx} (100%) rename ts/components/{PreferencesBackupDetails.tsx => PreferencesBackupDetails.dom.tsx} (100%) rename ts/components/{PreferencesBackups.tsx => PreferencesBackups.dom.tsx} (100%) rename ts/components/{PreferencesDonateFlow.tsx => PreferencesDonateFlow.dom.tsx} (100%) rename ts/components/{PreferencesDonations.tsx => PreferencesDonations.dom.tsx} (100%) rename ts/components/{PreferencesInternal.tsx => PreferencesInternal.dom.tsx} (100%) rename ts/components/{PreferencesLocalBackups.tsx => PreferencesLocalBackups.dom.tsx} (100%) rename ts/components/{PreferencesNotificationProfiles.tsx => PreferencesNotificationProfiles.dom.tsx} (100%) rename ts/components/{PreferencesUtil.tsx => PreferencesUtil.dom.tsx} (100%) rename ts/components/{ProfileEditor.stories.tsx => ProfileEditor.dom.stories.tsx} (100%) rename ts/components/{ProfileEditor.tsx => ProfileEditor.dom.tsx} (100%) rename ts/components/{ProfileMovedModal.stories.tsx => ProfileMovedModal.dom.stories.tsx} (100%) rename ts/components/{ProfileMovedModal.tsx => ProfileMovedModal.dom.tsx} (100%) rename ts/components/{Profiler.tsx => Profiler.dom.tsx} (100%) rename ts/components/{ProgressBar.stories.tsx => ProgressBar.dom.stories.tsx} (100%) rename ts/components/{ProgressBar.tsx => ProgressBar.dom.tsx} (100%) rename ts/components/{ProgressDialog.stories.tsx => ProgressDialog.dom.stories.tsx} (100%) rename ts/components/{ProgressDialog.tsx => ProgressDialog.dom.tsx} (100%) rename ts/components/{ProgressModal.stories.tsx => ProgressModal.dom.stories.tsx} (100%) rename ts/components/{ProgressModal.tsx => ProgressModal.dom.tsx} (100%) rename ts/components/{QrCode.stories.tsx => QrCode.dom.stories.tsx} (100%) rename ts/components/{QrCode.tsx => QrCode.dom.tsx} (100%) rename ts/components/{ReactionPickerPicker.tsx => ReactionPickerPicker.dom.tsx} (100%) rename ts/components/{RecordingComposer.tsx => RecordingComposer.dom.tsx} (100%) rename ts/components/{SafetyNumberChangeDialog.stories.tsx => SafetyNumberChangeDialog.dom.stories.tsx} (100%) rename ts/components/{SafetyNumberChangeDialog.tsx => SafetyNumberChangeDialog.dom.tsx} (100%) rename ts/components/{SafetyNumberModal.tsx => SafetyNumberModal.dom.tsx} (100%) rename ts/components/{SafetyNumberNotReady.stories.tsx => SafetyNumberNotReady.dom.stories.tsx} (100%) rename ts/components/{SafetyNumberNotReady.tsx => SafetyNumberNotReady.dom.tsx} (100%) rename ts/components/{SafetyNumberViewer.stories.tsx => SafetyNumberViewer.dom.stories.tsx} (100%) rename ts/components/{SafetyNumberViewer.tsx => SafetyNumberViewer.dom.tsx} (100%) rename ts/components/{SafetyTipsModal.stories.tsx => SafetyTipsModal.dom.stories.tsx} (100%) rename ts/components/{SafetyTipsModal.tsx => SafetyTipsModal.dom.tsx} (100%) rename ts/components/{SampleMessageBubbles.tsx => SampleMessageBubbles.dom.tsx} (100%) rename ts/components/{SearchInput.tsx => SearchInput.dom.tsx} (100%) rename ts/components/{Select.stories.tsx => Select.dom.stories.tsx} (100%) rename ts/components/{Select.tsx => Select.dom.tsx} (100%) rename ts/components/{SendStoryModal.stories.tsx => SendStoryModal.dom.stories.tsx} (100%) rename ts/components/{SendStoryModal.tsx => SendStoryModal.dom.tsx} (100%) rename ts/components/{ServerAlerts.tsx => ServerAlerts.dom.tsx} (100%) rename ts/components/{SharedGroupNames.tsx => SharedGroupNames.dom.tsx} (100%) rename ts/components/{ShortcutGuide.stories.tsx => ShortcutGuide.dom.stories.tsx} (100%) rename ts/components/{ShortcutGuide.tsx => ShortcutGuide.dom.tsx} (100%) rename ts/components/{ShortcutGuideModal.tsx => ShortcutGuideModal.dom.tsx} (100%) rename ts/components/{SignalConnectionsModal.stories.tsx => SignalConnectionsModal.dom.stories.tsx} (100%) rename ts/components/{SignalConnectionsModal.tsx => SignalConnectionsModal.dom.tsx} (100%) rename ts/components/{SimpleQuillWrapper.tsx => SimpleQuillWrapper.dom.tsx} (100%) rename ts/components/{Slider.stories.tsx => Slider.dom.stories.tsx} (100%) rename ts/components/{Slider.tsx => Slider.dom.tsx} (100%) rename ts/components/{Spinner.stories.tsx => Spinner.dom.stories.tsx} (100%) rename ts/components/{Spinner.tsx => Spinner.dom.tsx} (100%) rename ts/components/{SpinnerV2.stories.tsx => SpinnerV2.dom.stories.tsx} (100%) rename ts/components/{SpinnerV2.tsx => SpinnerV2.dom.tsx} (100%) rename ts/components/{StandaloneRegistration.stories.tsx => StandaloneRegistration.dom.stories.tsx} (100%) rename ts/components/{StandaloneRegistration.tsx => StandaloneRegistration.dom.tsx} (100%) rename ts/components/{StopPropagation.tsx => StopPropagation.dom.tsx} (100%) rename ts/components/{StoriesAddStoryButton.tsx => StoriesAddStoryButton.dom.tsx} (100%) rename ts/components/{StoriesPane.tsx => StoriesPane.dom.tsx} (100%) rename ts/components/{StoriesSettingsModal.stories.tsx => StoriesSettingsModal.dom.stories.tsx} (100%) rename ts/components/{StoriesSettingsModal.tsx => StoriesSettingsModal.dom.tsx} (100%) rename ts/components/{StoriesTab.stories.tsx => StoriesTab.dom.stories.tsx} (100%) rename ts/components/{StoriesTab.tsx => StoriesTab.dom.tsx} (100%) rename ts/components/{StoryCreator.stories.tsx => StoryCreator.dom.stories.tsx} (100%) rename ts/components/{StoryCreator.tsx => StoryCreator.dom.tsx} (100%) rename ts/components/{StoryDetailsModal.stories.tsx => StoryDetailsModal.dom.stories.tsx} (100%) rename ts/components/{StoryDetailsModal.tsx => StoryDetailsModal.dom.tsx} (100%) rename ts/components/{StoryDistributionListName.tsx => StoryDistributionListName.dom.tsx} (100%) rename ts/components/{StoryImage.stories.tsx => StoryImage.dom.stories.tsx} (100%) rename ts/components/{StoryImage.tsx => StoryImage.dom.tsx} (100%) rename ts/components/{StoryLinkPreview.stories.tsx => StoryLinkPreview.dom.stories.tsx} (100%) rename ts/components/{StoryLinkPreview.tsx => StoryLinkPreview.dom.tsx} (100%) rename ts/components/{StoryListItem.stories.tsx => StoryListItem.dom.stories.tsx} (100%) rename ts/components/{StoryListItem.tsx => StoryListItem.dom.tsx} (100%) rename ts/components/{StoryProgressSegment.tsx => StoryProgressSegment.dom.tsx} (100%) rename ts/components/{StoryViewer.stories.tsx => StoryViewer.dom.stories.tsx} (100%) rename ts/components/{StoryViewer.tsx => StoryViewer.dom.tsx} (100%) rename ts/components/{StoryViewsNRepliesModal.stories.tsx => StoryViewsNRepliesModal.dom.stories.tsx} (100%) rename ts/components/{StoryViewsNRepliesModal.tsx => StoryViewsNRepliesModal.dom.tsx} (100%) rename ts/components/{Tabs.tsx => Tabs.dom.tsx} (100%) rename ts/components/{TapToViewNotAvailableModal.stories.tsx => TapToViewNotAvailableModal.dom.stories.tsx} (100%) rename ts/components/{TapToViewNotAvailableModal.tsx => TapToViewNotAvailableModal.dom.tsx} (100%) rename ts/components/{TextAttachment.stories.tsx => TextAttachment.dom.stories.tsx} (100%) rename ts/components/{TextAttachment.tsx => TextAttachment.dom.tsx} (100%) rename ts/components/{TextStoryCreator.tsx => TextStoryCreator.dom.tsx} (100%) rename ts/components/{Time.tsx => Time.dom.tsx} (100%) rename ts/components/{TitlebarDragArea.tsx => TitlebarDragArea.dom.tsx} (100%) rename ts/components/{Toast.stories.tsx => Toast.dom.stories.tsx} (100%) rename ts/components/{Toast.tsx => Toast.dom.tsx} (100%) rename ts/components/{ToastManager.stories.tsx => ToastManager.dom.stories.tsx} (100%) rename ts/components/{ToastManager.tsx => ToastManager.dom.tsx} (100%) rename ts/components/{Tooltip.stories.tsx => Tooltip.dom.stories.tsx} (100%) rename ts/components/{Tooltip.tsx => Tooltip.dom.tsx} (100%) rename ts/components/{UnsupportedOSDialog.stories.tsx => UnsupportedOSDialog.dom.stories.tsx} (100%) rename ts/components/{UnsupportedOSDialog.tsx => UnsupportedOSDialog.dom.tsx} (100%) rename ts/components/{UserText.tsx => UserText.dom.tsx} (100%) rename ts/components/{UsernameEditor.stories.tsx => UsernameEditor.dom.stories.tsx} (100%) rename ts/components/{UsernameEditor.tsx => UsernameEditor.dom.tsx} (100%) rename ts/components/{UsernameLinkEditor.stories.tsx => UsernameLinkEditor.dom.stories.tsx} (100%) rename ts/components/{UsernameLinkEditor.tsx => UsernameLinkEditor.dom.tsx} (100%) rename ts/components/{UsernameMegaphone.stories.tsx => UsernameMegaphone.dom.stories.tsx} (100%) rename ts/components/{UsernameMegaphone.tsx => UsernameMegaphone.dom.tsx} (100%) rename ts/components/{UsernameOnboardingModal.stories.tsx => UsernameOnboardingModal.dom.stories.tsx} (100%) rename ts/components/{UsernameOnboardingModal.tsx => UsernameOnboardingModal.dom.tsx} (100%) rename ts/components/{VoiceNotesPlaybackContext.tsx => VoiceNotesPlaybackContext.dom.tsx} (100%) rename ts/components/{WarningIdlePrimaryDeviceDialog.tsx => WarningIdlePrimaryDeviceDialog.dom.tsx} (100%) rename ts/components/{WhatsNewLink.tsx => WhatsNewLink.dom.tsx} (100%) rename ts/components/{WhatsNewModal.stories.tsx => WhatsNewModal.dom.stories.tsx} (100%) rename ts/components/{WhatsNewModal.tsx => WhatsNewModal.dom.tsx} (100%) rename ts/components/{_util.ts => _util.std.ts} (100%) rename ts/components/conversation/{About.tsx => About.dom.tsx} (100%) rename ts/components/conversation/{AboutContactModal.stories.tsx => AboutContactModal.dom.stories.tsx} (100%) rename ts/components/conversation/{AboutContactModal.tsx => AboutContactModal.dom.tsx} (100%) rename ts/components/conversation/{AddNewLines.stories.tsx => AddNewLines.dom.stories.tsx} (100%) rename ts/components/conversation/{AddNewLines.tsx => AddNewLines.dom.tsx} (100%) rename ts/components/conversation/{AtMention.tsx => AtMention.dom.tsx} (100%) rename ts/components/conversation/{AtMentionify.stories.tsx => AtMentionify.dom.stories.tsx} (100%) rename ts/components/conversation/{AtMentionify.tsx => AtMentionify.dom.tsx} (100%) rename ts/components/conversation/{AttachmentDetailPill.stories.tsx => AttachmentDetailPill.dom.stories.tsx} (100%) rename ts/components/conversation/{AttachmentDetailPill.tsx => AttachmentDetailPill.dom.tsx} (100%) rename ts/components/conversation/{AttachmentList.stories.tsx => AttachmentList.dom.stories.tsx} (100%) rename ts/components/conversation/{AttachmentList.tsx => AttachmentList.dom.tsx} (100%) rename ts/components/conversation/{AttachmentStatusIcon.stories.tsx => AttachmentStatusIcon.dom.stories.tsx} (100%) rename ts/components/conversation/{AttachmentStatusIcon.tsx => AttachmentStatusIcon.dom.tsx} (100%) rename ts/components/conversation/{AudioCapture.tsx => AudioCapture.dom.tsx} (100%) rename ts/components/conversation/{CallingNotification.stories.tsx => CallingNotification.dom.stories.tsx} (100%) rename ts/components/conversation/{CallingNotification.tsx => CallingNotification.dom.tsx} (100%) rename ts/components/conversation/{ChangeNumberNotification.stories.tsx => ChangeNumberNotification.dom.stories.tsx} (100%) rename ts/components/conversation/{ChangeNumberNotification.tsx => ChangeNumberNotification.dom.tsx} (100%) rename ts/components/conversation/{ChatSessionRefreshedDialog.stories.tsx => ChatSessionRefreshedDialog.dom.stories.tsx} (100%) rename ts/components/conversation/{ChatSessionRefreshedDialog.tsx => ChatSessionRefreshedDialog.dom.tsx} (100%) rename ts/components/conversation/{ChatSessionRefreshedNotification.stories.tsx => ChatSessionRefreshedNotification.dom.stories.tsx} (100%) rename ts/components/conversation/{ChatSessionRefreshedNotification.tsx => ChatSessionRefreshedNotification.dom.tsx} (100%) rename ts/components/conversation/{ContactDetail.stories.tsx => ContactDetail.dom.stories.tsx} (100%) rename ts/components/conversation/{ContactDetail.tsx => ContactDetail.dom.tsx} (100%) rename ts/components/conversation/{ContactModal.stories.tsx => ContactModal.dom.stories.tsx} (100%) rename ts/components/conversation/{ContactModal.tsx => ContactModal.dom.tsx} (100%) rename ts/components/conversation/{ContactName.stories.tsx => ContactName.dom.stories.tsx} (100%) rename ts/components/conversation/{ContactName.tsx => ContactName.dom.tsx} (100%) rename ts/components/conversation/{ContactSpoofingReviewDialog.stories.tsx => ContactSpoofingReviewDialog.dom.stories.tsx} (100%) rename ts/components/conversation/{ContactSpoofingReviewDialog.tsx => ContactSpoofingReviewDialog.dom.tsx} (100%) rename ts/components/conversation/{ContactSpoofingReviewDialogPerson.stories.tsx => ContactSpoofingReviewDialogPerson.dom.stories.tsx} (100%) rename ts/components/conversation/{ContactSpoofingReviewDialogPerson.tsx => ContactSpoofingReviewDialogPerson.dom.tsx} (100%) rename ts/components/conversation/{ConversationHeader.stories.tsx => ConversationHeader.dom.stories.tsx} (100%) rename ts/components/conversation/{ConversationHeader.tsx => ConversationHeader.dom.tsx} (100%) rename ts/components/conversation/{ConversationHero.stories.tsx => ConversationHero.dom.stories.tsx} (100%) rename ts/components/conversation/{ConversationHero.tsx => ConversationHero.dom.tsx} (100%) rename ts/components/conversation/{ConversationMergeNotification.stories.tsx => ConversationMergeNotification.dom.stories.tsx} (100%) rename ts/components/conversation/{ConversationMergeNotification.tsx => ConversationMergeNotification.dom.tsx} (100%) rename ts/components/conversation/{ConversationView.tsx => ConversationView.dom.tsx} (100%) rename ts/components/conversation/{DeliveryIssueDialog.stories.tsx => DeliveryIssueDialog.dom.stories.tsx} (100%) rename ts/components/conversation/{DeliveryIssueDialog.tsx => DeliveryIssueDialog.dom.tsx} (100%) rename ts/components/conversation/{DeliveryIssueNotification.stories.tsx => DeliveryIssueNotification.dom.stories.tsx} (100%) rename ts/components/conversation/{DeliveryIssueNotification.tsx => DeliveryIssueNotification.dom.tsx} (100%) rename ts/components/conversation/{DonationsOfflineTooltip.tsx => DonationsOfflineTooltip.dom.tsx} (100%) rename ts/components/conversation/{EmbeddedContact.tsx => EmbeddedContact.dom.tsx} (100%) rename ts/components/conversation/{Emojify.stories.tsx => Emojify.dom.stories.tsx} (100%) rename ts/components/conversation/{Emojify.tsx => Emojify.dom.tsx} (100%) rename ts/components/conversation/{ErrorBoundary.stories.tsx => ErrorBoundary.dom.stories.tsx} (100%) rename ts/components/conversation/{ErrorBoundary.tsx => ErrorBoundary.dom.tsx} (100%) rename ts/components/conversation/{ExpireTimer.stories.tsx => ExpireTimer.dom.stories.tsx} (100%) rename ts/components/conversation/{ExpireTimer.tsx => ExpireTimer.dom.tsx} (100%) rename ts/components/conversation/{GIF.tsx => GIF.dom.tsx} (100%) rename ts/components/conversation/{GroupDescription.stories.tsx => GroupDescription.dom.stories.tsx} (100%) rename ts/components/conversation/{GroupDescription.tsx => GroupDescription.dom.tsx} (100%) rename ts/components/conversation/{GroupNotification.stories.tsx => GroupNotification.dom.stories.tsx} (100%) rename ts/components/conversation/{GroupNotification.tsx => GroupNotification.dom.tsx} (100%) rename ts/components/conversation/{GroupV1DisabledActions.stories.tsx => GroupV1DisabledActions.dom.stories.tsx} (100%) rename ts/components/conversation/{GroupV1DisabledActions.tsx => GroupV1DisabledActions.dom.tsx} (100%) rename ts/components/conversation/{GroupV1Migration.stories.tsx => GroupV1Migration.dom.stories.tsx} (100%) rename ts/components/conversation/{GroupV1Migration.tsx => GroupV1Migration.dom.tsx} (100%) rename ts/components/conversation/{GroupV2Change.stories.tsx => GroupV2Change.dom.stories.tsx} (100%) rename ts/components/conversation/{GroupV2Change.tsx => GroupV2Change.dom.tsx} (100%) rename ts/components/conversation/{GroupV2PendingApprovalActions.stories.tsx => GroupV2PendingApprovalActions.dom.stories.tsx} (100%) rename ts/components/conversation/{GroupV2PendingApprovalActions.tsx => GroupV2PendingApprovalActions.dom.tsx} (100%) rename ts/components/conversation/{Image.stories.tsx => Image.dom.stories.tsx} (100%) rename ts/components/conversation/{Image.tsx => Image.dom.tsx} (100%) rename ts/components/conversation/{ImageGrid.stories.tsx => ImageGrid.dom.stories.tsx} (100%) rename ts/components/conversation/{ImageGrid.tsx => ImageGrid.dom.tsx} (100%) rename ts/components/conversation/{InAnotherCallTooltip.tsx => InAnotherCallTooltip.dom.tsx} (100%) rename ts/components/conversation/{InlineNotificationWrapper.tsx => InlineNotificationWrapper.dom.tsx} (100%) rename ts/components/conversation/{JoinedSignalNotification.stories.tsx => JoinedSignalNotification.dom.stories.tsx} (100%) rename ts/components/conversation/{JoinedSignalNotification.tsx => JoinedSignalNotification.dom.tsx} (100%) rename ts/components/conversation/{LastSeenIndicator.stories.tsx => LastSeenIndicator.dom.stories.tsx} (100%) rename ts/components/conversation/{LastSeenIndicator.tsx => LastSeenIndicator.dom.tsx} (100%) rename ts/components/conversation/{LinkPreviewDate.tsx => LinkPreviewDate.dom.tsx} (100%) rename ts/components/conversation/{Linkify.stories.tsx => Linkify.dom.stories.tsx} (100%) rename ts/components/conversation/{Linkify.tsx => Linkify.dom.tsx} (100%) rename ts/components/conversation/{MandatoryProfileSharingActions.stories.tsx => MandatoryProfileSharingActions.dom.stories.tsx} (100%) rename ts/components/conversation/{MandatoryProfileSharingActions.tsx => MandatoryProfileSharingActions.dom.tsx} (100%) rename ts/components/conversation/{Message.tsx => Message.dom.tsx} (100%) rename ts/components/conversation/{MessageAudio.tsx => MessageAudio.dom.tsx} (100%) rename ts/components/conversation/{MessageBody.stories.tsx => MessageBody.dom.stories.tsx} (100%) rename ts/components/conversation/{MessageBody.tsx => MessageBody.dom.tsx} (100%) rename ts/components/conversation/{MessageBodyReadMore.stories.tsx => MessageBodyReadMore.dom.stories.tsx} (100%) rename ts/components/conversation/{MessageBodyReadMore.tsx => MessageBodyReadMore.dom.tsx} (100%) rename ts/components/conversation/{MessageContextMenu.tsx => MessageContextMenu.dom.tsx} (100%) rename ts/components/conversation/{MessageDetail.stories.tsx => MessageDetail.dom.stories.tsx} (100%) rename ts/components/conversation/{MessageDetail.tsx => MessageDetail.dom.tsx} (100%) rename ts/components/conversation/{MessageMetadata.tsx => MessageMetadata.dom.tsx} (100%) rename ts/components/conversation/{MessageRequestActions.stories.tsx => MessageRequestActions.dom.stories.tsx} (100%) rename ts/components/conversation/{MessageRequestActions.tsx => MessageRequestActions.dom.tsx} (100%) rename ts/components/conversation/{MessageRequestActionsConfirmation.tsx => MessageRequestActionsConfirmation.dom.tsx} (100%) rename ts/components/conversation/{MessageRequestResponseNotification.tsx => MessageRequestResponseNotification.dom.tsx} (100%) rename ts/components/conversation/{MessageTextMetadataSpacer.tsx => MessageTextMetadataSpacer.dom.tsx} (100%) rename ts/components/conversation/{MessageTextRenderer.tsx => MessageTextRenderer.dom.tsx} (100%) rename ts/components/conversation/{MessageTimestamp.stories.tsx => MessageTimestamp.dom.stories.tsx} (100%) rename ts/components/conversation/{MessageTimestamp.tsx => MessageTimestamp.dom.tsx} (100%) rename ts/components/conversation/{PaymentEventNotification.tsx => PaymentEventNotification.dom.tsx} (100%) rename ts/components/conversation/{PhoneNumberDiscoveryNotification.stories.tsx => PhoneNumberDiscoveryNotification.dom.stories.tsx} (100%) rename ts/components/conversation/{PhoneNumberDiscoveryNotification.tsx => PhoneNumberDiscoveryNotification.dom.tsx} (100%) rename ts/components/conversation/{ProfileChangeNotification.stories.tsx => ProfileChangeNotification.dom.stories.tsx} (100%) rename ts/components/conversation/{ProfileChangeNotification.tsx => ProfileChangeNotification.dom.tsx} (100%) rename ts/components/conversation/{ProfileNameWarningModal.stories.tsx => ProfileNameWarningModal.dom.stories.tsx} (100%) rename ts/components/conversation/{ProfileNameWarningModal.tsx => ProfileNameWarningModal.dom.tsx} (100%) rename ts/components/conversation/{Quote.stories.tsx => Quote.dom.stories.tsx} (100%) rename ts/components/conversation/{Quote.tsx => Quote.dom.tsx} (100%) rename ts/components/conversation/{ReactionPicker.stories.tsx => ReactionPicker.dom.stories.tsx} (100%) rename ts/components/conversation/{ReactionPicker.tsx => ReactionPicker.dom.tsx} (100%) rename ts/components/conversation/{ReactionViewer.stories.tsx => ReactionViewer.dom.stories.tsx} (100%) rename ts/components/conversation/{ReactionViewer.tsx => ReactionViewer.dom.tsx} (100%) rename ts/components/conversation/{RemoveGroupMemberConfirmationDialog.tsx => RemoveGroupMemberConfirmationDialog.dom.tsx} (100%) rename ts/components/conversation/{ResetSessionNotification.stories.tsx => ResetSessionNotification.dom.stories.tsx} (100%) rename ts/components/conversation/{ResetSessionNotification.tsx => ResetSessionNotification.dom.tsx} (100%) rename ts/components/conversation/{SafetyNumberNotification.stories.tsx => SafetyNumberNotification.dom.stories.tsx} (100%) rename ts/components/conversation/{SafetyNumberNotification.tsx => SafetyNumberNotification.dom.tsx} (100%) rename ts/components/conversation/{ScrollDownButton.stories.tsx => ScrollDownButton.dom.stories.tsx} (100%) rename ts/components/conversation/{ScrollDownButton.tsx => ScrollDownButton.dom.tsx} (100%) rename ts/components/conversation/{SelectModeActions.tsx => SelectModeActions.dom.tsx} (100%) rename ts/components/conversation/{SignalConversationMuteToggle.tsx => SignalConversationMuteToggle.dom.tsx} (100%) rename ts/components/conversation/{StagedGenericAttachment.stories.tsx => StagedGenericAttachment.dom.stories.tsx} (100%) rename ts/components/conversation/{StagedGenericAttachment.tsx => StagedGenericAttachment.dom.tsx} (100%) rename ts/components/conversation/{StagedLinkPreview.stories.tsx => StagedLinkPreview.dom.stories.tsx} (100%) rename ts/components/conversation/{StagedLinkPreview.tsx => StagedLinkPreview.dom.tsx} (100%) rename ts/components/conversation/{StagedPlaceholderAttachment.stories.tsx => StagedPlaceholderAttachment.dom.stories.tsx} (100%) rename ts/components/conversation/{StagedPlaceholderAttachment.tsx => StagedPlaceholderAttachment.dom.tsx} (100%) rename ts/components/conversation/{SystemMessage.stories.tsx => SystemMessage.dom.stories.tsx} (100%) rename ts/components/conversation/{SystemMessage.tsx => SystemMessage.dom.tsx} (100%) rename ts/components/conversation/{Timeline.stories.tsx => Timeline.dom.stories.tsx} (100%) rename ts/components/conversation/{Timeline.tsx => Timeline.dom.tsx} (100%) rename ts/components/conversation/{TimelineDateHeader.tsx => TimelineDateHeader.dom.tsx} (100%) rename ts/components/conversation/{TimelineFloatingHeader.stories.tsx => TimelineFloatingHeader.dom.stories.tsx} (100%) rename ts/components/conversation/{TimelineFloatingHeader.tsx => TimelineFloatingHeader.dom.tsx} (100%) rename ts/components/conversation/{TimelineItem.stories.tsx => TimelineItem.dom.stories.tsx} (100%) rename ts/components/conversation/{TimelineItem.tsx => TimelineItem.dom.tsx} (100%) rename ts/components/conversation/{TimelineMessage.stories.tsx => TimelineMessage.dom.stories.tsx} (100%) rename ts/components/conversation/{TimelineMessage.tsx => TimelineMessage.dom.tsx} (100%) rename ts/components/conversation/{TimelineWarning.tsx => TimelineWarning.dom.tsx} (100%) rename ts/components/conversation/{TimelineWarnings.tsx => TimelineWarnings.dom.tsx} (100%) rename ts/components/conversation/{TimerNotification.stories.tsx => TimerNotification.dom.stories.tsx} (100%) rename ts/components/conversation/{TimerNotification.tsx => TimerNotification.dom.tsx} (100%) rename ts/components/conversation/{TitleTransitionNotification.stories.tsx => TitleTransitionNotification.dom.stories.tsx} (100%) rename ts/components/conversation/{TitleTransitionNotification.tsx => TitleTransitionNotification.dom.tsx} (100%) rename ts/components/conversation/{TypingAnimation.stories.tsx => TypingAnimation.dom.stories.tsx} (100%) rename ts/components/conversation/{TypingAnimation.tsx => TypingAnimation.dom.tsx} (100%) rename ts/components/conversation/{TypingBubble.stories.tsx => TypingBubble.dom.stories.tsx} (100%) rename ts/components/conversation/{TypingBubble.tsx => TypingBubble.dom.tsx} (100%) rename ts/components/conversation/{UniversalTimerNotification.stories.tsx => UniversalTimerNotification.dom.stories.tsx} (100%) rename ts/components/conversation/{UniversalTimerNotification.tsx => UniversalTimerNotification.dom.tsx} (100%) rename ts/components/conversation/{UnsupportedMessage.stories.tsx => UnsupportedMessage.dom.stories.tsx} (100%) rename ts/components/conversation/{UnsupportedMessage.tsx => UnsupportedMessage.dom.tsx} (100%) rename ts/components/conversation/{VerificationNotification.stories.tsx => VerificationNotification.dom.stories.tsx} (100%) rename ts/components/conversation/{VerificationNotification.tsx => VerificationNotification.dom.tsx} (100%) rename ts/components/conversation/{Waveform.tsx => Waveform.dom.tsx} (100%) rename ts/components/conversation/{WaveformScrubber.tsx => WaveformScrubber.dom.tsx} (100%) rename ts/components/conversation/{contactUtil.tsx => contactUtil.dom.tsx} (100%) rename ts/components/conversation/conversation-details/{AddGroupMembersModal.stories.tsx => AddGroupMembersModal.dom.stories.tsx} (100%) rename ts/components/conversation/conversation-details/{AddGroupMembersModal.tsx => AddGroupMembersModal.dom.tsx} (100%) rename ts/components/conversation/conversation-details/AddGroupMembersModal/{ChooseGroupMembersModal.tsx => ChooseGroupMembersModal.dom.tsx} (100%) rename ts/components/conversation/conversation-details/AddGroupMembersModal/{ConfirmAdditionsModal.tsx => ConfirmAdditionsModal.dom.tsx} (100%) rename ts/components/conversation/conversation-details/{CallHistoryGroupPanelSection.tsx => CallHistoryGroupPanelSection.dom.tsx} (100%) rename ts/components/conversation/conversation-details/{ConversationDetails.stories.tsx => ConversationDetails.dom.stories.tsx} (100%) rename ts/components/conversation/conversation-details/{ConversationDetails.tsx => ConversationDetails.dom.tsx} (100%) rename ts/components/conversation/conversation-details/{ConversationDetailsActions.stories.tsx => ConversationDetailsActions.dom.stories.tsx} (100%) rename ts/components/conversation/conversation-details/{ConversationDetailsActions.tsx => ConversationDetailsActions.dom.tsx} (100%) rename ts/components/conversation/conversation-details/{ConversationDetailsGroups.tsx => ConversationDetailsGroups.dom.tsx} (100%) rename ts/components/conversation/conversation-details/{ConversationDetailsHeader.stories.tsx => ConversationDetailsHeader.dom.stories.tsx} (100%) rename ts/components/conversation/conversation-details/{ConversationDetailsHeader.tsx => ConversationDetailsHeader.dom.tsx} (100%) rename ts/components/conversation/conversation-details/{ConversationDetailsIcon.stories.tsx => ConversationDetailsIcon.dom.stories.tsx} (100%) rename ts/components/conversation/conversation-details/{ConversationDetailsIcon.tsx => ConversationDetailsIcon.dom.tsx} (100%) rename ts/components/conversation/conversation-details/{ConversationDetailsMembershipList.stories.tsx => ConversationDetailsMembershipList.dom.stories.tsx} (100%) rename ts/components/conversation/conversation-details/{ConversationDetailsMembershipList.tsx => ConversationDetailsMembershipList.dom.tsx} (100%) rename ts/components/conversation/conversation-details/{ConversationNotificationsModal.tsx => ConversationNotificationsModal.dom.tsx} (100%) rename ts/components/conversation/conversation-details/{ConversationNotificationsSettings.stories.tsx => ConversationNotificationsSettings.dom.stories.tsx} (100%) rename ts/components/conversation/conversation-details/{ConversationNotificationsSettings.tsx => ConversationNotificationsSettings.dom.tsx} (100%) rename ts/components/conversation/conversation-details/{EditConversationAttributesModal.stories.tsx => EditConversationAttributesModal.dom.stories.tsx} (100%) rename ts/components/conversation/conversation-details/{EditConversationAttributesModal.tsx => EditConversationAttributesModal.dom.tsx} (100%) rename ts/components/conversation/conversation-details/{GroupLinkManagement.stories.tsx => GroupLinkManagement.dom.stories.tsx} (100%) rename ts/components/conversation/conversation-details/{GroupLinkManagement.tsx => GroupLinkManagement.dom.tsx} (100%) rename ts/components/conversation/conversation-details/{GroupV2Permissions.stories.tsx => GroupV2Permissions.dom.stories.tsx} (100%) rename ts/components/conversation/conversation-details/{GroupV2Permissions.tsx => GroupV2Permissions.dom.tsx} (100%) rename ts/components/conversation/conversation-details/{PanelRow.stories.tsx => PanelRow.dom.stories.tsx} (100%) rename ts/components/conversation/conversation-details/{PanelRow.tsx => PanelRow.dom.tsx} (100%) rename ts/components/conversation/conversation-details/{PanelSection.stories.tsx => PanelSection.dom.stories.tsx} (100%) rename ts/components/conversation/conversation-details/{PanelSection.tsx => PanelSection.dom.tsx} (100%) rename ts/components/conversation/conversation-details/{PendingInvites.stories.tsx => PendingInvites.dom.stories.tsx} (100%) rename ts/components/conversation/conversation-details/{PendingInvites.tsx => PendingInvites.dom.tsx} (100%) rename ts/components/conversation/conversation-details/{util.ts => util.std.ts} (100%) rename ts/components/conversation/media-gallery/{AttachmentSection.stories.tsx => AttachmentSection.dom.stories.tsx} (100%) rename ts/components/conversation/media-gallery/{AttachmentSection.tsx => AttachmentSection.dom.tsx} (100%) rename ts/components/conversation/media-gallery/{DocumentListItem.stories.tsx => DocumentListItem.dom.stories.tsx} (100%) rename ts/components/conversation/media-gallery/{DocumentListItem.tsx => DocumentListItem.dom.tsx} (100%) rename ts/components/conversation/media-gallery/{EmptyState.stories.tsx => EmptyState.dom.stories.tsx} (100%) rename ts/components/conversation/media-gallery/{EmptyState.tsx => EmptyState.dom.tsx} (100%) rename ts/components/conversation/media-gallery/{LoadingIndicator.tsx => LoadingIndicator.dom.tsx} (100%) rename ts/components/conversation/media-gallery/{MediaGallery.stories.tsx => MediaGallery.dom.stories.tsx} (100%) rename ts/components/conversation/media-gallery/{MediaGallery.tsx => MediaGallery.dom.tsx} (100%) rename ts/components/conversation/media-gallery/{MediaGridItem.stories.tsx => MediaGridItem.dom.stories.tsx} (100%) rename ts/components/conversation/media-gallery/{MediaGridItem.tsx => MediaGridItem.dom.tsx} (100%) rename ts/components/conversation/media-gallery/{groupMediaItemsByDate.ts => groupMediaItemsByDate.std.ts} (100%) rename ts/components/conversation/media-gallery/types/{ItemClickEvent.ts => ItemClickEvent.std.ts} (100%) rename ts/components/conversation/media-gallery/utils/{mocks.ts => mocks.std.ts} (100%) rename ts/components/conversation/poll-message/{PollMessageContents.tsx => PollMessageContents.dom.tsx} (100%) rename ts/components/conversation/poll-message/{PollVotesModal.tsx => PollVotesModal.dom.tsx} (100%) rename ts/components/conversationList/{BaseConversationListItem.tsx => BaseConversationListItem.dom.tsx} (100%) rename ts/components/conversationList/{ComposeStepButton.tsx => ComposeStepButton.dom.tsx} (100%) rename ts/components/conversationList/{ContactCheckbox.tsx => ContactCheckbox.dom.tsx} (100%) rename ts/components/conversationList/{ContactListItem.tsx => ContactListItem.dom.tsx} (100%) rename ts/components/conversationList/{ConversationListItem.tsx => ConversationListItem.dom.tsx} (100%) rename ts/components/conversationList/{GroupListItem.tsx => GroupListItem.dom.tsx} (100%) rename ts/components/conversationList/{MessageSearchResult.stories.tsx => MessageSearchResult.dom.stories.tsx} (100%) rename ts/components/conversationList/{MessageSearchResult.tsx => MessageSearchResult.dom.tsx} (100%) rename ts/components/conversationList/{PhoneNumberCheckbox.tsx => PhoneNumberCheckbox.dom.tsx} (100%) rename ts/components/conversationList/{SearchResultsLoadingFakeHeader.tsx => SearchResultsLoadingFakeHeader.dom.tsx} (100%) rename ts/components/conversationList/{SearchResultsLoadingFakeRow.tsx => SearchResultsLoadingFakeRow.dom.tsx} (100%) rename ts/components/conversationList/{StartNewConversation.tsx => StartNewConversation.dom.tsx} (100%) rename ts/components/conversationList/{UsernameCheckbox.tsx => UsernameCheckbox.dom.tsx} (100%) rename ts/components/conversationList/{UsernameSearchResultListItem.tsx => UsernameSearchResultListItem.dom.tsx} (100%) rename ts/components/fun/{FunButton.tsx => FunButton.dom.tsx} (100%) rename ts/components/fun/{FunEmoji.stories.tsx => FunEmoji.dom.stories.tsx} (100%) rename ts/components/fun/{FunEmoji.tsx => FunEmoji.dom.tsx} (100%) rename ts/components/fun/{FunEmojiLocalizationProvider.tsx => FunEmojiLocalizationProvider.dom.tsx} (100%) rename ts/components/fun/{FunEmojiPicker.stories.tsx => FunEmojiPicker.dom.stories.tsx} (100%) rename ts/components/fun/{FunEmojiPicker.tsx => FunEmojiPicker.dom.tsx} (100%) rename ts/components/fun/{FunGif.stories.tsx => FunGif.dom.stories.tsx} (100%) rename ts/components/fun/{FunGif.tsx => FunGif.dom.tsx} (100%) rename ts/components/fun/{FunPicker.stories.tsx => FunPicker.dom.stories.tsx} (100%) rename ts/components/fun/{FunPicker.tsx => FunPicker.dom.tsx} (100%) rename ts/components/fun/{FunProvider.tsx => FunProvider.dom.tsx} (100%) rename ts/components/fun/{FunSkinTones.tsx => FunSkinTones.dom.tsx} (100%) rename ts/components/fun/{FunSticker.stories.tsx => FunSticker.dom.stories.tsx} (100%) rename ts/components/fun/{FunSticker.tsx => FunSticker.dom.tsx} (100%) rename ts/components/fun/{FunStickerPicker.stories.tsx => FunStickerPicker.dom.stories.tsx} (100%) rename ts/components/fun/{FunStickerPicker.tsx => FunStickerPicker.dom.tsx} (100%) rename ts/components/fun/base/{FunErrorBoundary.tsx => FunErrorBoundary.dom.tsx} (100%) rename ts/components/fun/base/{FunGrid.tsx => FunGrid.dom.tsx} (100%) rename ts/components/fun/base/{FunImage.tsx => FunImage.dom.tsx} (100%) rename ts/components/fun/base/{FunItem.tsx => FunItem.dom.tsx} (100%) rename ts/components/fun/base/{FunLightbox.tsx => FunLightbox.dom.tsx} (100%) rename ts/components/fun/base/{FunPanel.tsx => FunPanel.dom.tsx} (100%) rename ts/components/fun/base/{FunPopover.tsx => FunPopover.dom.tsx} (100%) rename ts/components/fun/base/{FunResults.tsx => FunResults.dom.tsx} (100%) rename ts/components/fun/base/{FunScroller.tsx => FunScroller.dom.tsx} (100%) rename ts/components/fun/base/{FunSearch.tsx => FunSearch.dom.tsx} (100%) rename ts/components/fun/base/{FunSubNav.tsx => FunSubNav.dom.tsx} (100%) rename ts/components/fun/base/{FunTabs.tsx => FunTabs.dom.tsx} (100%) rename ts/components/fun/base/{FunTooltip.tsx => FunTooltip.dom.tsx} (100%) rename ts/components/fun/base/{FunWaterfall.tsx => FunWaterfall.dom.tsx} (100%) rename ts/components/fun/{constants.tsx => constants.dom.tsx} (100%) rename ts/components/fun/data/{emojis.ts => emojis.std.ts} (100%) rename ts/components/fun/data/{gifs.ts => gifs.preload.ts} (100%) rename ts/components/fun/data/{infinite.ts => infinite.std.ts} (100%) rename ts/components/fun/data/{segments.ts => segments.std.ts} (100%) rename ts/components/fun/data/{tenor.ts => tenor.preload.ts} (100%) rename ts/components/fun/keyboard/{FunKeyboard.tsx => FunKeyboard.dom.tsx} (100%) rename ts/components/fun/keyboard/{GridKeyboardDelegate.tsx => GridKeyboardDelegate.dom.tsx} (100%) rename ts/components/fun/keyboard/{WaterfallKeyboardDelegate.tsx => WaterfallKeyboardDelegate.dom.tsx} (100%) rename ts/components/fun/{mocks.tsx => mocks.dom.tsx} (100%) rename ts/components/fun/panels/{FunPanelEmojis.tsx => FunPanelEmojis.dom.tsx} (100%) rename ts/components/fun/panels/{FunPanelGifs.tsx => FunPanelGifs.dom.tsx} (100%) rename ts/components/fun/panels/{FunPanelStickers.tsx => FunPanelStickers.dom.tsx} (100%) rename ts/components/fun/{types.tsx => types.dom.tsx} (100%) rename ts/components/fun/{useFunEmojiLocalizer.tsx => useFunEmojiLocalizer.dom.tsx} (100%) rename ts/components/fun/{useFunEmojiSearch.tsx => useFunEmojiSearch.dom.tsx} (100%) rename ts/components/fun/virtual/{useFunVirtualGrid.tsx => useFunVirtualGrid.dom.tsx} (100%) rename ts/components/installScreen/{InstallScreenBackupImportStep.stories.tsx => InstallScreenBackupImportStep.dom.stories.tsx} (100%) rename ts/components/installScreen/{InstallScreenBackupImportStep.tsx => InstallScreenBackupImportStep.dom.tsx} (100%) rename ts/components/installScreen/{InstallScreenErrorStep.stories.tsx => InstallScreenErrorStep.dom.stories.tsx} (100%) rename ts/components/installScreen/{InstallScreenErrorStep.tsx => InstallScreenErrorStep.dom.tsx} (100%) rename ts/components/installScreen/{InstallScreenLinkInProgress.stories.tsx => InstallScreenLinkInProgress.dom.stories.tsx} (100%) rename ts/components/installScreen/{InstallScreenLinkInProgressStep.tsx => InstallScreenLinkInProgressStep.dom.tsx} (100%) rename ts/components/installScreen/{InstallScreenQrCodeNotScannedStep.stories.tsx => InstallScreenQrCodeNotScannedStep.dom.stories.tsx} (100%) rename ts/components/installScreen/{InstallScreenQrCodeNotScannedStep.tsx => InstallScreenQrCodeNotScannedStep.dom.tsx} (100%) rename ts/components/installScreen/{InstallScreenSignalLogo.tsx => InstallScreenSignalLogo.dom.tsx} (100%) rename ts/components/installScreen/{InstallScreenUpdateDialog.tsx => InstallScreenUpdateDialog.dom.tsx} (100%) rename ts/components/leftPane/{LeftPaneArchiveHelper.tsx => LeftPaneArchiveHelper.dom.tsx} (100%) rename ts/components/leftPane/{LeftPaneChatFolders.tsx => LeftPaneChatFolders.dom.tsx} (100%) rename ts/components/leftPane/{LeftPaneChooseGroupMembersHelper.tsx => LeftPaneChooseGroupMembersHelper.dom.tsx} (100%) rename ts/components/leftPane/{LeftPaneComposeHelper.tsx => LeftPaneComposeHelper.dom.tsx} (100%) rename ts/components/leftPane/{LeftPaneConversationListItemContextMenu.tsx => LeftPaneConversationListItemContextMenu.dom.tsx} (100%) rename ts/components/leftPane/{LeftPaneFindByPhoneNumberHelper.tsx => LeftPaneFindByPhoneNumberHelper.dom.tsx} (100%) rename ts/components/leftPane/{LeftPaneFindByUsernameHelper.tsx => LeftPaneFindByUsernameHelper.dom.tsx} (100%) rename ts/components/leftPane/{LeftPaneHelper.tsx => LeftPaneHelper.dom.tsx} (100%) rename ts/components/leftPane/{LeftPaneInboxHelper.tsx => LeftPaneInboxHelper.dom.tsx} (100%) rename ts/components/leftPane/{LeftPaneSearchHelper.tsx => LeftPaneSearchHelper.dom.tsx} (100%) rename ts/components/leftPane/{LeftPaneSetGroupMetadataHelper.tsx => LeftPaneSetGroupMetadataHelper.dom.tsx} (100%) rename ts/components/leftPane/{getConversationInDirection.ts => getConversationInDirection.dom.ts} (100%) rename ts/components/leftPane/{handleKeydownForSearch.ts => handleKeydownForSearch.dom.ts} (100%) rename ts/components/preferences/{PreferencesSelectChatsDialog.tsx => PreferencesSelectChatsDialog.dom.tsx} (100%) rename ts/components/preferences/chatFolders/{DeleteChatFolderDialog.tsx => DeleteChatFolderDialog.dom.tsx} (100%) rename ts/components/preferences/chatFolders/{PreferencesChatFolderItems.tsx => PreferencesChatFolderItems.dom.tsx} (100%) rename ts/components/preferences/chatFolders/{PreferencesChatFoldersPage.tsx => PreferencesChatFoldersPage.dom.tsx} (100%) rename ts/components/preferences/chatFolders/{PreferencesEditChatFoldersPage.tsx => PreferencesEditChatFoldersPage.dom.tsx} (100%) rename ts/components/preferences/donations/{DonateInputAmount.tsx => DonateInputAmount.dom.tsx} (100%) rename ts/components/preferences/donations/{DonateInputCardCvc.stories.tsx => DonateInputCardCvc.dom.stories.tsx} (100%) rename ts/components/preferences/donations/{DonateInputCardCvc.tsx => DonateInputCardCvc.dom.tsx} (100%) rename ts/components/preferences/donations/{DonateInputCardExp.stories.tsx => DonateInputCardExp.dom.stories.tsx} (100%) rename ts/components/preferences/donations/{DonateInputCardExp.tsx => DonateInputCardExp.dom.tsx} (100%) rename ts/components/preferences/donations/{DonateInputCardNumber.stories.tsx => DonateInputCardNumber.dom.stories.tsx} (100%) rename ts/components/preferences/donations/{DonateInputCardNumber.tsx => DonateInputCardNumber.dom.tsx} (100%) rename ts/components/stickers/{StickerManager.stories.tsx => StickerManager.dom.stories.tsx} (100%) rename ts/components/stickers/{StickerManager.tsx => StickerManager.dom.tsx} (100%) rename ts/components/stickers/{StickerManagerPackRow.tsx => StickerManagerPackRow.dom.tsx} (100%) rename ts/components/stickers/{StickerPackInstallButton.tsx => StickerPackInstallButton.dom.tsx} (100%) rename ts/components/stickers/{StickerPreviewModal.stories.tsx => StickerPreviewModal.dom.stories.tsx} (100%) rename ts/components/stickers/{StickerPreviewModal.tsx => StickerPreviewModal.dom.tsx} (100%) rename ts/components/stickers/{mocks.ts => mocks.std.ts} (100%) rename ts/context/{Bytes.ts => Bytes.std.ts} (100%) rename ts/context/{Crypto.ts => Crypto.node.ts} (100%) rename ts/context/{Timers.ts => Timers.node.ts} (100%) rename ts/context/{activeWindowService.ts => activeWindowService.preload.ts} (100%) rename ts/context/{config.ts => config.preload.ts} (100%) rename ts/context/{createNativeThemeListener.ts => createNativeThemeListener.std.ts} (100%) rename ts/context/{environment.ts => environment.preload.ts} (100%) rename ts/context/{i18n.ts => i18n.preload.ts} (100%) rename ts/context/{localeMessages.ts => localeMessages.preload.ts} (100%) rename ts/context/{waitForSettingsChange.ts => waitForSettingsChange.preload.ts} (100%) rename ts/conversations/{isConversationTooBigToRing.ts => isConversationTooBigToRing.dom.ts} (100%) rename ts/{environment.ts => environment.std.ts} (100%) rename ts/{groupChange.ts => groupChange.std.ts} (100%) rename ts/{groups.ts => groups.preload.ts} (100%) rename ts/groups/{joinViaLink.ts => joinViaLink.preload.ts} (100%) rename ts/groups/{limits.ts => limits.dom.ts} (100%) rename ts/groups/{toggleSelectedContactForGroupAddition.ts => toggleSelectedContactForGroupAddition.std.ts} (100%) rename ts/groups/{util.ts => util.std.ts} (100%) rename ts/hooks/{useActivateSpeakerViewOnPresenting.ts => useActivateSpeakerViewOnPresenting.std.ts} (100%) rename ts/hooks/{useAnimated.tsx => useAnimated.dom.tsx} (100%) rename ts/hooks/{useAttachmentStatus.ts => useAttachmentStatus.std.ts} (100%) rename ts/hooks/{useBoundActions.ts => useBoundActions.std.ts} (100%) rename ts/hooks/{useComputePeaks.ts => useComputePeaks.dom.ts} (100%) rename ts/hooks/{useConfirmDiscard.tsx => useConfirmDiscard.dom.tsx} (100%) rename ts/hooks/{useDelayedValue.ts => useDelayedValue.std.ts} (100%) rename ts/hooks/{useDevicePixelRatio.ts => useDevicePixelRatio.dom.ts} (100%) rename ts/hooks/{useEscapeHandling.ts => useEscapeHandling.dom.ts} (100%) rename ts/hooks/{useHasWrapped.ts => useHasWrapped.std.ts} (100%) rename ts/hooks/{useInputMask.tsx => useInputMask.dom.tsx} (100%) rename ts/hooks/{useIntersectionObserver.ts => useIntersectionObserver.std.ts} (100%) rename ts/hooks/{useIsMounted.ts => useIsMounted.std.ts} (100%) rename ts/hooks/{useIsWindowActive.ts => useIsWindowActive.dom.ts} (100%) rename ts/hooks/{useKeyboardShortcuts.tsx => useKeyboardShortcuts.dom.tsx} (100%) rename ts/hooks/{useMinimalConversation.ts => useMinimalConversation.std.ts} (100%) rename ts/hooks/{useNavBlocker.ts => useNavBlocker.std.ts} (100%) rename ts/hooks/{useNowThatUpdatesEveryMinute.ts => useNowThatUpdatesEveryMinute.std.ts} (100%) rename ts/hooks/{usePageVisibility.ts => usePageVisibility.dom.ts} (100%) rename ts/hooks/{usePortal.ts => usePortal.dom.ts} (100%) rename ts/hooks/{usePrevious.ts => usePrevious.std.ts} (100%) rename ts/hooks/{useProxySelector.ts => useProxySelector.std.ts} (100%) rename ts/hooks/{useReducedMotion.ts => useReducedMotion.dom.ts} (100%) rename ts/hooks/{useRefMerger.ts => useRefMerger.std.ts} (100%) rename ts/hooks/{useRestoreFocus.ts => useRestoreFocus.dom.ts} (100%) rename ts/hooks/{useRetryStorySend.tsx => useRetryStorySend.dom.tsx} (100%) rename ts/hooks/{useScrollLock.tsx => useScrollLock.dom.tsx} (100%) rename ts/hooks/{useSizeObserver.tsx => useSizeObserver.dom.tsx} (100%) rename ts/hooks/{useTabs.tsx => useTabs.dom.tsx} (100%) rename ts/hooks/{useTheme.ts => useTheme.dom.ts} (100%) rename ts/hooks/{useUndownloadableMediaHandler.tsx => useUndownloadableMediaHandler.dom.tsx} (100%) rename ts/hooks/{useValueAtFixedRate.ts => useValueAtFixedRate.std.ts} (100%) rename ts/{indexeddb.ts => indexeddb.dom.ts} (100%) rename ts/jobs/{AttachmentBackupManager.ts => AttachmentBackupManager.preload.ts} (100%) rename ts/jobs/{AttachmentDownloadManager.ts => AttachmentDownloadManager.preload.ts} (100%) rename ts/jobs/{AttachmentLocalBackupManager.ts => AttachmentLocalBackupManager.preload.ts} (100%) rename ts/jobs/{CallLinkFinalizeDeleteManager.ts => CallLinkFinalizeDeleteManager.preload.ts} (100%) rename ts/jobs/{Job.ts => Job.std.ts} (100%) rename ts/jobs/{JobError.ts => JobError.std.ts} (100%) rename ts/jobs/{JobLogger.ts => JobLogger.std.ts} (100%) rename ts/jobs/{JobManager.ts => JobManager.std.ts} (100%) rename ts/jobs/{JobQueue.ts => JobQueue.std.ts} (100%) rename ts/jobs/{JobQueueDatabaseStore.ts => JobQueueDatabaseStore.preload.ts} (100%) rename ts/jobs/{callLinkRefreshJobQueue.ts => callLinkRefreshJobQueue.preload.ts} (100%) rename ts/jobs/{conversationJobQueue.ts => conversationJobQueue.preload.ts} (100%) rename ts/jobs/{deleteDownloadsJobQueue.ts => deleteDownloadsJobQueue.preload.ts} (100%) rename ts/jobs/{formatJobForInsert.ts => formatJobForInsert.std.ts} (100%) rename ts/jobs/{groupAvatarJobQueue.ts => groupAvatarJobQueue.preload.ts} (100%) rename ts/jobs/helpers/{InMemoryQueues.ts => InMemoryQueues.std.ts} (100%) rename ts/jobs/helpers/{addReportSpamJob.ts => addReportSpamJob.dom.ts} (100%) rename ts/jobs/helpers/{areAllErrorsUnregistered.ts => areAllErrorsUnregistered.dom.ts} (100%) rename ts/jobs/helpers/{attachmentBackfill.ts => attachmentBackfill.preload.ts} (100%) rename ts/jobs/helpers/{commonShouldJobContinue.ts => commonShouldJobContinue.preload.ts} (100%) rename ts/jobs/helpers/{findRetryAfterTimeFromError.ts => findRetryAfterTimeFromError.std.ts} (100%) rename ts/jobs/helpers/{getHttpErrorCode.ts => getHttpErrorCode.std.ts} (100%) rename ts/jobs/helpers/{getUntrustedConversationServiceIds.ts => getUntrustedConversationServiceIds.dom.ts} (100%) rename ts/jobs/helpers/{getValidRecipients.ts => getValidRecipients.dom.ts} (100%) rename ts/jobs/helpers/{handleCommonJobRequestError.ts => handleCommonJobRequestError.std.ts} (100%) rename ts/jobs/helpers/{handleMultipleSendErrors.ts => handleMultipleSendErrors.std.ts} (100%) rename ts/jobs/helpers/{sendCallingMessage.ts => sendCallingMessage.preload.ts} (100%) rename ts/jobs/helpers/{sendDeleteForEveryone.ts => sendDeleteForEveryone.preload.ts} (100%) rename ts/jobs/helpers/{sendDeleteStoryForEveryone.ts => sendDeleteStoryForEveryone.preload.ts} (100%) rename ts/jobs/helpers/{sendDirectExpirationTimerUpdate.ts => sendDirectExpirationTimerUpdate.preload.ts} (100%) rename ts/jobs/helpers/{sendGroupCallUpdate.ts => sendGroupCallUpdate.preload.ts} (100%) rename ts/jobs/helpers/{sendGroupUpdate.ts => sendGroupUpdate.preload.ts} (100%) rename ts/jobs/helpers/{sendNormalMessage.ts => sendNormalMessage.preload.ts} (100%) rename ts/jobs/helpers/{sendNullMessage.ts => sendNullMessage.preload.ts} (100%) rename ts/jobs/helpers/{sendProfileKey.ts => sendProfileKey.preload.ts} (100%) rename ts/jobs/helpers/{sendReaction.ts => sendReaction.preload.ts} (100%) rename ts/jobs/helpers/{sendReceipts.ts => sendReceipts.preload.ts} (100%) rename ts/jobs/helpers/{sendResendRequest.ts => sendResendRequest.preload.ts} (100%) rename ts/jobs/helpers/{sendSavedProto.ts => sendSavedProto.preload.ts} (100%) rename ts/jobs/helpers/{sendSenderKeyDistribution.ts => sendSenderKeyDistribution.preload.ts} (100%) rename ts/jobs/helpers/{sendStory.ts => sendStory.preload.ts} (100%) rename ts/jobs/helpers/{shouldSendToConversation.ts => shouldSendToConversation.preload.ts} (100%) rename ts/jobs/helpers/{sleepForRateLimitRetryAfterTime.ts => sleepForRateLimitRetryAfterTime.std.ts} (100%) rename ts/jobs/helpers/{syncHelpers.ts => syncHelpers.preload.ts} (100%) rename ts/jobs/{initializeAllJobQueues.ts => initializeAllJobQueues.preload.ts} (100%) rename ts/jobs/{readSyncJobQueue.ts => readSyncJobQueue.preload.ts} (100%) rename ts/jobs/{removeStorageKeyJobQueue.ts => removeStorageKeyJobQueue.preload.ts} (100%) rename ts/jobs/{reportSpamJobQueue.ts => reportSpamJobQueue.preload.ts} (100%) rename ts/jobs/{singleProtoJobQueue.ts => singleProtoJobQueue.preload.ts} (100%) rename ts/jobs/{types.ts => types.std.ts} (100%) rename ts/jobs/{viewOnceOpenJobQueue.ts => viewOnceOpenJobQueue.preload.ts} (100%) rename ts/jobs/{viewSyncJobQueue.ts => viewSyncJobQueue.preload.ts} (100%) rename ts/linkPreviews/{isLinkPreviewDateValid.ts => isLinkPreviewDateValid.std.ts} (100%) rename ts/linkPreviews/{linkPreviewFetch.ts => linkPreviewFetch.preload.ts} (100%) rename ts/linkPreviews/{shouldUseFullSizeLinkPreviewImage.ts => shouldUseFullSizeLinkPreviewImage.std.ts} (100%) rename ts/logging/{debuglogs.ts => debuglogs.node.ts} (100%) rename ts/logging/{formatCountForLogging.ts => formatCountForLogging.std.ts} (100%) rename ts/logging/{log.ts => log.std.ts} (100%) rename ts/logging/{main_process_logging.ts => main_process_logging.main.ts} (100%) rename ts/logging/{set_up_renderer_logging.ts => set_up_renderer_logging.preload.ts} (100%) rename ts/logging/{shared.ts => shared.std.ts} (100%) rename ts/logging/{uploadDebugLog.ts => uploadDebugLog.node.ts} (100%) rename ts/main/{NativeThemeNotifier.ts => NativeThemeNotifier.main.ts} (100%) rename ts/main/{challengeMain.ts => challengeMain.main.ts} (100%) rename ts/main/{powerChannel.ts => powerChannel.main.ts} (100%) rename ts/main/{settingsChannel.ts => settingsChannel.main.ts} (100%) rename ts/mediaEditor/{ImageStateType.ts => ImageStateType.std.ts} (100%) rename ts/mediaEditor/{MediaEditorFabricAnalogTimeSticker.ts => MediaEditorFabricAnalogTimeSticker.dom.ts} (100%) rename ts/mediaEditor/{MediaEditorFabricCropRect.ts => MediaEditorFabricCropRect.dom.ts} (100%) rename ts/mediaEditor/{MediaEditorFabricDigitalTimeSticker.ts => MediaEditorFabricDigitalTimeSticker.dom.ts} (100%) rename ts/mediaEditor/{MediaEditorFabricIText.ts => MediaEditorFabricIText.dom.ts} (100%) rename ts/mediaEditor/{MediaEditorFabricPath.ts => MediaEditorFabricPath.dom.ts} (100%) rename ts/mediaEditor/{MediaEditorFabricPencilBrush.ts => MediaEditorFabricPencilBrush.dom.ts} (100%) rename ts/mediaEditor/{MediaEditorFabricSticker.ts => MediaEditorFabricSticker.dom.ts} (100%) rename ts/mediaEditor/{fabricEffectListener.ts => fabricEffectListener.std.ts} (100%) rename ts/mediaEditor/{useFabricHistory.ts => useFabricHistory.dom.ts} (100%) rename ts/mediaEditor/util/{color.ts => color.std.ts} (100%) rename ts/mediaEditor/util/{customFabricObjectControls.ts => customFabricObjectControls.dom.ts} (100%) rename ts/mediaEditor/util/{getTextStyleAttributes.ts => getTextStyleAttributes.std.ts} (100%) rename ts/mediaEditor/util/{moreStyles.ts => moreStyles.dom.ts} (100%) rename ts/messageModifiers/{AttachmentDownloads.ts => AttachmentDownloads.preload.ts} (100%) rename ts/messageModifiers/{Deletes.ts => Deletes.preload.ts} (100%) rename ts/messageModifiers/{DeletesForMe.ts => DeletesForMe.preload.ts} (100%) rename ts/messageModifiers/{Edits.ts => Edits.preload.ts} (100%) rename ts/messageModifiers/{MessageReceipts.ts => MessageReceipts.preload.ts} (100%) rename ts/messageModifiers/{MessageRequests.ts => MessageRequests.preload.ts} (100%) rename ts/messageModifiers/{Polls.ts => Polls.preload.ts} (100%) rename ts/messageModifiers/{Reactions.ts => Reactions.preload.ts} (100%) rename ts/messageModifiers/{ReadSyncs.ts => ReadSyncs.preload.ts} (100%) rename ts/messageModifiers/{ViewOnceOpenSyncs.ts => ViewOnceOpenSyncs.preload.ts} (100%) rename ts/messageModifiers/{ViewSyncs.ts => ViewSyncs.preload.ts} (100%) rename ts/messages/{MessageReadStatus.ts => MessageReadStatus.std.ts} (100%) rename ts/messages/{MessageSendState.ts => MessageSendState.std.ts} (100%) rename ts/messages/{copyQuote.ts => copyQuote.preload.ts} (100%) rename ts/messages/{getMessageById.ts => getMessageById.preload.ts} (100%) rename ts/messages/{getMessagesById.ts => getMessagesById.preload.ts} (100%) rename ts/messages/{handleDataMessage.ts => handleDataMessage.preload.ts} (100%) rename ts/messages/{helpers.ts => helpers.std.ts} (100%) rename ts/messages/{maybeNotify.ts => maybeNotify.preload.ts} (100%) rename ts/messages/{migrateLegacyReadStatus.ts => migrateLegacyReadStatus.std.ts} (100%) rename ts/messages/{migrateLegacySendAttributes.ts => migrateLegacySendAttributes.preload.ts} (100%) rename ts/messages/{migrateMessageData.ts => migrateMessageData.preload.ts} (100%) rename ts/messages/{payments.ts => payments.std.ts} (100%) rename ts/messages/{quotes.ts => quotes.preload.ts} (100%) rename ts/messages/{saveAndNotify.ts => saveAndNotify.preload.ts} (100%) rename ts/messages/{send.ts => send.preload.ts} (100%) rename ts/messages/{sources.ts => sources.preload.ts} (100%) rename ts/models/{conversations.ts => conversations.preload.ts} (100%) rename ts/models/{messages.ts => messages.preload.ts} (100%) rename ts/protobuf/{index.ts => index.std.ts} (100%) rename ts/protobuf/{wrap.ts => wrap.node.ts} (100%) rename ts/quill/auto-substitute-ascii-emojis/{index.tsx => index.dom.tsx} (100%) rename ts/quill/block/{blot.tsx => blot.dom.tsx} (100%) rename ts/quill/emoji/{blot.tsx => blot.dom.tsx} (100%) rename ts/quill/emoji/{completion.tsx => completion.dom.tsx} (100%) rename ts/quill/emoji/{index.tsx => index.dom.tsx} (100%) rename ts/quill/emoji/{matchers.ts => matchers.dom.ts} (100%) rename ts/quill/formatting/{matchers.ts => matchers.dom.ts} (100%) rename ts/quill/formatting/{menu.tsx => menu.dom.tsx} (100%) rename ts/quill/formatting/{monospaceBlot.ts => monospaceBlot.std.ts} (100%) rename ts/quill/formatting/{spoilerBlot.ts => spoilerBlot.std.ts} (100%) rename ts/quill/{memberRepository.ts => memberRepository.std.ts} (100%) rename ts/quill/mentions/{blot.tsx => blot.dom.tsx} (100%) rename ts/quill/mentions/{completion.tsx => completion.dom.tsx} (100%) rename ts/quill/mentions/{matchers.ts => matchers.std.ts} (100%) rename ts/quill/signal-clipboard/{index.ts => index.dom.ts} (100%) rename ts/quill/signal-clipboard/{util.ts => util.dom.ts} (100%) rename ts/quill/{util.ts => util.dom.ts} (100%) rename ts/reactions/{ReactionSource.ts => ReactionSource.std.ts} (100%) rename ts/reactions/{constants.ts => constants.std.ts} (100%) rename ts/reactions/{enqueueReactionForSend.ts => enqueueReactionForSend.preload.ts} (100%) rename ts/reactions/{isValidReactionEmoji.ts => isValidReactionEmoji.std.ts} (100%) rename ts/reactions/{preferredReactionEmoji.ts => preferredReactionEmoji.std.ts} (100%) rename ts/reactions/{util.ts => util.std.ts} (100%) rename ts/{routineProfileRefresh.ts => routineProfileRefresh.preload.ts} (100%) rename ts/scripts/{after-all-artifact-build.ts => after-all-artifact-build.node.ts} (100%) rename ts/scripts/{after-pack.ts => after-pack.node.ts} (100%) rename ts/scripts/{after-sign.ts => after-sign.node.ts} (100%) rename ts/scripts/{artifact-build-completed.ts => artifact-build-completed.node.ts} (100%) rename ts/scripts/{build-localized-display-names.ts => build-localized-display-names.main.ts} (100%) rename ts/scripts/{check-min-os-version.ts => check-min-os-version.node.ts} (100%) rename ts/scripts/{check-upgradeable-deps.ts => check-upgradeable-deps.node.ts} (100%) rename ts/scripts/{compile-stories-icu-lookup.ts => compile-stories-icu-lookup.node.ts} (100%) rename ts/scripts/{constants.ts => constants.std.ts} (100%) rename ts/scripts/{copy-language-packs.ts => copy-language-packs.node.ts} (100%) rename ts/scripts/{copy.ts => copy.node.ts} (100%) rename ts/scripts/{dd-installer-size.ts => dd-installer-size.node.ts} (100%) rename ts/scripts/{ensure-linux-file-permissions.ts => ensure-linux-file-permissions.node.ts} (100%) rename ts/scripts/{fuse-electron.ts => fuse-electron.node.ts} (100%) rename ts/scripts/{gen-locales-config.ts => gen-locales-config.node.ts} (100%) rename ts/scripts/{gen-nsis-script.ts => gen-nsis-script.node.ts} (100%) rename ts/scripts/{generate-compact-locales.ts => generate-compact-locales.node.ts} (100%) rename ts/scripts/{generate-dns-fallback.ts => generate-dns-fallback.node.ts} (100%) rename ts/scripts/{generate-fixtures.ts => generate-fixtures.node.ts} (100%) rename ts/scripts/{generate-icu-types.ts => generate-icu-types.node.ts} (100%) rename ts/scripts/{generate-preload-cache.ts => generate-preload-cache.node.ts} (100%) rename ts/scripts/{generate-tray-icons.ts => generate-tray-icons.node.ts} (100%) rename ts/scripts/{get-emoji-locales.ts => get-emoji-locales.node.ts} (100%) rename ts/scripts/{get-expire-time.ts => get-expire-time.node.ts} (100%) rename ts/scripts/{get-jumbomoji.ts => get-jumbomoji.node.ts} (100%) rename ts/scripts/{get-strings.ts => get-strings.node.ts} (100%) rename ts/scripts/{mark-unused-strings-deleted.ts => mark-unused-strings-deleted.node.ts} (100%) rename ts/scripts/{mocha-separator.ts => mocha-separator.node.ts} (100%) rename ts/scripts/{notarize-universal-dmg.ts => notarize-universal-dmg.node.ts} (100%) rename ts/scripts/{notarize.ts => notarize.node.ts} (100%) rename ts/scripts/{prepare-no-delay-release.ts => prepare-no-delay-release.node.ts} (100%) rename ts/scripts/{prune-macos-release.ts => prune-macos-release.node.ts} (100%) rename ts/scripts/{push-strings.ts => push-strings.node.ts} (100%) rename ts/scripts/{remove-strings.ts => remove-strings.node.ts} (100%) rename ts/scripts/{sign-macos.ts => sign-macos.node.ts} (100%) rename ts/scripts/{sign-windows.ts => sign-windows.node.ts} (100%) rename ts/scripts/{symbolicate-crash-report.ts => symbolicate-crash-report.node.ts} (100%) rename ts/scripts/{test-electron.ts => test-electron.node.ts} (100%) rename ts/scripts/{test-release.ts => test-release.node.ts} (100%) rename ts/scripts/{update-gha.ts => update-gha.node.ts} (100%) rename ts/services/{ActiveWindowService.ts => ActiveWindowService.std.ts} (100%) rename ts/services/{BeforeNavigate.ts => BeforeNavigate.std.ts} (100%) rename ts/services/{InteractionMode.ts => InteractionMode.dom.ts} (100%) rename ts/services/{LinkPreview.ts => LinkPreview.preload.ts} (100%) rename ts/services/{MessageCache.ts => MessageCache.preload.ts} (100%) rename ts/services/{MessageUpdater.ts => MessageUpdater.preload.ts} (100%) rename ts/services/{ZoomFactorService.ts => ZoomFactorService.main.ts} (100%) rename ts/services/{addGlobalKeyboardShortcuts.ts => addGlobalKeyboardShortcuts.preload.ts} (100%) rename ts/services/{allLoaders.ts => allLoaders.preload.ts} (100%) rename ts/services/{areWeASubscriber.ts => areWeASubscriber.dom.ts} (100%) rename ts/services/{audioRecorder.ts => audioRecorder.dom.ts} (100%) rename ts/services/backups/{api.ts => api.preload.ts} (100%) rename ts/services/backups/{constants.ts => constants.std.ts} (100%) rename ts/services/backups/{credentials.ts => credentials.preload.ts} (100%) rename ts/services/backups/{crypto.ts => crypto.preload.ts} (100%) rename ts/services/backups/{errors.ts => errors.std.ts} (100%) rename ts/services/backups/{export.ts => export.preload.ts} (100%) rename ts/services/backups/{import.ts => import.preload.ts} (100%) rename ts/services/backups/{index.ts => index.preload.ts} (100%) rename ts/services/backups/{types.ts => types.std.ts} (100%) rename ts/services/backups/util/{FileStream.ts => FileStream.node.ts} (100%) rename ts/services/backups/util/{filePointers.ts => filePointers.preload.ts} (100%) rename ts/services/backups/util/{localBackup.ts => localBackup.node.ts} (100%) rename ts/services/backups/util/{mediaId.ts => mediaId.preload.ts} (100%) rename ts/services/backups/{validator.ts => validator.preload.ts} (100%) rename ts/services/{badgeLoader.ts => badgeLoader.preload.ts} (100%) rename ts/services/{bounce.ts => bounce.main.ts} (100%) rename ts/services/{buildExpiration.ts => buildExpiration.preload.ts} (100%) rename ts/services/{callHistoryLoader.ts => callHistoryLoader.preload.ts} (100%) rename ts/services/{callLinksLoader.ts => callLinksLoader.preload.ts} (100%) rename ts/services/{calling.ts => calling.preload.ts} (100%) rename ts/services/{challengeHandler.ts => challengeHandler.preload.ts} (100%) rename ts/services/{chatFoldersLoader.ts => chatFoldersLoader.preload.ts} (100%) rename ts/services/{contactSync.ts => contactSync.preload.ts} (100%) rename ts/services/{distributionListLoader.ts => distributionListLoader.preload.ts} (100%) rename ts/services/{donations.ts => donations.preload.ts} (100%) rename ts/services/{donationsLoader.ts => donationsLoader.preload.ts} (100%) rename ts/services/expiring/{chatFolderCleanupService.ts => chatFolderCleanupService.preload.ts} (100%) rename ts/services/expiring/{createExpiringEntityCleanupService.ts => createExpiringEntityCleanupService.std.ts} (100%) rename ts/services/{expiringMessagesDeletion.ts => expiringMessagesDeletion.preload.ts} (100%) rename ts/services/{gifsLoader.ts => gifsLoader.preload.ts} (100%) rename ts/services/{globalMessageAudio.ts => globalMessageAudio.std.ts} (100%) rename ts/services/{groupCredentialFetcher.ts => groupCredentialFetcher.preload.ts} (100%) rename ts/services/{keyboardLayout.ts => keyboardLayout.dom.ts} (100%) rename ts/services/{messageStateCleanup.ts => messageStateCleanup.preload.ts} (100%) rename ts/services/{networkObserver.ts => networkObserver.preload.ts} (100%) rename ts/services/{notificationProfilesService.ts => notificationProfilesService.preload.ts} (100%) rename ts/services/{notifications.ts => notifications.preload.ts} (100%) rename ts/services/{ourProfileKey.ts => ourProfileKey.std.ts} (100%) rename ts/services/{profiles.ts => profiles.preload.ts} (100%) rename ts/services/{releaseNotesFetcher.ts => releaseNotesFetcher.preload.ts} (100%) rename ts/services/{retryPlaceholders.ts => retryPlaceholders.std.ts} (100%) rename ts/services/{senderCertificate.ts => senderCertificate.preload.ts} (100%) rename ts/services/{singleServePromise.ts => singleServePromise.std.ts} (100%) rename ts/services/{storage.ts => storage.preload.ts} (100%) rename ts/services/{storageConstants.ts => storageConstants.std.ts} (100%) rename ts/services/{storageRecordOps.ts => storageRecordOps.preload.ts} (100%) rename ts/services/{storyLoader.ts => storyLoader.preload.ts} (100%) rename ts/services/{tapToViewMessagesDeletionService.ts => tapToViewMessagesDeletionService.preload.ts} (100%) rename ts/services/{updateListener.ts => updateListener.preload.ts} (100%) rename ts/services/{userLoader.ts => userLoader.dom.ts} (100%) rename ts/services/{username.ts => username.preload.ts} (100%) rename ts/services/{usernameIntegrity.ts => usernameIntegrity.preload.ts} (100%) rename ts/services/{writeProfile.ts => writeProfile.preload.ts} (100%) rename ts/{setAppLoadingScreenMessage.ts => setAppLoadingScreenMessage.dom.ts} (100%) rename ts/shims/{bounceAppIcon.ts => bounceAppIcon.preload.ts} (100%) rename ts/shims/{contactVerification.ts => contactVerification.dom.ts} (100%) rename ts/shims/{deleteAllData.ts => deleteAllData.preload.ts} (100%) rename ts/shims/{dispatchItemsMiddleware.ts => dispatchItemsMiddleware.preload.ts} (100%) rename ts/shims/{events.ts => events.dom.ts} (100%) rename ts/shims/{getUserTheme.ts => getUserTheme.dom.ts} (100%) rename ts/shims/{reloadSelectedConversation.ts => reloadSelectedConversation.dom.ts} (100%) rename ts/shims/{renderClearingDataView.tsx => renderClearingDataView.preload.tsx} (100%) rename ts/shims/{storage.ts => storage.preload.ts} (100%) rename ts/shims/{textsecure.ts => textsecure.preload.ts} (100%) rename ts/shims/{themeChanged.ts => themeChanged.dom.ts} (100%) rename ts/shims/{updateIpc.ts => updateIpc.preload.ts} (100%) rename ts/{signal.ts => signal.preload.ts} (100%) rename ts/sql/{Client.ts => Client.preload.ts} (100%) rename ts/sql/{Interface.ts => Interface.std.ts} (100%) rename ts/sql/{Server.ts => Server.node.ts} (100%) rename ts/sql/{channels.ts => channels.preload.ts} (100%) rename ts/sql/{cleanDataForIpc.ts => cleanDataForIpc.std.ts} (100%) rename ts/sql/{errors.ts => errors.std.ts} (100%) rename ts/sql/{hydration.ts => hydration.std.ts} (100%) rename ts/sql/{main.ts => main.main.ts} (100%) rename ts/sql/{mainWorker.ts => mainWorker.node.ts} (100%) rename ts/sql/migrations/{1000-mark-unread-call-history-messages-as-unseen.ts => 1000-mark-unread-call-history-messages-as-unseen.std.ts} (100%) rename ts/sql/migrations/{1010-call-links-table.ts => 1010-call-links-table.std.ts} (100%) rename ts/sql/migrations/{1020-self-merges.ts => 1020-self-merges.std.ts} (100%) rename ts/sql/migrations/{1030-unblock-event.ts => 1030-unblock-event.std.ts} (100%) rename ts/sql/migrations/{1040-undownloaded-backed-up-media.ts => 1040-undownloaded-backed-up-media.std.ts} (100%) rename ts/sql/migrations/{1050-group-send-endorsements.ts => 1050-group-send-endorsements.std.ts} (100%) rename ts/sql/migrations/{1060-addressable-messages-and-sync-tasks.ts => 1060-addressable-messages-and-sync-tasks.std.ts} (100%) rename ts/sql/migrations/{1070-attachment-backup.ts => 1070-attachment-backup.std.ts} (100%) rename ts/sql/migrations/{1080-nondisappearing-addressable.ts => 1080-nondisappearing-addressable.std.ts} (100%) rename ts/sql/migrations/{1090-message-delete-indexes.ts => 1090-message-delete-indexes.std.ts} (100%) rename ts/sql/migrations/{1100-optimize-mark-call-history-read-in-conversation.ts => 1100-optimize-mark-call-history-read-in-conversation.std.ts} (100%) rename ts/sql/migrations/{1110-sticker-local-key.ts => 1110-sticker-local-key.std.ts} (100%) rename ts/sql/migrations/{1120-messages-foreign-keys-indexes.ts => 1120-messages-foreign-keys-indexes.std.ts} (100%) rename ts/sql/migrations/{1130-isStory-index.ts => 1130-isStory-index.std.ts} (100%) rename ts/sql/migrations/{1140-call-links-deleted-column.ts => 1140-call-links-deleted-column.std.ts} (100%) rename ts/sql/migrations/{1150-expire-timer-version.ts => 1150-expire-timer-version.std.ts} (100%) rename ts/sql/migrations/{1160-optimize-calls-unread-count.ts => 1160-optimize-calls-unread-count.std.ts} (100%) rename ts/sql/migrations/{1170-update-call-history-unread-index.ts => 1170-update-call-history-unread-index.std.ts} (100%) rename ts/sql/migrations/{1180-add-attachment-download-source.ts => 1180-add-attachment-download-source.std.ts} (100%) rename ts/sql/migrations/{1190-call-links-storage.ts => 1190-call-links-storage.std.ts} (100%) rename ts/sql/migrations/{1200-attachment-download-source-index.ts => 1200-attachment-download-source-index.std.ts} (100%) rename ts/sql/migrations/{1210-call-history-started-id.ts => 1210-call-history-started-id.std.ts} (100%) rename ts/sql/migrations/{1220-blob-sessions.ts => 1220-blob-sessions.node.ts} (100%) rename ts/sql/migrations/{1230-call-links-admin-key-index.ts => 1230-call-links-admin-key-index.std.ts} (100%) rename ts/sql/migrations/{1240-defunct-call-links-table.ts => 1240-defunct-call-links-table.std.ts} (100%) rename ts/sql/migrations/{1250-defunct-call-links-storage.ts => 1250-defunct-call-links-storage.std.ts} (100%) rename ts/sql/migrations/{1260-sync-tasks-rowid.ts => 1260-sync-tasks-rowid.std.ts} (100%) rename ts/sql/migrations/{1270-normalize-messages.ts => 1270-normalize-messages.std.ts} (100%) rename ts/sql/migrations/{1280-blob-unprocessed.ts => 1280-blob-unprocessed.std.ts} (100%) rename ts/sql/migrations/{1290-int-unprocessed-source-device.ts => 1290-int-unprocessed-source-device.std.ts} (100%) rename ts/sql/migrations/{1300-sticker-pack-refs.ts => 1300-sticker-pack-refs.std.ts} (100%) rename ts/sql/migrations/{1310-muted-fixup.ts => 1310-muted-fixup.std.ts} (100%) rename ts/sql/migrations/{1320-unprocessed-received-at-date.ts => 1320-unprocessed-received-at-date.std.ts} (100%) rename ts/sql/migrations/{1330-sync-tasks-type-index.ts => 1330-sync-tasks-type-index.std.ts} (100%) rename ts/sql/migrations/{1340-recent-gifs.ts => 1340-recent-gifs.std.ts} (100%) rename ts/sql/migrations/{1350-notification-profiles.ts => 1350-notification-profiles.std.ts} (100%) rename ts/sql/migrations/{1360-attachments.ts => 1360-attachments.std.ts} (100%) rename ts/sql/migrations/{1370-message-attachment-indexes.ts => 1370-message-attachment-indexes.std.ts} (100%) rename ts/sql/migrations/{1380-donation-receipts.ts => 1380-donation-receipts.std.ts} (100%) rename ts/sql/migrations/{1390-attachment-download-keys.ts => 1390-attachment-download-keys.std.ts} (100%) rename ts/sql/migrations/{1400-simplify-receipts.ts => 1400-simplify-receipts.std.ts} (100%) rename ts/sql/migrations/{1410-remove-wallpaper.ts => 1410-remove-wallpaper.std.ts} (100%) rename ts/sql/migrations/{1420-backup-downloads.ts => 1420-backup-downloads.std.ts} (100%) rename ts/sql/migrations/{1430-call-links-epoch-id.ts => 1430-call-links-epoch-id.std.ts} (100%) rename ts/sql/migrations/{1440-chat-folders.ts => 1440-chat-folders.std.ts} (100%) rename ts/sql/migrations/{1450-all-media.ts => 1450-all-media.std.ts} (100%) rename ts/sql/migrations/{1460-attachment-duration.ts => 1460-attachment-duration.std.ts} (100%) rename ts/sql/migrations/{1470-kyber-triple.ts => 1470-kyber-triple.std.ts} (100%) rename ts/sql/migrations/{1480-chat-folders-remove-duplicates.ts => 1480-chat-folders-remove-duplicates.std.ts} (100%) rename ts/sql/migrations/{41-uuid-keys.ts => 41-uuid-keys.std.ts} (100%) rename ts/sql/migrations/{42-stale-reactions.ts => 42-stale-reactions.std.ts} (100%) rename ts/sql/migrations/{43-gv2-uuid.ts => 43-gv2-uuid.std.ts} (100%) rename ts/sql/migrations/{44-badges.ts => 44-badges.std.ts} (100%) rename ts/sql/migrations/{45-stories.ts => 45-stories.std.ts} (100%) rename ts/sql/migrations/{46-optimize-stories.ts => 46-optimize-stories.std.ts} (100%) rename ts/sql/migrations/{47-further-optimize.ts => 47-further-optimize.std.ts} (100%) rename ts/sql/migrations/{48-fix-user-initiated-index.ts => 48-fix-user-initiated-index.std.ts} (100%) rename ts/sql/migrations/{49-fix-preview-index.ts => 49-fix-preview-index.std.ts} (100%) rename ts/sql/migrations/{50-fix-messages-unread-index.ts => 50-fix-messages-unread-index.std.ts} (100%) rename ts/sql/migrations/{51-centralize-conversation-jobs.ts => 51-centralize-conversation-jobs.node.ts} (100%) rename ts/sql/migrations/{52-optimize-stories.ts => 52-optimize-stories.std.ts} (100%) rename ts/sql/migrations/{53-gv2-banned-members.ts => 53-gv2-banned-members.std.ts} (100%) rename ts/sql/migrations/{54-unprocessed-received-at-counter.ts => 54-unprocessed-received-at-counter.std.ts} (100%) rename ts/sql/migrations/{55-report-message-aci.ts => 55-report-message-aci.node.ts} (100%) rename ts/sql/migrations/{56-add-unseen-to-message.ts => 56-add-unseen-to-message.std.ts} (100%) rename ts/sql/migrations/{57-rm-message-history-unsynced.ts => 57-rm-message-history-unsynced.std.ts} (100%) rename ts/sql/migrations/{58-update-unread.ts => 58-update-unread.std.ts} (100%) rename ts/sql/migrations/{59-unprocessed-received-at-counter-index.ts => 59-unprocessed-received-at-counter-index.std.ts} (100%) rename ts/sql/migrations/{60-update-expiring-index.ts => 60-update-expiring-index.std.ts} (100%) rename ts/sql/migrations/{61-distribution-list-storage.ts => 61-distribution-list-storage.std.ts} (100%) rename ts/sql/migrations/{62-add-urgent-to-send-log.ts => 62-add-urgent-to-send-log.std.ts} (100%) rename ts/sql/migrations/{63-add-urgent-to-unprocessed.ts => 63-add-urgent-to-unprocessed.std.ts} (100%) rename ts/sql/migrations/{64-uuid-column-for-pre-keys.ts => 64-uuid-column-for-pre-keys.std.ts} (100%) rename ts/sql/migrations/{65-add-storage-id-to-stickers.ts => 65-add-storage-id-to-stickers.std.ts} (100%) rename ts/sql/migrations/{66-add-pni-signature-to-sent-protos.ts => 66-add-pni-signature-to-sent-protos.std.ts} (100%) rename ts/sql/migrations/{67-add-story-to-unprocessed.ts => 67-add-story-to-unprocessed.std.ts} (100%) rename ts/sql/migrations/{68-drop-deprecated-columns.ts => 68-drop-deprecated-columns.std.ts} (100%) rename ts/sql/migrations/{69-group-call-ring-cancellations.ts => 69-group-call-ring-cancellations.std.ts} (100%) rename ts/sql/migrations/{70-story-reply-index.ts => 70-story-reply-index.std.ts} (100%) rename ts/sql/migrations/{71-merge-notifications.ts => 71-merge-notifications.std.ts} (100%) rename ts/sql/migrations/{72-optimize-call-id-message-lookup.ts => 72-optimize-call-id-message-lookup.std.ts} (100%) rename ts/sql/migrations/{73-remove-phone-number-discovery.ts => 73-remove-phone-number-discovery.std.ts} (100%) rename ts/sql/migrations/{74-optimize-convo-open.ts => 74-optimize-convo-open.std.ts} (100%) rename ts/sql/migrations/{75-noop.ts => 75-noop.std.ts} (100%) rename ts/sql/migrations/{76-optimize-convo-open-2.ts => 76-optimize-convo-open-2.std.ts} (100%) rename ts/sql/migrations/{77-signal-tokenizer.ts => 77-signal-tokenizer.std.ts} (100%) rename ts/sql/migrations/{78-merge-receipt-jobs.ts => 78-merge-receipt-jobs.node.ts} (100%) rename ts/sql/migrations/{79-paging-lightbox.ts => 79-paging-lightbox.std.ts} (100%) rename ts/sql/migrations/{80-edited-messages.ts => 80-edited-messages.std.ts} (100%) rename ts/sql/migrations/{81-contact-removed-notification.ts => 81-contact-removed-notification.std.ts} (100%) rename ts/sql/migrations/{82-edited-messages-read-index.ts => 82-edited-messages-read-index.std.ts} (100%) rename ts/sql/migrations/{83-mentions.ts => 83-mentions.std.ts} (100%) rename ts/sql/migrations/{84-all-mentions.ts => 84-all-mentions.std.ts} (100%) rename ts/sql/migrations/{85-add-kyber-keys.ts => 85-add-kyber-keys.std.ts} (100%) rename ts/sql/migrations/{86-story-replies-index.ts => 86-story-replies-index.std.ts} (100%) rename ts/sql/migrations/{87-cleanup.ts => 87-cleanup.std.ts} (100%) rename ts/sql/migrations/{88-service-ids.ts => 88-service-ids.std.ts} (100%) rename ts/sql/migrations/{89-call-history.ts => 89-call-history.node.ts} (100%) rename ts/sql/migrations/{90-delete-story-reply-screenshot.ts => 90-delete-story-reply-screenshot.std.ts} (100%) rename ts/sql/migrations/{91-clean-keys.ts => 91-clean-keys.std.ts} (100%) rename ts/sql/migrations/{920-clean-more-keys.ts => 920-clean-more-keys.std.ts} (100%) rename ts/sql/migrations/{930-fts5-secure-delete.ts => 930-fts5-secure-delete.std.ts} (100%) rename ts/sql/migrations/{940-fts5-revert.ts => 940-fts5-revert.std.ts} (100%) rename ts/sql/migrations/{950-fts5-secure-delete.ts => 950-fts5-secure-delete.std.ts} (100%) rename ts/sql/migrations/{960-untag-pni.ts => 960-untag-pni.std.ts} (100%) rename ts/sql/migrations/{970-fts5-optimize.ts => 970-fts5-optimize.std.ts} (100%) rename ts/sql/migrations/{980-reaction-timestamp.ts => 980-reaction-timestamp.std.ts} (100%) rename ts/sql/migrations/{990-phone-number-sharing.ts => 990-phone-number-sharing.std.ts} (100%) rename ts/sql/migrations/{index.ts => index.node.ts} (100%) rename ts/sql/server/{callLinks.ts => callLinks.node.ts} (100%) rename ts/sql/server/{chatFolders.ts => chatFolders.std.ts} (100%) rename ts/sql/server/{donationReceipts.ts => donationReceipts.std.ts} (100%) rename ts/sql/server/{groupSendEndorsements.ts => groupSendEndorsements.std.ts} (100%) rename ts/sql/server/{messageAttachments.ts => messageAttachments.std.ts} (100%) rename ts/sql/{sqlLogger.ts => sqlLogger.node.ts} (100%) rename ts/sql/{util.ts => util.std.ts} (100%) rename ts/state/{actions.ts => actions.preload.ts} (100%) rename ts/state/{createStore.ts => createStore.preload.ts} (100%) rename ts/state/ducks/{accounts.ts => accounts.preload.ts} (100%) rename ts/state/ducks/{app.ts => app.preload.ts} (100%) rename ts/state/ducks/{audioPlayer.ts => audioPlayer.preload.ts} (100%) rename ts/state/ducks/{audioRecorder.ts => audioRecorder.preload.ts} (100%) rename ts/state/ducks/{badges.ts => badges.preload.ts} (100%) rename ts/state/ducks/{callHistory.ts => callHistory.preload.ts} (100%) rename ts/state/ducks/{calling.ts => calling.preload.ts} (100%) rename ts/state/ducks/{callingHelpers.ts => callingHelpers.std.ts} (100%) rename ts/state/ducks/{chatFolders.ts => chatFolders.preload.ts} (100%) rename ts/state/ducks/{composer.ts => composer.preload.ts} (100%) rename ts/state/ducks/{conversations.ts => conversations.preload.ts} (100%) rename ts/state/ducks/{conversationsEnums.ts => conversationsEnums.std.ts} (100%) rename ts/state/ducks/{crashReports.ts => crashReports.preload.ts} (100%) rename ts/state/ducks/{donations.ts => donations.preload.ts} (100%) rename ts/state/ducks/{emojis.ts => emojis.preload.ts} (100%) rename ts/state/ducks/{expiration.ts => expiration.std.ts} (100%) rename ts/state/ducks/{gifs.ts => gifs.preload.ts} (100%) rename ts/state/ducks/{globalModals.ts => globalModals.preload.ts} (100%) rename ts/state/ducks/{inbox.ts => inbox.std.ts} (100%) rename ts/state/ducks/{installer.ts => installer.preload.ts} (100%) rename ts/state/ducks/{items.ts => items.preload.ts} (100%) rename ts/state/ducks/{lightbox.ts => lightbox.preload.ts} (100%) rename ts/state/ducks/{linkPreviews.ts => linkPreviews.preload.ts} (100%) rename ts/state/ducks/{mediaGallery.ts => mediaGallery.preload.ts} (100%) rename ts/state/ducks/{nav.ts => nav.std.ts} (100%) rename ts/state/ducks/{network.ts => network.dom.ts} (100%) rename ts/state/ducks/{noop.ts => noop.std.ts} (100%) rename ts/state/ducks/{notificationProfiles.ts => notificationProfiles.preload.ts} (100%) rename ts/state/ducks/{preferredReactions.ts => preferredReactions.preload.ts} (100%) rename ts/state/ducks/{safetyNumber.ts => safetyNumber.preload.ts} (100%) rename ts/state/ducks/{search.ts => search.preload.ts} (100%) rename ts/state/ducks/{stickers.ts => stickers.preload.ts} (100%) rename ts/state/ducks/{stories.ts => stories.preload.ts} (100%) rename ts/state/ducks/{storyDistributionLists.ts => storyDistributionLists.preload.ts} (100%) rename ts/state/ducks/{toast.ts => toast.preload.ts} (100%) rename ts/state/ducks/{updates.ts => updates.preload.ts} (100%) rename ts/state/ducks/{user.ts => user.preload.ts} (100%) rename ts/state/ducks/{username.ts => username.preload.ts} (100%) rename ts/state/ducks/{usernameEnums.ts => usernameEnums.std.ts} (100%) rename ts/state/{getInitialState.ts => getInitialState.preload.ts} (100%) rename ts/state/{initializeRedux.ts => initializeRedux.preload.ts} (100%) rename ts/state/{reducer.ts => reducer.preload.ts} (100%) rename ts/state/{reinitializeRedux.ts => reinitializeRedux.preload.ts} (100%) rename ts/state/roots/{createApp.tsx => createApp.preload.tsx} (100%) rename ts/state/roots/{createGroupV2JoinModal.tsx => createGroupV2JoinModal.dom.tsx} (100%) rename ts/state/selectors/{accounts.ts => accounts.std.ts} (100%) rename ts/state/selectors/{app.ts => app.std.ts} (100%) rename ts/state/selectors/{audioPlayer.ts => audioPlayer.preload.ts} (100%) rename ts/state/selectors/{audioRecorder.ts => audioRecorder.std.ts} (100%) rename ts/state/selectors/{badges.ts => badges.preload.ts} (100%) rename ts/state/selectors/{callHistory.ts => callHistory.std.ts} (100%) rename ts/state/selectors/{calling.ts => calling.std.ts} (100%) rename ts/state/selectors/{chatFolders.ts => chatFolders.std.ts} (100%) rename ts/state/selectors/{composer.ts => composer.preload.ts} (100%) rename ts/state/selectors/{conversations-extra.ts => conversations-extra.preload.ts} (100%) rename ts/state/selectors/{conversations.ts => conversations.dom.ts} (100%) rename ts/state/selectors/{crashReports.ts => crashReports.std.ts} (100%) rename ts/state/selectors/{emojis.ts => emojis.std.ts} (100%) rename ts/state/selectors/{expiration.ts => expiration.dom.ts} (100%) rename ts/state/selectors/{gifs.ts => gifs.std.ts} (100%) rename ts/state/selectors/{globalModals.ts => globalModals.std.ts} (100%) rename ts/state/selectors/{inbox.ts => inbox.std.ts} (100%) rename ts/state/selectors/{installer.ts => installer.std.ts} (100%) rename ts/state/selectors/{items.ts => items.dom.ts} (100%) rename ts/state/selectors/{lightbox.ts => lightbox.std.ts} (100%) rename ts/state/selectors/{linkPreviews.ts => linkPreviews.std.ts} (100%) rename ts/state/selectors/{mediaGallery.ts => mediaGallery.std.ts} (100%) rename ts/state/selectors/{message.ts => message.preload.ts} (100%) rename ts/state/selectors/{nav.ts => nav.preload.ts} (100%) rename ts/state/selectors/{network.ts => network.preload.ts} (100%) rename ts/state/selectors/{notificationProfiles.ts => notificationProfiles.dom.ts} (100%) rename ts/state/selectors/{preferredReactions.ts => preferredReactions.std.ts} (100%) rename ts/state/selectors/{safetyNumber.ts => safetyNumber.std.ts} (100%) rename ts/state/selectors/{search.ts => search.dom.ts} (100%) rename ts/state/selectors/{stickers.ts => stickers.std.ts} (100%) rename ts/state/selectors/{stories.ts => stories.preload.ts} (100%) rename ts/state/selectors/{stories2.ts => stories2.dom.ts} (100%) rename ts/state/selectors/{storyDistributionLists.ts => storyDistributionLists.dom.ts} (100%) rename ts/state/selectors/{timeline.ts => timeline.preload.ts} (100%) rename ts/state/selectors/{toast.ts => toast.std.ts} (100%) rename ts/state/selectors/{updates.ts => updates.std.ts} (100%) rename ts/state/selectors/{user.ts => user.std.ts} (100%) rename ts/state/selectors/{username.ts => username.std.ts} (100%) rename ts/state/smart/{AboutContactModal.tsx => AboutContactModal.preload.tsx} (100%) rename ts/state/smart/{AddUserToAnotherGroupModal.tsx => AddUserToAnotherGroupModal.preload.tsx} (100%) rename ts/state/smart/{AllMedia.tsx => AllMedia.preload.tsx} (100%) rename ts/state/smart/{App.tsx => App.preload.tsx} (100%) rename ts/state/smart/{CallLinkAddNameModal.tsx => CallLinkAddNameModal.preload.tsx} (100%) rename ts/state/smart/{CallLinkDetails.tsx => CallLinkDetails.preload.tsx} (100%) rename ts/state/smart/{CallLinkEditModal.tsx => CallLinkEditModal.preload.tsx} (100%) rename ts/state/smart/{CallLinkPendingParticipantModal.tsx => CallLinkPendingParticipantModal.preload.tsx} (100%) rename ts/state/smart/{CallManager.tsx => CallManager.preload.tsx} (100%) rename ts/state/smart/{CallingDeviceSelection.tsx => CallingDeviceSelection.preload.tsx} (100%) rename ts/state/smart/{CallsTab.tsx => CallsTab.preload.tsx} (100%) rename ts/state/smart/{CaptchaDialog.tsx => CaptchaDialog.preload.tsx} (100%) rename ts/state/smart/{ChatColorPicker.tsx => ChatColorPicker.preload.tsx} (100%) rename ts/state/smart/{ChatsTab.tsx => ChatsTab.preload.tsx} (100%) rename ts/state/smart/{ChooseGroupMembersModal.tsx => ChooseGroupMembersModal.preload.tsx} (100%) rename ts/state/smart/{CollidingAvatars.tsx => CollidingAvatars.dom.tsx} (100%) rename ts/state/smart/{CompositionArea.tsx => CompositionArea.preload.tsx} (100%) rename ts/state/smart/{CompositionRecording.tsx => CompositionRecording.preload.tsx} (100%) rename ts/state/smart/{CompositionRecordingDraft.tsx => CompositionRecordingDraft.preload.tsx} (100%) rename ts/state/smart/{CompositionTextArea.tsx => CompositionTextArea.preload.tsx} (100%) rename ts/state/smart/{ConfirmAdditionsModal.tsx => ConfirmAdditionsModal.dom.tsx} (100%) rename ts/state/smart/{ConfirmLeaveCallModal.tsx => ConfirmLeaveCallModal.preload.tsx} (100%) rename ts/state/smart/{ContactDetail.tsx => ContactDetail.preload.tsx} (100%) rename ts/state/smart/{ContactModal.tsx => ContactModal.preload.tsx} (100%) rename ts/state/smart/{ContactName.tsx => ContactName.preload.tsx} (100%) rename ts/state/smart/{ContactSpoofingReviewDialog.tsx => ContactSpoofingReviewDialog.preload.tsx} (100%) rename ts/state/smart/{ConversationDetails.tsx => ConversationDetails.preload.tsx} (100%) rename ts/state/smart/{ConversationHeader.tsx => ConversationHeader.preload.tsx} (100%) rename ts/state/smart/{ConversationNotificationsSettings.tsx => ConversationNotificationsSettings.preload.tsx} (100%) rename ts/state/smart/{ConversationPanel.tsx => ConversationPanel.preload.tsx} (100%) rename ts/state/smart/{ConversationView.tsx => ConversationView.preload.tsx} (100%) rename ts/state/smart/{CrashReportDialog.tsx => CrashReportDialog.preload.tsx} (100%) rename ts/state/smart/{CustomizingPreferredReactionsModal.tsx => CustomizingPreferredReactionsModal.preload.tsx} (100%) rename ts/state/smart/{DeleteMessagesModal.tsx => DeleteMessagesModal.preload.tsx} (100%) rename ts/state/smart/{DraftGifMessageSendModal.tsx => DraftGifMessageSendModal.preload.tsx} (100%) rename ts/state/smart/{EditHistoryMessagesModal.tsx => EditHistoryMessagesModal.preload.tsx} (100%) rename ts/state/smart/{EditNicknameAndNoteModal.tsx => EditNicknameAndNoteModal.preload.tsx} (100%) rename ts/state/smart/{ForwardMessagesModal.tsx => ForwardMessagesModal.preload.tsx} (100%) rename ts/state/smart/{FunProvider.tsx => FunProvider.preload.tsx} (100%) rename ts/state/smart/{GV1Members.tsx => GV1Members.preload.tsx} (100%) rename ts/state/smart/{GlobalModalContainer.tsx => GlobalModalContainer.preload.tsx} (100%) rename ts/state/smart/{GroupLinkManagement.tsx => GroupLinkManagement.preload.tsx} (100%) rename ts/state/smart/{GroupV1MigrationDialog.tsx => GroupV1MigrationDialog.preload.tsx} (100%) rename ts/state/smart/{GroupV2JoinDialog.tsx => GroupV2JoinDialog.dom.tsx} (100%) rename ts/state/smart/{GroupV2Permissions.tsx => GroupV2Permissions.preload.tsx} (100%) rename ts/state/smart/{HeroRow.tsx => HeroRow.preload.tsx} (100%) rename ts/state/smart/{Inbox.tsx => Inbox.preload.tsx} (100%) rename ts/state/smart/{InstallScreen.tsx => InstallScreen.preload.tsx} (100%) rename ts/state/smart/{LeftPane.tsx => LeftPane.preload.tsx} (100%) rename ts/state/smart/{LeftPaneChatFolders.tsx => LeftPaneChatFolders.preload.tsx} (100%) rename ts/state/smart/{LeftPaneConversationListItemContextMenu.tsx => LeftPaneConversationListItemContextMenu.preload.tsx} (100%) rename ts/state/smart/{Lightbox.tsx => Lightbox.preload.tsx} (100%) rename ts/state/smart/{MessageAudio.tsx => MessageAudio.preload.tsx} (100%) rename ts/state/smart/{MessageDetail.tsx => MessageDetail.preload.tsx} (100%) rename ts/state/smart/{MessageRequestActionsConfirmation.tsx => MessageRequestActionsConfirmation.preload.tsx} (100%) rename ts/state/smart/{MessageSearchResult.tsx => MessageSearchResult.preload.tsx} (100%) rename ts/state/smart/{MiniPlayer.tsx => MiniPlayer.preload.tsx} (100%) rename ts/state/smart/{NavTabs.tsx => NavTabs.preload.tsx} (100%) rename ts/state/smart/{NetworkStatus.tsx => NetworkStatus.preload.tsx} (100%) rename ts/state/smart/{NotePreviewModal.tsx => NotePreviewModal.preload.tsx} (100%) rename ts/state/smart/{NotificationProfilesMenu.tsx => NotificationProfilesMenu.preload.tsx} (100%) rename ts/state/smart/{PendingInvites.tsx => PendingInvites.preload.tsx} (100%) rename ts/state/smart/{Preferences.tsx => Preferences.preload.tsx} (100%) rename ts/state/smart/{PreferencesChatFoldersPage.tsx => PreferencesChatFoldersPage.preload.tsx} (100%) rename ts/state/smart/{PreferencesDonations.tsx => PreferencesDonations.preload.tsx} (100%) rename ts/state/smart/{PreferencesEditChatFolderPage.tsx => PreferencesEditChatFolderPage.preload.tsx} (100%) rename ts/state/smart/{PreferencesNotificationProfiles.tsx => PreferencesNotificationProfiles.preload.tsx} (100%) rename ts/state/smart/{ProfileEditor.tsx => ProfileEditor.preload.tsx} (100%) rename ts/state/smart/{ProfileNameWarningModal.tsx => ProfileNameWarningModal.preload.tsx} (100%) rename ts/state/smart/{ReactionPicker.tsx => ReactionPicker.dom.tsx} (100%) rename ts/state/smart/{RelinkDialog.tsx => RelinkDialog.dom.tsx} (100%) rename ts/state/smart/{SafetyNumberModal.tsx => SafetyNumberModal.preload.tsx} (100%) rename ts/state/smart/{SafetyNumberViewer.tsx => SafetyNumberViewer.preload.tsx} (100%) rename ts/state/smart/{SendAnywayDialog.tsx => SendAnywayDialog.preload.tsx} (100%) rename ts/state/smart/{ShortcutGuideModal.tsx => ShortcutGuideModal.preload.tsx} (100%) rename ts/state/smart/{StickerManager.tsx => StickerManager.preload.tsx} (100%) rename ts/state/smart/{StickerPreviewModal.tsx => StickerPreviewModal.preload.tsx} (100%) rename ts/state/smart/{StoriesSettingsModal.tsx => StoriesSettingsModal.preload.tsx} (100%) rename ts/state/smart/{StoriesTab.tsx => StoriesTab.preload.tsx} (100%) rename ts/state/smart/{StoryCreator.tsx => StoryCreator.preload.tsx} (100%) rename ts/state/smart/{StoryViewer.tsx => StoryViewer.preload.tsx} (100%) rename ts/state/smart/{Timeline.tsx => Timeline.preload.tsx} (100%) rename ts/state/smart/{TimelineItem.tsx => TimelineItem.preload.tsx} (100%) rename ts/state/smart/{ToastManager.tsx => ToastManager.preload.tsx} (100%) rename ts/state/smart/{TypingBubble.tsx => TypingBubble.preload.tsx} (100%) rename ts/state/smart/{UniversalTimerNotification.tsx => UniversalTimerNotification.dom.tsx} (100%) rename ts/state/smart/{UnsupportedOSDialog.tsx => UnsupportedOSDialog.preload.tsx} (100%) rename ts/state/smart/{UpdateDialog.tsx => UpdateDialog.preload.tsx} (100%) rename ts/state/smart/{UsernameEditor.tsx => UsernameEditor.preload.tsx} (100%) rename ts/state/smart/{UsernameOnboardingModal.tsx => UsernameOnboardingModal.preload.tsx} (100%) rename ts/state/smart/{VoiceNotesPlaybackProvider.tsx => VoiceNotesPlaybackProvider.preload.tsx} (100%) rename ts/state/smart/{Waveform.tsx => Waveform.dom.tsx} (100%) rename ts/state/smart/{renderAudioAttachment.tsx => renderAudioAttachment.preload.tsx} (100%) rename ts/state/smart/{renderReactionPicker.tsx => renderReactionPicker.dom.tsx} (100%) rename ts/state/{types.ts => types.std.ts} (100%) rename ts/state/{util.ts => util.std.ts} (100%) rename ts/storybook/{Fixtures.ts => Fixtures.std.ts} (100%) rename ts/storybook/{types.ts => types.std.ts} (100%) rename ts/test-electron/{ContactsParser_test.ts => ContactsParser_test.preload.ts} (100%) rename ts/test-electron/{ConversationController_test.ts => ConversationController_test.preload.ts} (100%) rename ts/test-electron/{Crypto_test.ts => Crypto_test.preload.ts} (100%) rename ts/test-electron/{Curve_test.ts => Curve_test.node.ts} (100%) rename ts/test-electron/{MessageReceipts_test.ts => MessageReceipts_test.preload.ts} (100%) rename ts/test-electron/{MessageReceiver_test.ts => MessageReceiver_test.preload.ts} (100%) rename ts/test-electron/{SignalProtocolStore_test.ts => SignalProtocolStore_test.preload.ts} (100%) rename ts/test-electron/{WebsocketResources_test.ts => WebsocketResources_test.preload.ts} (100%) rename ts/test-electron/{background_test.ts => background_test.preload.ts} (100%) rename ts/test-electron/backup/{attachments_test.ts => attachments_test.preload.ts} (100%) rename ts/test-electron/backup/{backup_groupv2_notifications_test.ts => backup_groupv2_notifications_test.preload.ts} (100%) rename ts/test-electron/backup/{bubble_test.ts => bubble_test.preload.ts} (100%) rename ts/test-electron/backup/{calling_test.ts => calling_test.preload.ts} (100%) rename ts/test-electron/backup/{conversations_test.ts => conversations_test.preload.ts} (100%) rename ts/test-electron/backup/{filePointer_test.ts => filePointer_test.preload.ts} (100%) rename ts/test-electron/backup/{helpers.ts => helpers.preload.ts} (100%) rename ts/test-electron/backup/{integration_test.ts => integration_test.preload.ts} (100%) rename ts/test-electron/backup/{non_bubble_test.ts => non_bubble_test.preload.ts} (100%) rename ts/test-electron/{cleanupOrphanedAttachments_test.ts => cleanupOrphanedAttachments_test.preload.ts} (100%) rename ts/test-electron/components/{Avatar_test.tsx => Avatar_test.dom.tsx} (100%) rename ts/test-electron/context/{Crypto_test.ts => Crypto_test.node.ts} (100%) rename ts/test-electron/context/{createNativeThemeListener_test.ts => createNativeThemeListener_test.node.ts} (100%) rename ts/test-electron/{deleteMessageAttachments_test.ts => deleteMessageAttachments_test.preload.ts} (100%) rename ts/test-electron/linkPreviews/{linkPreviewFetch_test.ts => linkPreviewFetch_test.preload.ts} (100%) rename ts/test-electron/models/{conversations_test.ts => conversations_test.preload.ts} (100%) rename ts/test-electron/models/{messages_test.ts => messages_test.preload.ts} (100%) rename ts/test-electron/{normalizedAttachments_test.ts => normalizedAttachments_test.preload.ts} (100%) rename ts/test-electron/quill/emoji/{completion_test.tsx => completion_test.dom.tsx} (100%) rename ts/test-electron/quill/{memberRepository_test.ts => memberRepository_test.std.ts} (100%) rename ts/test-electron/quill/mentions/{completion_test.tsx => completion_test.dom.tsx} (100%) rename ts/test-electron/quill/mentions/{matchers_test.ts => matchers_test.std.ts} (100%) rename ts/test-electron/quill/{util_test.ts => util_test.dom.ts} (100%) rename ts/test-electron/{routineProfileRefresh_test.ts => routineProfileRefresh_test.preload.ts} (100%) rename ts/test-electron/{scrollUtil_test.ts => scrollUtil_test.dom.ts} (100%) rename ts/test-electron/services/{ActiveWindowService_test.ts => ActiveWindowService_test.preload.ts} (100%) rename ts/test-electron/services/{AttachmentBackupManager_test.ts => AttachmentBackupManager_test.preload.ts} (100%) rename ts/test-electron/services/{AttachmentDownloadManager_test.ts => AttachmentDownloadManager_test.preload.ts} (100%) rename ts/test-electron/services/{MessageCache_test.ts => MessageCache_test.preload.ts} (100%) rename ts/test-electron/services/{ReleaseNotesFetcher_test.ts => ReleaseNotesFetcher_test.preload.ts} (100%) rename ts/test-electron/services/{areWeASubscriber_test.ts => areWeASubscriber_test.dom.ts} (100%) rename ts/test-electron/services/{profiles_test.ts => profiles_test.preload.ts} (100%) rename ts/test-electron/services/{senderCertificate_test.ts => senderCertificate_test.preload.ts} (100%) rename ts/test-electron/sql/{attachment_download_backup_stats_test.ts => attachment_download_backup_stats_test.preload.ts} (100%) rename ts/test-electron/sql/{callLinks_test.ts => callLinks_test.preload.ts} (100%) rename ts/test-electron/sql/{conversationSummary_test.ts => conversationSummary_test.preload.ts} (100%) rename ts/test-electron/sql/{donationReceipts_test.ts => donationReceipts_test.preload.ts} (100%) rename ts/test-electron/sql/{fullTextSearch_test.ts => fullTextSearch_test.preload.ts} (100%) rename ts/test-electron/sql/{getCallHistoryGroups_test.ts => getCallHistoryGroups_test.preload.ts} (100%) rename ts/test-electron/sql/{getCallHistoryMessageByCallId_test.ts => getCallHistoryMessageByCallId_test.preload.ts} (100%) rename ts/test-electron/sql/{getMessagesBetween_test.ts => getMessagesBetween_test.preload.ts} (100%) rename ts/test-electron/sql/{getNearbyMessageFromDeletedSet_test.ts => getNearbyMessageFromDeletedSet_test.preload.ts} (100%) rename ts/test-electron/sql/{getRecentStaleRingsAndMarkOlderMissed_test.ts => getRecentStaleRingsAndMarkOlderMissed_test.preload.ts} (100%) rename ts/test-electron/sql/{getRecentStoryReplies_test.ts => getRecentStoryReplies_test.preload.ts} (100%) rename ts/test-electron/sql/{markRead_test.ts => markRead_test.preload.ts} (100%) rename ts/test-electron/sql/{notificationProfiles_test.ts => notificationProfiles_test.preload.ts} (100%) rename ts/test-electron/sql/{removeAllConfiguration_test.ts => removeAllConfiguration_test.preload.ts} (100%) rename ts/test-electron/sql/{sendLog_test.ts => sendLog_test.preload.ts} (100%) rename ts/test-electron/sql/{stories_test.ts => stories_test.preload.ts} (100%) rename ts/test-electron/sql/{storyDistribution_test.ts => storyDistribution_test.preload.ts} (100%) rename ts/test-electron/sql/{storyReads_test.ts => storyReads_test.preload.ts} (100%) rename ts/test-electron/sql/{timelineFetches_test.ts => timelineFetches_test.preload.ts} (100%) rename ts/test-electron/sql/{utils_test.ts => utils_test.node.ts} (100%) rename ts/test-electron/state/ducks/{calling_test.ts => calling_test.preload.ts} (100%) rename ts/test-electron/state/ducks/{conversations_test.ts => conversations_test.preload.ts} (100%) rename ts/test-electron/state/ducks/{stories_test.ts => stories_test.preload.ts} (100%) rename ts/test-electron/state/ducks/{username_test.ts => username_test.preload.ts} (100%) rename ts/test-electron/state/selectors/{audioPlayer_test.ts => audioPlayer_test.preload.ts} (100%) rename ts/test-electron/state/selectors/{calling_test.ts => calling_test.preload.ts} (100%) rename ts/test-electron/state/selectors/{conversations-extra_test.ts => conversations-extra_test.preload.ts} (100%) rename ts/test-electron/state/selectors/{messages_test.ts => messages_test.preload.ts} (100%) rename ts/test-electron/textsecure/{AccountManager_test.ts => AccountManager_test.preload.ts} (100%) rename ts/test-electron/textsecure/{KeyChangeListener_test.ts => KeyChangeListener_test.preload.ts} (100%) rename ts/test-electron/textsecure/{WebAPI_test.ts => WebAPI_test.preload.ts} (100%) rename ts/test-electron/textsecure/{generate_keys_test.ts => generate_keys_test.preload.ts} (100%) rename ts/test-electron/{updateConversationsWithUuidLookup_test.ts => updateConversationsWithUuidLookup_test.preload.ts} (100%) rename ts/test-electron/util/{Username_test.ts => Username_test.dom.ts} (100%) rename ts/test-electron/util/{canvasToBlob_test.ts => canvasToBlob_test.dom.ts} (100%) rename ts/test-electron/util/{canvasToBytes_test.ts => canvasToBytes_test.dom.ts} (100%) rename ts/test-electron/util/{downloadAttachment_test.ts => downloadAttachment_test.preload.ts} (100%) rename ts/test-electron/util/{encryptProfileData_test.ts => encryptProfileData_test.preload.ts} (100%) rename ts/test-electron/util/{formatTimestamp_test.ts => formatTimestamp_test.preload.ts} (100%) rename ts/test-electron/util/{imagePathToBytes_test.ts => imagePathToBytes_test.preload.ts} (100%) rename ts/test-electron/util/{isWindowDragElement_test.ts => isWindowDragElement_test.dom.ts} (100%) rename ts/test-electron/util/{migrateMessageData_test.ts => migrateMessageData_test.preload.ts} (100%) rename ts/test-electron/util/{reactions_test.ts => reactions_test.preload.ts} (100%) rename ts/test-electron/util/{scaleImageToLevel_test.ts => scaleImageToLevel_test.preload.ts} (100%) rename ts/test-electron/util/{sendToGroup_test.ts => sendToGroup_test.preload.ts} (100%) rename ts/test-electron/util/{waitForOnline_test.ts => waitForOnline_test.preload.ts} (100%) rename ts/test-electron/windows/{attachments_test.ts => attachments_test.preload.ts} (100%) rename ts/test-helpers/{FakeLeftPaneContainer.tsx => FakeLeftPaneContainer.dom.tsx} (100%) rename ts/test-helpers/{RemoteConfigStub.ts => RemoteConfigStub.dom.ts} (100%) rename ts/test-helpers/{attachmentDownloads.ts => attachmentDownloads.std.ts} (100%) rename ts/test-helpers/{createCallParticipant.ts => createCallParticipant.std.ts} (100%) rename ts/test-helpers/{defaultComposerStates.ts => defaultComposerStates.std.ts} (100%) rename ts/test-helpers/{expireTimers.ts => expireTimers.std.ts} (100%) rename ts/test-helpers/{fakeAttachment.ts => fakeAttachment.std.ts} (100%) rename ts/test-helpers/{fakeCallLink.ts => fakeCallLink.std.ts} (100%) rename ts/test-helpers/{fakeGetGroupCallVideoFrameSource.ts => fakeGetGroupCallVideoFrameSource.std.ts} (100%) rename ts/test-helpers/{fakeLookupConversationWithoutServiceId.ts => fakeLookupConversationWithoutServiceId.std.ts} (100%) rename ts/test-helpers/{generateBackup.ts => generateBackup.node.ts} (100%) rename ts/test-helpers/{getDefaultConversation.ts => getDefaultConversation.std.ts} (100%) rename ts/test-helpers/{getFakeBadge.ts => getFakeBadge.std.ts} (100%) rename ts/test-helpers/{getFakeCallHistoryGroup.ts => getFakeCallHistoryGroup.std.ts} (100%) rename ts/test-helpers/{getFakeDistributionLists.ts => getFakeDistributionLists.std.ts} (100%) rename ts/test-helpers/{getFakeStory.tsx => getFakeStory.dom.tsx} (100%) rename ts/test-helpers/{getRandomColor.ts => getRandomColor.std.ts} (100%) rename ts/test-helpers/{getStickerPacks.ts => getStickerPacks.std.ts} (100%) rename ts/test-mock/backups/{backups_test.ts => backups_test.node.ts} (100%) rename ts/test-mock/benchmarks/{backup_bench.ts => backup_bench.node.ts} (100%) rename ts/test-mock/benchmarks/{call_history_search_bench.ts => call_history_search_bench.node.ts} (100%) rename ts/test-mock/benchmarks/{convo_open_bench.ts => convo_open_bench.node.ts} (100%) rename ts/test-mock/benchmarks/{fixtures.ts => fixtures.node.ts} (100%) rename ts/test-mock/benchmarks/{group_send_bench.ts => group_send_bench.node.ts} (100%) rename ts/test-mock/benchmarks/{send_bench.ts => send_bench.node.ts} (100%) rename ts/test-mock/benchmarks/{startup_bench.ts => startup_bench.node.ts} (100%) rename ts/test-mock/benchmarks/{storage_sync_bench.ts => storage_sync_bench.node.ts} (100%) rename ts/test-mock/{bootstrap.ts => bootstrap.node.ts} (100%) rename ts/test-mock/calling/{callLinkAdmin_test.ts => callLinkAdmin_test.node.ts} (100%) rename ts/test-mock/calling/{callMessages_test.docker.ts => callMessages_test.docker.node.ts} (100%) rename ts/test-mock/calling/{helpers.ts => helpers.node.ts} (100%) rename ts/test-mock/{helpers.ts => helpers.node.ts} (100%) rename ts/test-mock/messaging/{attachments_test.ts => attachments_test.node.ts} (100%) rename ts/test-mock/messaging/{backfill_test.ts => backfill_test.node.ts} (100%) rename ts/test-mock/messaging/{edit_test.ts => edit_test.preload.ts} (100%) rename ts/test-mock/messaging/{expire_timer_version_test.ts => expire_timer_version_test.node.ts} (100%) rename ts/test-mock/messaging/{lightbox_test.ts => lightbox_test.node.ts} (100%) rename ts/test-mock/messaging/{reaction_test.ts => reaction_test.node.ts} (100%) rename ts/test-mock/messaging/{readSync_test.ts => readSync_test.node.ts} (100%) rename ts/test-mock/messaging/{relink_test.ts => relink_test.node.ts} (100%) rename ts/test-mock/messaging/{retries_test.ts => retries_test.node.ts} (100%) rename ts/test-mock/messaging/{safety_number_test.ts => safety_number_test.node.ts} (100%) rename ts/test-mock/messaging/{sendSync_test.ts => sendSync_test.node.ts} (100%) rename ts/test-mock/messaging/{sender_key_test.ts => sender_key_test.node.ts} (100%) rename ts/test-mock/messaging/{stories_test.ts => stories_test.node.ts} (100%) rename ts/test-mock/messaging/{twoClients_test.ts => twoClients_test.node.ts} (100%) rename ts/test-mock/messaging/{unknown_contact_test.ts => unknown_contact_test.node.ts} (100%) rename ts/test-mock/messaging/{unprocessed_test.ts => unprocessed_test.node.ts} (100%) rename ts/test-mock/network/{serverAlerts_test.ts => serverAlerts_test.node.ts} (100%) rename ts/test-mock/{playwright.ts => playwright.node.ts} (100%) rename ts/test-mock/pnp/{accept_gv2_invite_test.ts => accept_gv2_invite_test.node.ts} (100%) rename ts/test-mock/pnp/{calling_test.ts => calling_test.node.ts} (100%) rename ts/test-mock/pnp/{change_number_test.ts => change_number_test.node.ts} (100%) rename ts/test-mock/pnp/{merge_test.ts => merge_test.node.ts} (100%) rename ts/test-mock/pnp/{phone_discovery_test.ts => phone_discovery_test.node.ts} (100%) rename ts/test-mock/pnp/{pni_change_test.ts => pni_change_test.node.ts} (100%) rename ts/test-mock/pnp/{pni_signature_test.ts => pni_signature_test.node.ts} (100%) rename ts/test-mock/pnp/{pni_unlink_test.ts => pni_unlink_test.node.ts} (100%) rename ts/test-mock/pnp/{send_gv2_invite_test.ts => send_gv2_invite_test.node.ts} (100%) rename ts/test-mock/pnp/{username_test.ts => username_test.node.ts} (100%) rename ts/test-mock/rate-limit/{story_test.ts => story_test.node.ts} (100%) rename ts/test-mock/rate-limit/{viewed_test.ts => viewed_test.node.ts} (100%) rename ts/test-mock/release-notes/{release_notes_test.ts => release_notes_test.node.ts} (100%) rename ts/test-mock/routing/{routing_test.ts => routing_test.preload.ts} (100%) rename ts/test-mock/settings/{language_test.ts => language_test.node.ts} (100%) rename ts/test-mock/settings/{settings_test.ts => settings_test.node.ts} (100%) rename ts/test-mock/{setup-ci.ts => setup-ci.node.ts} (100%) rename ts/test-mock/storage/{archive_test.ts => archive_test.node.ts} (100%) rename ts/test-mock/storage/{call_links_test.ts => call_links_test.node.ts} (100%) rename ts/test-mock/storage/{chat_folder_test.ts => chat_folder_test.node.ts} (100%) rename ts/test-mock/storage/{conflict_test.ts => conflict_test.node.ts} (100%) rename ts/test-mock/storage/{drop_test.ts => drop_test.node.ts} (100%) rename ts/test-mock/storage/{fixtures.ts => fixtures.node.ts} (100%) rename ts/test-mock/storage/{max_read_keys_test.ts => max_read_keys_test.node.ts} (100%) rename ts/test-mock/storage/{message_request_test.ts => message_request_test.node.ts} (100%) rename ts/test-mock/storage/{notification_profiles_test.ts => notification_profiles_test.node.ts} (100%) rename ts/test-mock/storage/{pin_unpin_test.ts => pin_unpin_test.node.ts} (100%) rename ts/test-mock/storage/{sticker_test.ts => sticker_test.node.ts} (100%) rename ts/test-node/{AsyncQueue_test.ts => AsyncQueue_test.std.ts} (100%) rename ts/test-node/{Proto_unknown_field_test.ts => Proto_unknown_field_test.node.ts} (100%) rename ts/test-node/{RemoteConfig_test.ts => RemoteConfig_test.dom.ts} (100%) rename ts/test-node/{TaskWithTimeout_test.ts => TaskWithTimeout_test.std.ts} (100%) rename ts/test-node/app/{PreventDisplaySleepService_test.ts => PreventDisplaySleepService_test.std.ts} (100%) rename ts/test-node/app/{SystemTrayService_test.ts => SystemTrayService_test.main.ts} (100%) rename ts/test-node/app/{SystemTraySettingCache_test.ts => SystemTraySettingCache_test.node.ts} (100%) rename ts/test-node/app/{base_config_test.ts => base_config_test.node.ts} (100%) rename ts/test-node/app/{locale_test.ts => locale_test.main.ts} (100%) rename ts/test-node/app/{menu_test.ts => menu_test.main.ts} (100%) rename ts/test-node/app/{protocol_filter_test.ts => protocol_filter_test.node.ts} (100%) rename ts/test-node/app/{renderWindowsToast_test.tsx => renderWindowsToast_test.dom.tsx} (100%) rename ts/test-node/app/{spell_check_test.ts => spell_check_test.main.ts} (100%) rename ts/test-node/app/{updateDefaultSession_test.ts => updateDefaultSession_test.main.ts} (100%) rename ts/test-node/badges/{getBadgeImageFileLocalPath_test.ts => getBadgeImageFileLocalPath_test.std.ts} (100%) rename ts/test-node/badges/{isBadgeImageFileUrlValid_test.ts => isBadgeImageFileUrlValid_test.std.ts} (100%) rename ts/test-node/badges/{isBadgeVisible_test.ts => isBadgeVisible_test.std.ts} (100%) rename ts/test-node/badges/{parseBadgesFromServer_test.ts => parseBadgesFromServer_test.std.ts} (100%) rename ts/test-node/calling/{findBestMatchingDevice_test.ts => findBestMatchingDevice_test.std.ts} (100%) rename ts/test-node/{challenge_test.ts => challenge_test.dom.ts} (100%) rename ts/test-node/components/fun/{emojis_test.ts => emojis_test.node.ts} (100%) rename ts/test-node/components/fun/{segments_test.ts => segments_test.node.ts} (100%) rename ts/test-node/components/leftPane/{LeftPaneArchiveHelper_test.ts => LeftPaneArchiveHelper_test.dom.ts} (100%) rename ts/test-node/components/leftPane/{LeftPaneChooseGroupMembersHelper_test.ts => LeftPaneChooseGroupMembersHelper_test.dom.ts} (100%) rename ts/test-node/components/leftPane/{LeftPaneComposeHelper_test.ts => LeftPaneComposeHelper_test.dom.ts} (100%) rename ts/test-node/components/leftPane/{LeftPaneInboxHelper_test.tsx => LeftPaneInboxHelper_test.dom.tsx} (100%) rename ts/test-node/components/leftPane/{LeftPaneSearchHelper_test.ts => LeftPaneSearchHelper_test.dom.ts} (100%) rename ts/test-node/components/leftPane/{LeftPaneSetGroupMetadataHelper_test.ts => LeftPaneSetGroupMetadataHelper_test.dom.ts} (100%) rename ts/test-node/components/leftPane/{getConversationInDirection_test.ts => getConversationInDirection_test.dom.ts} (100%) rename ts/test-node/components/media-gallery/{groupMediaItemsByDate.ts => groupMediaItemsByDate.std.ts} (100%) rename ts/test-node/conversations/{isConversationTooBigToRing_test.ts => isConversationTooBigToRing_test.dom.ts} (100%) rename ts/test-node/{environment_test.ts => environment_test.std.ts} (100%) rename ts/test-node/groups/{add_banned_member_test.ts => add_banned_member_test.preload.ts} (100%) rename ts/test-node/groups/{limits_test.ts => limits_test.dom.ts} (100%) rename ts/test-node/groups/{message_merge_test.ts => message_merge_test.preload.ts} (100%) rename ts/test-node/jobs/{JobError_test.ts => JobError_test.std.ts} (100%) rename ts/test-node/jobs/{JobLogger_test.ts => JobLogger_test.std.ts} (100%) rename ts/test-node/jobs/{JobQueueDatabaseStore_test.ts => JobQueueDatabaseStore_test.preload.ts} (100%) rename ts/test-node/jobs/{JobQueue_test.ts => JobQueue_test.node.ts} (100%) rename ts/test-node/jobs/{Job_test.ts => Job_test.std.ts} (100%) rename ts/test-node/jobs/{TestJobQueueStore.ts => TestJobQueueStore.node.ts} (100%) rename ts/test-node/jobs/{formatJobForInsert_test.ts => formatJobForInsert_test.std.ts} (100%) rename ts/test-node/jobs/helpers/{InMemoryQueues_test.ts => InMemoryQueues_test.std.ts} (100%) rename ts/test-node/jobs/helpers/{addReportSpamJob_test.ts => addReportSpamJob_test.dom.ts} (100%) rename ts/test-node/jobs/helpers/{findRetryAfterTimeFromError_test.ts => findRetryAfterTimeFromError_test.std.ts} (100%) rename ts/test-node/jobs/helpers/{getHttpErrorCode_test.ts => getHttpErrorCode_test.std.ts} (100%) rename ts/test-node/jobs/helpers/{handleMultipleSendErrors_test.ts => handleMultipleSendErrors_test.std.ts} (100%) rename ts/test-node/jobs/helpers/{sleepForRateLimitRetryAfterTime_test.ts => sleepForRateLimitRetryAfterTime_test.std.ts} (100%) rename ts/test-node/jobs/helpers/{syncHelpers_test.ts => syncHelpers_test.preload.ts} (100%) rename ts/test-node/linkPreviews/{isLinkPreviewDateValid_test.ts => isLinkPreviewDateValid_test.std.ts} (100%) rename ts/test-node/linkPreviews/{shouldUseFullSizeLinkPreviewImage_test.ts => shouldUseFullSizeLinkPreviewImage_test.std.ts} (100%) rename ts/test-node/logging/{formatCountForLogging_test.ts => formatCountForLogging_test.std.ts} (100%) rename ts/test-node/logging/{uploadDebugLogs_test.ts => uploadDebugLogs_test.node.ts} (100%) rename ts/test-node/{logging_test.ts => logging_test.main.ts} (100%) rename ts/test-node/messages/{MessageReadStatus_test.ts => MessageReadStatus_test.std.ts} (100%) rename ts/test-node/messages/{MessageSendState_test.ts => MessageSendState_test.std.ts} (100%) rename ts/test-node/messages/{migrateLegacyReadStatus_test.ts => migrateLegacyReadStatus_test.std.ts} (100%) rename ts/test-node/messages/{migrateLegacySendAttributes_test.ts => migrateLegacySendAttributes_test.preload.ts} (100%) rename ts/test-node/{processDataMessage_test.ts => processDataMessage_test.preload.ts} (100%) rename ts/test-node/{processSyncMessage_test.ts => processSyncMessage_test.node.ts} (100%) rename ts/test-node/reactions/{isValidReactionEmoji_test.ts => isValidReactionEmoji_test.std.ts} (100%) rename ts/test-node/reactions/{preferredReactionEmoji_test.ts => preferredReactionEmoji_test.std.ts} (100%) rename ts/test-node/reactions/{util_test.ts => util_test.std.ts} (100%) rename ts/test-node/services/{donations_test.ts => donations_test.preload.ts} (100%) rename ts/test-node/services/expiring/{createExpiringEntityCleanupService_test.ts => createExpiringEntityCleanupService_test.node.ts} (100%) rename ts/test-node/services/{ourProfileKey_test.ts => ourProfileKey_test.node.ts} (100%) rename ts/test-node/services/{retryPlaceholders_test.ts => retryPlaceholders_test.std.ts} (100%) rename ts/test-node/sql/{cleanDataForIpc_test.ts => cleanDataForIpc_test.std.ts} (100%) rename ts/test-node/sql/{cleanMessageData_test.ts => cleanMessageData_test.preload.ts} (100%) rename ts/test-node/sql/{helpers.ts => helpers.node.ts} (100%) rename ts/test-node/sql/{incrementMessagesMigrationAttempts_test.ts => incrementMessagesMigrationAttempts_test.node.ts} (100%) rename ts/test-node/sql/{migrateConversationMessages_test.ts => migrateConversationMessages_test.node.ts} (100%) rename ts/test-node/sql/{migration_1000_test.ts => migration_1000_test.node.ts} (100%) rename ts/test-node/sql/{migration_1020_test.ts => migration_1020_test.node.ts} (100%) rename ts/test-node/sql/{migration_1030_test.ts => migration_1030_test.node.ts} (100%) rename ts/test-node/sql/{migration_1040_test.ts => migration_1040_test.node.ts} (100%) rename ts/test-node/sql/{migration_1060_test.ts => migration_1060_test.node.ts} (100%) rename ts/test-node/sql/{migration_1080_test.ts => migration_1080_test.node.ts} (100%) rename ts/test-node/sql/{migration_1090_test.ts => migration_1090_test.node.ts} (100%) rename ts/test-node/sql/{migration_1100_test.ts => migration_1100_test.node.ts} (100%) rename ts/test-node/sql/{migration_1120_test.ts => migration_1120_test.node.ts} (100%) rename ts/test-node/sql/{migration_1130_test.ts => migration_1130_test.node.ts} (100%) rename ts/test-node/sql/{migration_1180_test.ts => migration_1180_test.node.ts} (100%) rename ts/test-node/sql/{migration_1200_test.ts => migration_1200_test.node.ts} (100%) rename ts/test-node/sql/{migration_1220_test.ts => migration_1220_test.node.ts} (100%) rename ts/test-node/sql/{migration_1280_test.ts => migration_1280_test.node.ts} (100%) rename ts/test-node/sql/{migration_1290_test.ts => migration_1290_test.node.ts} (100%) rename ts/test-node/sql/{migration_1310_test.ts => migration_1310_test.node.ts} (100%) rename ts/test-node/sql/{migration_1330_test.ts => migration_1330_test.node.ts} (100%) rename ts/test-node/sql/{migration_1350_test.ts => migration_1350_test.node.ts} (100%) rename ts/test-node/sql/{migration_1360_test.ts => migration_1360_test.node.ts} (100%) rename ts/test-node/sql/{migration_1380_test.ts => migration_1380_test.node.ts} (100%) rename ts/test-node/sql/{migration_1410_test.ts => migration_1410_test.node.ts} (100%) rename ts/test-node/sql/{migration_1420_test.ts => migration_1420_test.node.ts} (100%) rename ts/test-node/sql/{migration_87_test.ts => migration_87_test.node.ts} (100%) rename ts/test-node/sql/{migration_88_test.ts => migration_88_test.node.ts} (100%) rename ts/test-node/sql/{migration_89_test.ts => migration_89_test.preload.ts} (100%) rename ts/test-node/sql/{migration_90_test.ts => migration_90_test.node.ts} (100%) rename ts/test-node/sql/{migration_91_test.ts => migration_91_test.node.ts} (100%) rename ts/test-node/sql/{migration_920_test.ts => migration_920_test.node.ts} (100%) rename ts/test-node/sql/{migration_960_test.ts => migration_960_test.node.ts} (100%) rename ts/test-node/sql/{migration_990_test.ts => migration_990_test.node.ts} (100%) rename ts/test-node/sql/{migrations_test.ts => migrations_test.node.ts} (100%) rename ts/test-node/state/ducks/{audioPlayer_test.ts => audioPlayer_test.preload.ts} (100%) rename ts/test-node/state/ducks/{badges_test.ts => badges_test.preload.ts} (100%) rename ts/test-node/state/ducks/{composer_test.ts => composer_test.preload.ts} (100%) rename ts/test-node/state/ducks/{donations_test.ts => donations_test.preload.ts} (100%) rename ts/test-node/state/ducks/{globalModals_test.ts => globalModals_test.preload.ts} (100%) rename ts/test-node/state/ducks/{linkPreviews_test.ts => linkPreviews_test.preload.ts} (100%) rename ts/test-node/state/ducks/{network_test.ts => network_test.dom.ts} (100%) rename ts/test-node/state/ducks/{preferredReactions_test.ts => preferredReactions_test.preload.ts} (100%) rename ts/test-node/state/selectors/{conversations_test.ts => conversations_test.preload.ts} (100%) rename ts/test-node/state/selectors/{items_test.ts => items_test.dom.ts} (100%) rename ts/test-node/state/selectors/{preferredReactions_test.ts => preferredReactions_test.preload.ts} (100%) rename ts/test-node/state/selectors/{search_test.ts => search_test.preload.ts} (100%) rename ts/test-node/state/selectors/{user_test.ts => user_test.preload.ts} (100%) rename ts/test-node/types/{Attachment_test.ts => Attachment_test.std.ts} (100%) rename ts/test-node/types/{Avatar_test.ts => Avatar_test.std.ts} (100%) rename ts/test-node/types/{BodyRange_test.ts => BodyRange_test.std.ts} (100%) rename ts/test-node/types/{DonationsCardForm_test.ts => DonationsCardForm_test.node.ts} (100%) rename ts/test-node/types/{EmbeddedContact_test.ts => EmbeddedContact_test.std.ts} (100%) rename ts/test-node/types/{LinkPreview_test.ts => LinkPreview_test.std.ts} (100%) rename ts/test-node/types/{MIME_test.ts => MIME_test.std.ts} (100%) rename ts/test-node/types/{Message2_test.ts => Message2_test.preload.ts} (100%) rename ts/test-node/types/{NotificationProfile_test.ts => NotificationProfile_test.node.ts} (100%) rename ts/test-node/types/{PhoneNumber_test.ts => PhoneNumber_test.std.ts} (100%) rename ts/test-node/types/{SchemaVersion_test.ts => SchemaVersion_test.std.ts} (100%) rename ts/test-node/types/{Settings_test.ts => Settings_test.node.ts} (100%) rename ts/test-node/types/{Stickers_test.ts => Stickers_test.preload.ts} (100%) rename ts/test-node/types/{StoryDistributionId_test.ts => StoryDistributionId_test.std.ts} (100%) rename ts/test-node/types/{SystemTraySetting_test.ts => SystemTraySetting_test.std.ts} (100%) rename ts/test-node/types/{errors_test.ts => errors_test.node.ts} (100%) rename ts/test-node/types/{setupI18n_test.ts => setupI18n_test.preload.ts} (100%) rename ts/test-node/updater/{common_test.ts => common_test.main.ts} (100%) rename ts/test-node/updater/{curve_test.ts => curve_test.node.ts} (100%) rename ts/test-node/updater/{differential_test.ts => differential_test.node.ts} (100%) rename ts/test-node/updater/{signature_test.ts => signature_test.main.ts} (100%) rename ts/test-node/updater/{util_test.ts => util_test.node.ts} (100%) rename ts/test-node/util/{AbortableProcess_test.ts => AbortableProcess_test.std.ts} (100%) rename ts/test-node/util/{BackOff_test.ts => BackOff_test.std.ts} (100%) rename ts/test-node/util/{Bytes_test.ts => Bytes_test.std.ts} (100%) rename ts/test-node/util/{DelimitedStream_test.ts => DelimitedStream_test.node.ts} (100%) rename ts/test-node/util/{LatestQueue_test.ts => LatestQueue_test.std.ts} (100%) rename ts/test-node/util/{appendMacStream_test.ts => appendMacStream_test.node.ts} (100%) rename ts/test-node/util/{areObjectEntriesEqual_test.ts => areObjectEntriesEqual_test.std.ts} (100%) rename ts/test-node/util/{arePinnedConversationsEqual_test.ts => arePinnedConversationsEqual_test.node.ts} (100%) rename ts/test-node/util/{assert_test.ts => assert_test.std.ts} (100%) rename ts/test-node/util/{assignWithNoUnnecessaryAllocation_test.ts => assignWithNoUnnecessaryAllocation_test.std.ts} (100%) rename ts/test-node/util/{asyncIterables_test.ts => asyncIterables_test.std.ts} (100%) rename ts/test-node/util/{awaitObject_test.ts => awaitObject_test.std.ts} (100%) rename ts/test-node/util/{batcher_test.ts => batcher_test.std.ts} (100%) rename ts/test-node/util/{blockSendUntilConversationsAreVerified_test.ts => blockSendUntilConversationsAreVerified_test.dom.ts} (100%) rename ts/test-node/util/{callDisposition_test.ts => callDisposition_test.preload.ts} (100%) rename ts/test-node/util/{callLinks_test.ts => callLinks_test.node.ts} (100%) rename ts/test-node/util/{callingGetParticipantName_test.ts => callingGetParticipantName_test.std.ts} (100%) rename ts/test-node/util/{callingMessageToProto_test.ts => callingMessageToProto_test.node.ts} (100%) rename ts/test-node/util/{callingNotification_test.ts => callingNotification_test.preload.ts} (100%) rename ts/test-node/util/{characters_test.ts => characters_test.std.ts} (100%) rename ts/test-node/util/{clearTimeoutIfNecessary_test.ts => clearTimeoutIfNecessary_test.std.ts} (100%) rename ts/test-node/util/{combineNames_test.ts => combineNames_test.std.ts} (100%) rename ts/test-node/util/{countUnreadStats_test.ts => countUnreadStats_test.std.ts} (100%) rename ts/test-node/util/{createSupportUrl_test.ts => createSupportUrl_test.std.ts} (100%) rename ts/test-node/util/{currency_test.ts => currency_test.dom.ts} (100%) rename ts/test-node/util/{deconstructLookup_test.ts => deconstructLookup_test.std.ts} (100%) rename ts/test-node/util/{diffArraysAsSets_test.ts => diffArraysAsSets_test.std.ts} (100%) rename ts/test-node/util/{dropNull_test.ts => dropNull_test.std.ts} (100%) rename ts/test-node/util/{emoji_test.ts => emoji_test.std.ts} (100%) rename ts/test-node/util/{enum_test.ts => enum_test.std.ts} (100%) rename ts/test-node/util/{expirationTimer_test.ts => expirationTimer_test.preload.ts} (100%) rename ts/test-node/util/{explodePromise_test.ts => explodePromise_test.std.ts} (100%) rename ts/test-node/util/{exponentialBackoff_test.ts => exponentialBackoff_test.std.ts} (100%) rename ts/test-node/util/{filterAndSortConversations_test.ts => filterAndSortConversations_test.std.ts} (100%) rename ts/test-node/util/{finalStream_test.ts => finalStream_test.node.ts} (100%) rename ts/test-node/util/{generateConfigMatrix_test.ts => generateConfigMatrix_test.std.ts} (100%) rename ts/test-node/util/{getAvatarData_test.ts => getAvatarData_test.dom.ts} (100%) rename ts/test-node/util/{getClassNamesFor_test.ts => getClassNamesFor_test.std.ts} (100%) rename ts/test-node/util/{getCustomColorStyle.ts => getCustomColorStyle.dom.ts} (100%) rename ts/test-node/util/{getFontNameByTextScript_test.ts => getFontNameByTextScript_test.dom.ts} (100%) rename ts/test-node/util/{getGroupMemberships_test.ts => getGroupMemberships_test.dom.ts} (100%) rename ts/test-node/util/{getHSL_test.ts => getHSL_test.std.ts} (100%) rename ts/test-node/util/{getInitials_test.ts => getInitials_test.std.ts} (100%) rename ts/test-node/util/{getMuteOptions_test.ts => getMuteOptions_test.node.ts} (100%) rename ts/test-node/util/{getMutedUntilText_test.ts => getMutedUntilText_test.node.ts} (100%) rename ts/test-node/util/{getOwn_test.ts => getOwn_test.std.ts} (100%) rename ts/test-node/util/{getStreamWithTimeout_test.ts => getStreamWithTimeout_test.node.ts} (100%) rename ts/test-node/util/{getUserAgent_test.ts => getUserAgent_test.node.ts} (100%) rename ts/test-node/util/{graphemeAndLinkAwareSlice.ts => graphemeAndLinkAwareSlice.std.ts} (100%) rename ts/test-node/util/{grapheme_test.ts => grapheme_test.std.ts} (100%) rename ts/test-node/util/{groupBy_test.ts => groupBy_test.std.ts} (100%) rename ts/test-node/util/{groupMemberNameCollisions_test.ts => groupMemberNameCollisions_test.std.ts} (100%) rename ts/test-node/util/{groupSendEndorsements_test.ts => groupSendEndorsements_test.preload.ts} (100%) rename ts/test-node/util/{hslToRGB_test.ts => hslToRGB_test.std.ts} (100%) rename ts/test-node/util/{i18n.ts => i18n.node.ts} (100%) rename ts/test-node/util/{isConversationMuted_test.ts => isConversationMuted_test.std.ts} (100%) rename ts/test-node/util/{isConversationNameKnown_test.ts => isConversationNameKnown_test.std.ts} (100%) rename ts/test-node/util/{isConversationSMSOnly_test.ts => isConversationSMSOnly_test.std.ts} (100%) rename ts/test-node/util/{isConversationUnread_test.ts => isConversationUnread_test.std.ts} (100%) rename ts/test-node/util/{isConversationUnregistered_test.ts => isConversationUnregistered_test.dom.ts} (100%) rename ts/test-node/util/{isFileDangerous_test.ts => isFileDangerous_test.std.ts} (100%) rename ts/test-node/util/{isInSystemContacts_test.ts => isInSystemContacts_test.std.ts} (100%) rename ts/test-node/util/{isMessageUnread_test.ts => isMessageUnread_test.std.ts} (100%) rename ts/test-node/util/{isNormalNumber_test.ts => isNormalNumber_test.std.ts} (100%) rename ts/test-node/util/{isNotNil_test.ts => isNotNil_test.std.ts} (100%) rename ts/test-node/util/{isPathInside_test.ts => isPathInside_test.node.ts} (100%) rename ts/test-node/util/{isRecord_test.ts => isRecord_test.std.ts} (100%) rename ts/test-node/util/{isSorted_test.ts => isSorted_test.std.ts} (100%) rename ts/test-node/util/{isValidE164_test.ts => isValidE164_test.std.ts} (100%) rename ts/test-node/util/{isValidUuid.ts => isValidUuid.std.ts} (100%) rename ts/test-node/util/{iterables_test.ts => iterables_test.std.ts} (100%) rename ts/test-node/util/{libphonenumberUtil_test.ts => libphonenumberUtil_test.std.ts} (100%) rename ts/test-node/util/{logPadding_test.ts => logPadding_test.node.ts} (100%) rename ts/test-node/util/{makeLookup_test.ts => makeLookup_test.std.ts} (100%) rename ts/test-node/util/{mapEmplace_test.ts => mapEmplace_test.node.ts} (100%) rename ts/test-node/util/{mapObjectWithSpec_test.ts => mapObjectWithSpec_test.std.ts} (100%) rename ts/test-node/util/{mapUtil_test.ts => mapUtil_test.std.ts} (100%) rename ts/test-node/util/{messageFailures.ts => messageFailures.preload.ts} (100%) rename ts/test-node/util/{normalizeDeviceName_test.ts => normalizeDeviceName_test.std.ts} (100%) rename ts/test-node/util/{parseIntOrThrow_test.ts => parseIntOrThrow_test.std.ts} (100%) rename ts/test-node/util/{parseIntWithFallback_test.ts => parseIntWithFallback_test.std.ts} (100%) rename ts/test-node/util/{parseRetryAfter_test.ts => parseRetryAfter_test.std.ts} (100%) rename ts/test-node/util/{prependStream_test.ts => prependStream_test.node.ts} (100%) rename ts/test-node/util/{privacy_test.ts => privacy_test.node.ts} (100%) rename ts/test-node/util/{queueAttachmentDownloads_test.ts => queueAttachmentDownloads_test.preload.ts} (100%) rename ts/test-node/util/{reallyJsonStringify_test.ts => reallyJsonStringify_test.std.ts} (100%) rename ts/test-node/util/{replaceIndex_test.ts => replaceIndex_test.std.ts} (100%) rename ts/test-node/util/{resolveCanonicalLocales_test.ts => resolveCanonicalLocales_test.node.ts} (100%) rename ts/test-node/util/{rgbToHSL_test.ts => rgbToHSL_test.std.ts} (100%) rename ts/test-node/util/ringrtc/{nonRenderedRemoteParticipant_test.ts => nonRenderedRemoteParticipant_test.std.ts} (100%) rename ts/test-node/util/ringrtc/{normalizeGroupCallTimestamp_test.ts => normalizeGroupCallTimestamp_test.std.ts} (100%) rename ts/test-node/util/{schemas_test.ts => schemas_test.node.ts} (100%) rename ts/test-node/util/{searchConversationTitles_test.ts => searchConversationTitles_test.std.ts} (100%) rename ts/test-node/util/{search_test.ts => search_test.std.ts} (100%) rename ts/test-node/util/{serverAlerts_test.ts => serverAlerts_test.preload.ts} (100%) rename ts/test-node/util/{sessionTranslation_test.ts => sessionTranslation_test.node.ts} (100%) rename ts/test-node/util/{setUtil_test.ts => setUtil_test.std.ts} (100%) rename ts/test-node/util/{signalRoutes_test.ts => signalRoutes_test.std.ts} (100%) rename ts/test-node/util/{sleep_test.ts => sleep_test.std.ts} (100%) rename ts/test-node/util/{sniffImageMimeType_test.ts => sniffImageMimeType_test.node.ts} (100%) rename ts/test-node/util/{sortByTitle_test.ts => sortByTitle_test.std.ts} (100%) rename ts/test-node/util/{splitText_test.ts => splitText_test.std.ts} (100%) rename ts/test-node/util/{startTimeTravelDetector_test.ts => startTimeTravelDetector_test.std.ts} (100%) rename ts/test-node/util/{theme_test.ts => theme_test.std.ts} (100%) rename ts/test-node/util/{timelineUtil_test.ts => timelineUtil_test.std.ts} (100%) rename ts/test-node/util/{timestampLongUtils_test.ts => timestampLongUtils_test.std.ts} (100%) rename ts/test-node/util/{timestamp_test.ts => timestamp_test.std.ts} (100%) rename ts/test-node/util/{toWebStream_test.ts => toWebStream_test.node.ts} (100%) rename ts/test-node/util/{toggleMaximizedBrowserWindow_test.ts => toggleMaximizedBrowserWindow_test.std.ts} (100%) rename ts/test-node/util/{unicodeBidi_test.ts => unicodeBidi_test.std.ts} (100%) rename ts/test-node/util/{unicodeSlice_test.ts => unicodeSlice_test.node.ts} (100%) rename ts/test-node/util/uploads/{helpers.ts => helpers.node.ts} (100%) rename ts/test-node/util/uploads/{tusProtocol_test.ts => tusProtocol_test.node.ts} (100%) rename ts/test-node/util/{url_test.ts => url_test.std.ts} (100%) rename ts/test-node/util/{userLanguages_test.ts => userLanguages_test.std.ts} (100%) rename ts/test-node/util/{version_test.ts => version_test.std.ts} (100%) rename ts/test-node/util/{waitBatcher_test.ts => waitBatcher_test.std.ts} (100%) rename ts/test-node/util/{waitForAll.ts => waitForAll.std.ts} (100%) rename ts/test-node/util/{webSafeBase64_test.ts => webSafeBase64_test.std.ts} (100%) rename ts/test-node/util/{windowsZoneIdentifier_test.ts => windowsZoneIdentifier_test.node.ts} (100%) rename ts/test-node/util/{wrapEventEmitterOnce_test.ts => wrapEventEmitterOnce_test.node.ts} (100%) rename ts/test-node/util/{zkgroup_test.ts => zkgroup_test.node.ts} (100%) rename ts/textsecure/{AccountManager.ts => AccountManager.preload.ts} (100%) rename ts/textsecure/{ContactsParser.ts => ContactsParser.preload.ts} (100%) rename ts/textsecure/{Errors.ts => Errors.std.ts} (100%) rename ts/textsecure/{EventTarget.ts => EventTarget.std.ts} (100%) rename ts/textsecure/{Helpers.ts => Helpers.std.ts} (100%) rename ts/textsecure/{KeyChangeListener.ts => KeyChangeListener.dom.ts} (100%) rename ts/textsecure/{MessageReceiver.ts => MessageReceiver.preload.ts} (100%) rename ts/textsecure/{OutgoingMessage.ts => OutgoingMessage.preload.ts} (100%) rename ts/textsecure/{Provisioner.ts => Provisioner.preload.ts} (100%) rename ts/textsecure/{ProvisioningCipher.ts => ProvisioningCipher.node.ts} (100%) rename ts/textsecure/{SendMessage.ts => SendMessage.preload.ts} (100%) rename ts/textsecure/{SocketManager.ts => SocketManager.preload.ts} (100%) rename ts/textsecure/{Storage.ts => Storage.preload.ts} (100%) rename ts/textsecure/{TaskWithTimeout.ts => TaskWithTimeout.std.ts} (100%) rename ts/textsecure/{UpdateKeysListener.ts => UpdateKeysListener.preload.ts} (100%) rename ts/textsecure/{Utils.ts => Utils.dom.ts} (100%) rename ts/textsecure/{WebAPI.ts => WebAPI.preload.ts} (100%) rename ts/textsecure/{WebSocket.ts => WebSocket.preload.ts} (100%) rename ts/textsecure/{WebsocketResources.ts => WebsocketResources.preload.ts} (100%) rename ts/textsecure/cds/{CDSBase.ts => CDSBase.node.ts} (100%) rename ts/textsecure/cds/{CDSI.ts => CDSI.node.ts} (100%) rename ts/textsecure/cds/{CDSISocket.ts => CDSISocket.node.ts} (100%) rename ts/textsecure/cds/{CDSSocketBase.ts => CDSSocketBase.node.ts} (100%) rename ts/textsecure/cds/{RateLimitedError.ts => RateLimitedError.std.ts} (100%) rename ts/textsecure/{downloadAttachment.ts => downloadAttachment.preload.ts} (100%) rename ts/textsecure/{getKeysForServiceId.ts => getKeysForServiceId.preload.ts} (100%) rename ts/textsecure/{messageReceiverEvents.ts => messageReceiverEvents.std.ts} (100%) rename ts/textsecure/{preconnect.ts => preconnect.preload.ts} (100%) rename ts/textsecure/{processDataMessage.ts => processDataMessage.preload.ts} (100%) rename ts/textsecure/{processSyncMessage.ts => processSyncMessage.node.ts} (100%) rename ts/textsecure/storage/{Blocked.ts => Blocked.std.ts} (100%) rename ts/textsecure/storage/{User.ts => User.dom.ts} (100%) rename ts/textsecure/{syncRequests.ts => syncRequests.preload.ts} (100%) rename ts/types/{Address.ts => Address.std.ts} (100%) rename ts/types/{Attachment.ts => Attachment.std.ts} (100%) rename ts/types/{AttachmentBackup.ts => AttachmentBackup.std.ts} (100%) rename ts/types/{AttachmentDownload.ts => AttachmentDownload.std.ts} (100%) rename ts/types/{AttachmentSize.ts => AttachmentSize.std.ts} (100%) rename ts/types/{Audio.tsx => Audio.dom.tsx} (100%) rename ts/types/{AudioRecorder.ts => AudioRecorder.std.ts} (100%) rename ts/types/{Avatar.ts => Avatar.std.ts} (100%) rename ts/types/{BodyRange.ts => BodyRange.std.ts} (100%) rename ts/types/{CallDisposition.ts => CallDisposition.std.ts} (100%) rename ts/types/{CallLink.ts => CallLink.std.ts} (100%) rename ts/types/{Calling.ts => Calling.std.ts} (100%) rename ts/types/{ChatFolder.ts => ChatFolder.std.ts} (100%) rename ts/types/{Colors.ts => Colors.std.ts} (100%) rename ts/types/{Conversation.ts => Conversation.node.ts} (100%) rename ts/types/{Crypto.ts => Crypto.std.ts} (100%) rename ts/types/{CurrentChatFolders.ts => CurrentChatFolders.std.ts} (100%) rename ts/types/{DNSFallback.ts => DNSFallback.std.ts} (100%) rename ts/types/{Dialogs.ts => Dialogs.std.ts} (100%) rename ts/types/{Donations.ts => Donations.std.ts} (100%) rename ts/types/{DonationsCardForm.ts => DonationsCardForm.std.ts} (100%) rename ts/types/{EmbeddedContact.ts => EmbeddedContact.std.ts} (100%) rename ts/types/{ErrorWithToast.ts => ErrorWithToast.std.ts} (100%) rename ts/types/{ForwardDraft.ts => ForwardDraft.std.ts} (100%) rename ts/types/{GiftBadgeStates.ts => GiftBadgeStates.std.ts} (100%) rename ts/types/{GroupSendEndorsements.ts => GroupSendEndorsements.std.ts} (100%) rename ts/types/{HTTPError.ts => HTTPError.std.ts} (100%) rename ts/types/{I18N.ts => I18N.std.ts} (100%) rename ts/types/{IndexedDB.ts => IndexedDB.std.ts} (100%) rename ts/types/{InstallScreen.ts => InstallScreen.std.ts} (100%) rename ts/types/{LinkPreview.ts => LinkPreview.std.ts} (100%) rename ts/types/{Logging.ts => Logging.std.ts} (100%) rename ts/types/{MIME.ts => MIME.std.ts} (100%) rename ts/types/{MapAsync.ts => MapAsync.std.ts} (100%) rename ts/types/{MediaItem.ts => MediaItem.std.ts} (100%) rename ts/types/{Megaphone.ts => Megaphone.std.ts} (100%) rename ts/types/{Message.ts => Message.std.ts} (100%) rename ts/types/{Message2.ts => Message2.preload.ts} (100%) rename ts/types/{MessageRequestResponseEvent.ts => MessageRequestResponseEvent.std.ts} (100%) rename ts/types/{Nav.ts => Nav.std.ts} (100%) rename ts/types/{NotificationProfile-node.ts => NotificationProfile-node.node.ts} (100%) rename ts/types/{NotificationProfile.ts => NotificationProfile.std.ts} (100%) rename ts/types/{OptionalResource.ts => OptionalResource.std.ts} (100%) rename ts/types/{Panels.ts => Panels.std.ts} (100%) rename ts/types/{Payment.ts => Payment.std.ts} (100%) rename ts/types/{PhoneNumber.ts => PhoneNumber.std.ts} (100%) rename ts/types/{PhoneNumberSharingMode.ts => PhoneNumberSharingMode.std.ts} (100%) rename ts/types/{Polls.ts => Polls.dom.ts} (100%) rename ts/types/{PreferencesBackupPage.ts => PreferencesBackupPage.std.ts} (100%) rename ts/types/{QualifiedAddress.ts => QualifiedAddress.std.ts} (100%) rename ts/types/{Reactions.ts => Reactions.std.ts} (100%) rename ts/types/{Receipt.ts => Receipt.std.ts} (100%) rename ts/types/{RendererConfig.ts => RendererConfig.std.ts} (100%) rename ts/types/{SafeStorageBackendChangeError.ts => SafeStorageBackendChangeError.std.ts} (100%) rename ts/types/{SafeStorageDecryptionError.ts => SafeStorageDecryptionError.std.ts} (100%) rename ts/types/{SafetyNumberChangeSource.ts => SafetyNumberChangeSource.std.ts} (100%) rename ts/types/{SchemaVersion.ts => SchemaVersion.std.ts} (100%) rename ts/types/{SealedSender.ts => SealedSender.std.ts} (100%) rename ts/types/{ServerAlert.ts => ServerAlert.std.ts} (100%) rename ts/types/{ServiceId.ts => ServiceId.std.ts} (100%) rename ts/types/{Settings.ts => Settings.std.ts} (100%) rename ts/types/{SignalConversation.ts => SignalConversation.std.ts} (100%) rename ts/types/{SocketStatus.ts => SocketStatus.std.ts} (100%) rename ts/types/{Stickers.ts => Stickers.preload.ts} (100%) rename ts/types/{StorageUIKeys.ts => StorageUIKeys.std.ts} (100%) rename ts/types/{Stories.ts => Stories.std.ts} (100%) rename ts/types/{StoryDistributionId.ts => StoryDistributionId.std.ts} (100%) rename ts/types/{SystemTraySetting.ts => SystemTraySetting.std.ts} (100%) rename ts/types/{Toast.tsx => Toast.dom.tsx} (100%) rename ts/types/{Username.ts => Username.std.ts} (100%) rename ts/types/{Util.ts => Util.std.ts} (100%) rename ts/types/{VerificationTransport.ts => VerificationTransport.std.ts} (100%) rename ts/types/{VisualAttachment.ts => VisualAttachment.dom.ts} (100%) rename ts/types/{backups.ts => backups.node.ts} (100%) rename ts/types/{emoji.ts => emoji.std.ts} (100%) rename ts/types/{errors.ts => errors.std.ts} (100%) rename ts/types/{globalModals.ts => globalModals.std.ts} (100%) rename ts/types/{groups.ts => groups.std.ts} (100%) rename ts/types/{leftPane.ts => leftPane.std.ts} (100%) rename ts/types/{menu.ts => menu.std.ts} (100%) rename ts/types/message/{LinkPreviews.ts => LinkPreviews.std.ts} (100%) rename ts/types/message/{MessageStatus.ts => MessageStatus.std.ts} (100%) rename ts/types/{notifications.ts => notifications.std.ts} (100%) rename ts/types/{safetyNumber.ts => safetyNumber.std.ts} (100%) rename ts/types/{support.ts => support.std.ts} (100%) rename ts/{updateConversationsWithUuidLookup.ts => updateConversationsWithUuidLookup.dom.ts} (100%) rename ts/updater/{common.ts => common.main.ts} (100%) rename ts/updater/{curve.ts => curve.node.ts} (100%) rename ts/updater/{differential.ts => differential.node.ts} (100%) rename ts/updater/{generateKeyPair.ts => generateKeyPair.main.ts} (100%) rename ts/updater/{generateSignature.ts => generateSignature.main.ts} (100%) rename ts/updater/{got.ts => got.node.ts} (100%) rename ts/updater/{index.ts => index.main.ts} (100%) rename ts/updater/{linux.ts => linux.main.ts} (100%) rename ts/updater/{macos.ts => macos.main.ts} (100%) rename ts/updater/{signature.ts => signature.node.ts} (100%) rename ts/updater/{util.ts => util.node.ts} (100%) rename ts/updater/{windows.ts => windows.main.ts} (100%) rename ts/util/{AbortableProcess.ts => AbortableProcess.std.ts} (100%) rename ts/util/{AsyncQueue.ts => AsyncQueue.std.ts} (100%) rename ts/util/{Attachment.ts => Attachment.std.ts} (100%) rename ts/util/{AttachmentCrypto.ts => AttachmentCrypto.std.ts} (100%) rename ts/util/{BackOff.ts => BackOff.std.ts} (100%) rename ts/util/{DelimitedStream.ts => DelimitedStream.node.ts} (100%) rename ts/util/{GoogleChrome.ts => GoogleChrome.std.ts} (100%) rename ts/util/{JobQueue.ts => JobQueue.std.ts} (100%) rename ts/util/{LatestQueue.ts => LatestQueue.std.ts} (100%) rename ts/util/{MemoryStream.ts => MemoryStream.node.ts} (100%) rename ts/util/{ServiceId.ts => ServiceId.node.ts} (100%) rename ts/util/{Settings.ts => Settings.preload.ts} (100%) rename ts/util/{Sound.ts => Sound.std.ts} (100%) rename ts/util/{StartupQueue.ts => StartupQueue.std.ts} (100%) rename ts/util/{Stickers.ts => Stickers.std.ts} (100%) rename ts/util/{Username.ts => Username.dom.ts} (100%) rename ts/util/{Zone.ts => Zone.std.ts} (100%) rename ts/util/{appendMacStream.ts => appendMacStream.node.ts} (100%) rename ts/util/{areObjectEntriesEqual.ts => areObjectEntriesEqual.std.ts} (100%) rename ts/util/{arePinnedConversationsEqual.ts => arePinnedConversationsEqual.node.ts} (100%) rename ts/util/{areWeAdmin.ts => areWeAdmin.preload.ts} (100%) rename ts/util/{arrayBufferToObjectURL.ts => arrayBufferToObjectURL.std.ts} (100%) rename ts/util/{assert.ts => assert.std.ts} (100%) rename ts/util/{assignWithNoUnnecessaryAllocation.ts => assignWithNoUnnecessaryAllocation.std.ts} (100%) rename ts/util/{asyncIterables.ts => asyncIterables.std.ts} (100%) rename ts/util/{attachmentDownloadQueue.ts => attachmentDownloadQueue.preload.ts} (100%) rename ts/util/{attachmentPath.ts => attachmentPath.node.ts} (100%) rename ts/util/{attachments.ts => attachments.preload.ts} (100%) rename ts/util/attachments/{markAttachmentAsPermanentlyErrored.ts => markAttachmentAsPermanentlyErrored.std.ts} (100%) rename ts/util/attachments/{migrateDataToFilesystem.ts => migrateDataToFilesystem.std.ts} (100%) rename ts/util/{avatarDataToBytes.ts => avatarDataToBytes.dom.ts} (100%) rename ts/util/{avatarTextSizeCalculator.ts => avatarTextSizeCalculator.std.ts} (100%) rename ts/util/{avatarUtils.ts => avatarUtils.preload.ts} (100%) rename ts/util/{awaitObject.ts => awaitObject.std.ts} (100%) rename ts/util/{backupMediaDownload.ts => backupMediaDownload.preload.ts} (100%) rename ts/util/{backupSubscriptionData.ts => backupSubscriptionData.preload.ts} (100%) rename ts/util/{basePaths.ts => basePaths.preload.ts} (100%) rename ts/util/{batcher.ts => batcher.std.ts} (100%) rename ts/util/benchmark/{stats.ts => stats.std.ts} (100%) rename ts/util/{blockSendUntilConversationsAreVerified.ts => blockSendUntilConversationsAreVerified.dom.ts} (100%) rename ts/util/{buildExpiration.ts => buildExpiration.std.ts} (100%) rename ts/util/{callDisposition.ts => callDisposition.preload.ts} (100%) rename ts/util/{callLinkRootKeyToUrl.ts => callLinkRootKeyToUrl.std.ts} (100%) rename ts/util/{callLinks.ts => callLinks.std.ts} (100%) rename ts/util/callLinks/{zkgroup.ts => zkgroup.preload.ts} (100%) rename ts/util/{callLinksRingrtc.ts => callLinksRingrtc.node.ts} (100%) rename ts/util/{callingGetParticipantName.ts => callingGetParticipantName.std.ts} (100%) rename ts/util/{callingIsReconnecting.ts => callingIsReconnecting.std.ts} (100%) rename ts/util/{callingMessageToProto.ts => callingMessageToProto.node.ts} (100%) rename ts/util/{callingNotification.ts => callingNotification.std.ts} (100%) rename ts/util/{callingPermissions.ts => callingPermissions.dom.ts} (100%) rename ts/util/{callingTones.ts => callingTones.preload.ts} (100%) rename ts/util/{canAddNewMembers.ts => canAddNewMembers.preload.ts} (100%) rename ts/util/{canBeAnnouncementGroup.ts => canBeAnnouncementGroup.dom.ts} (100%) rename ts/util/{canChangeTimer.ts => canChangeTimer.preload.ts} (100%) rename ts/util/{canConversationBeUnarchived.ts => canConversationBeUnarchived.preload.ts} (100%) rename ts/util/{canEditGroupInfo.ts => canEditGroupInfo.preload.ts} (100%) rename ts/util/{canEditMessage.ts => canEditMessage.dom.ts} (100%) rename ts/util/{canvasToBlob.ts => canvasToBlob.std.ts} (100%) rename ts/util/{canvasToBytes.ts => canvasToBytes.std.ts} (100%) rename ts/util/{captureDimensionsAndScreenshot.ts => captureDimensionsAndScreenshot.dom.ts} (100%) rename ts/util/{characters.ts => characters.std.ts} (100%) rename ts/util/{checkFirstEnvelope.ts => checkFirstEnvelope.dom.ts} (100%) rename ts/util/{checkOurPniIdentityKey.ts => checkOurPniIdentityKey.preload.ts} (100%) rename ts/util/{cleanup.ts => cleanup.preload.ts} (100%) rename ts/util/{clearConversationDraftAttachments.ts => clearConversationDraftAttachments.preload.ts} (100%) rename ts/util/{clearTimeoutIfNecessary.ts => clearTimeoutIfNecessary.std.ts} (100%) rename ts/util/{combineNames.ts => combineNames.std.ts} (100%) rename ts/util/{computeBlurHashUrl.ts => computeBlurHashUrl.std.ts} (100%) rename ts/util/{consoleLogger.ts => consoleLogger.std.ts} (100%) rename ts/util/{contactSpoofing.ts => contactSpoofing.std.ts} (100%) rename ts/util/{copyDataMessageIntoMessage.ts => copyDataMessageIntoMessage.std.ts} (100%) rename ts/util/{copyLinksWithToast.ts => copyLinksWithToast.dom.ts} (100%) rename ts/util/{countMutedStats.ts => countMutedStats.std.ts} (100%) rename ts/util/{countUnreadStats.ts => countUnreadStats.std.ts} (100%) rename ts/util/{createAvatarData.ts => createAvatarData.std.ts} (100%) rename ts/util/{createHTTPSAgent.ts => createHTTPSAgent.node.ts} (100%) rename ts/util/{createIPCEvents.ts => createIPCEvents.preload.ts} (100%) rename ts/util/{createIdenticon.tsx => createIdenticon.preload.tsx} (100%) rename ts/util/{createProxyAgent.ts => createProxyAgent.node.ts} (100%) rename ts/util/{createSupportUrl.ts => createSupportUrl.std.ts} (100%) rename ts/util/{currency.ts => currency.dom.ts} (100%) rename ts/util/{decipherWithAesKey.ts => decipherWithAesKey.node.ts} (100%) rename ts/util/{deconstructLookup.ts => deconstructLookup.std.ts} (100%) rename ts/util/{deepClone.ts => deepClone.std.ts} (100%) rename ts/util/{deleteAllLogs.ts => deleteAllLogs.preload.ts} (100%) rename ts/util/{deleteAllMyStories.ts => deleteAllMyStories.preload.ts} (100%) rename ts/util/{deleteDraftAttachment.ts => deleteDraftAttachment.preload.ts} (100%) rename ts/util/{deleteForEveryone.ts => deleteForEveryone.preload.ts} (100%) rename ts/util/{deleteForMe.ts => deleteForMe.preload.ts} (100%) rename ts/util/{deleteForMe.types.ts => deleteForMe.types.std.ts} (100%) rename ts/util/{deleteGroupStoryReplyForEveryone.ts => deleteGroupStoryReplyForEveryone.preload.ts} (100%) rename ts/util/{deleteStoryForEveryone.ts => deleteStoryForEveryone.preload.ts} (100%) rename ts/util/{deliveryReceipt.ts => deliveryReceipt.preload.ts} (100%) rename ts/util/{denyPendingApprovalRequest.ts => denyPendingApprovalRequest.preload.ts} (100%) rename ts/util/{deprecated.ts => deprecated.std.ts} (100%) rename ts/util/{desktopCapturer.ts => desktopCapturer.preload.ts} (100%) rename ts/util/{diffArraysAsSets.ts => diffArraysAsSets.std.ts} (100%) rename ts/util/{distributionListToSendTarget.ts => distributionListToSendTarget.preload.ts} (100%) rename ts/util/{dns.ts => dns.node.ts} (100%) rename ts/util/{donations.ts => donations.dom.ts} (100%) rename ts/util/{doubleCheckMissingQuoteReference.ts => doubleCheckMissingQuoteReference.preload.ts} (100%) rename ts/util/{downloadAttachment.ts => downloadAttachment.preload.ts} (100%) rename ts/util/{downloadAttachmentFromLocalBackup.ts => downloadAttachmentFromLocalBackup.preload.ts} (100%) rename ts/util/{downloadOnboardingStory.ts => downloadOnboardingStory.preload.ts} (100%) rename ts/util/{drop.ts => drop.std.ts} (100%) rename ts/util/{dropNull.ts => dropNull.std.ts} (100%) rename ts/util/{dropZero.ts => dropZero.std.ts} (100%) rename ts/util/{durationToPlaybackText.ts => durationToPlaybackText.std.ts} (100%) rename ts/util/durations/{constants.ts => constants.std.ts} (100%) rename ts/util/durations/{duration-in-seconds.ts => duration-in-seconds.std.ts} (100%) rename ts/util/durations/{index.ts => index.std.ts} (100%) rename ts/util/{editHelpers.ts => editHelpers.std.ts} (100%) rename ts/util/{emoji.ts => emoji.std.ts} (100%) rename ts/util/{encryptConversationAttachments.ts => encryptConversationAttachments.preload.ts} (100%) rename ts/util/{encryptLegacyAttachment.ts => encryptLegacyAttachment.preload.ts} (100%) rename ts/util/{encryptProfileData.ts => encryptProfileData.preload.ts} (100%) rename ts/util/{enum.ts => enum.std.ts} (100%) rename ts/util/{expirationTimer.ts => expirationTimer.std.ts} (100%) rename ts/util/{explodePromise.ts => explodePromise.std.ts} (100%) rename ts/util/{exponentialBackoff.ts => exponentialBackoff.std.ts} (100%) rename ts/util/{fileToBytes.ts => fileToBytes.std.ts} (100%) rename ts/util/{filterAndSortConversations.ts => filterAndSortConversations.std.ts} (100%) rename ts/util/{filterCallLinks.ts => filterCallLinks.dom.ts} (100%) rename ts/util/{finalStream.ts => finalStream.node.ts} (100%) rename ts/util/{findAndDeleteOnboardingStoryIfExists.ts => findAndDeleteOnboardingStoryIfExists.preload.ts} (100%) rename ts/util/{findAndFormatContact.ts => findAndFormatContact.preload.ts} (100%) rename ts/util/{findStoryMessage.ts => findStoryMessage.preload.ts} (100%) rename ts/util/{focusableSelectors.ts => focusableSelectors.std.ts} (100%) rename ts/util/{formatDuration.ts => formatDuration.std.ts} (100%) rename ts/util/{formatFileSize.ts => formatFileSize.std.ts} (100%) rename ts/util/{formatTimestamp.ts => formatTimestamp.dom.ts} (100%) rename ts/util/{fuse.ts => fuse.std.ts} (100%) rename ts/util/{generateBlurHash.ts => generateBlurHash.std.ts} (100%) rename ts/util/{generateConfigMatrix.ts => generateConfigMatrix.std.ts} (100%) rename ts/util/{generateDonationReceipt.ts => generateDonationReceipt.dom.ts} (100%) rename ts/util/{generateMessageId.ts => generateMessageId.node.ts} (100%) rename ts/util/{getAboutText.ts => getAboutText.dom.ts} (100%) rename ts/util/{getAccessControlOptions.ts => getAccessControlOptions.std.ts} (100%) rename ts/util/{getAddedByForOurPendingInvitation.ts => getAddedByForOurPendingInvitation.preload.ts} (100%) rename ts/util/{getAnalogTime.ts => getAnalogTime.std.ts} (100%) rename ts/util/{getAppErrorIcon.ts => getAppErrorIcon.node.ts} (100%) rename ts/util/{getAvatarData.ts => getAvatarData.dom.ts} (100%) rename ts/util/{getBasicAuth.ts => getBasicAuth.std.ts} (100%) rename ts/util/{getClassNamesFor.ts => getClassNamesFor.std.ts} (100%) rename ts/util/{getColorForCallLink.ts => getColorForCallLink.std.ts} (100%) rename ts/util/{getConversation.ts => getConversation.preload.ts} (100%) rename ts/util/{getConversationColorAttributes.ts => getConversationColorAttributes.std.ts} (100%) rename ts/util/{getConversationMembers.ts => getConversationMembers.dom.ts} (100%) rename ts/util/{getConversationTitleForPanelType.ts => getConversationTitleForPanelType.std.ts} (100%) rename ts/util/{getCountryData.ts => getCountryData.dom.ts} (100%) rename ts/util/{getCustomColorStyle.ts => getCustomColorStyle.dom.ts} (100%) rename ts/util/{getDraftPreview.ts => getDraftPreview.preload.ts} (100%) rename ts/util/{getE164.ts => getE164.std.ts} (100%) rename ts/util/{getFontNameByTextScript.ts => getFontNameByTextScript.std.ts} (100%) rename ts/util/{getGroupMemberships.ts => getGroupMemberships.dom.ts} (100%) rename ts/util/{getHSL.ts => getHSL.std.ts} (100%) rename ts/util/{getICUMessageParams.ts => getICUMessageParams.std.ts} (100%) rename ts/util/{getInitials.ts => getInitials.std.ts} (100%) rename ts/util/{getLastMessage.ts => getLastMessage.preload.ts} (100%) rename ts/util/{getLocalAttachmentUrl.ts => getLocalAttachmentUrl.std.ts} (100%) rename ts/util/{getMacAndUpdateHmac.ts => getMacAndUpdateHmac.node.ts} (100%) rename ts/util/{getMessageAuthorText.ts => getMessageAuthorText.preload.ts} (100%) rename ts/util/{getMessageConversation.ts => getMessageConversation.dom.ts} (100%) rename ts/util/{getMessageQueueTime.ts => getMessageQueueTime.dom.ts} (100%) rename ts/util/{getMessageSentTimestamp.ts => getMessageSentTimestamp.std.ts} (100%) rename ts/util/{getMessageSentTimestampSet.ts => getMessageSentTimestampSet.std.ts} (100%) rename ts/util/{getMessageTimestamp.ts => getMessageTimestamp.std.ts} (100%) rename ts/util/{getMockServerPort.ts => getMockServerPort.dom.ts} (100%) rename ts/util/{getMuteOptions.ts => getMuteOptions.std.ts} (100%) rename ts/util/{getMutedUntilText.ts => getMutedUntilText.std.ts} (100%) rename ts/util/{getNotificationDataForMessage.ts => getNotificationDataForMessage.preload.ts} (100%) rename ts/util/{getNotificationTextForMessage.ts => getNotificationTextForMessage.preload.ts} (100%) rename ts/util/{getOwn.ts => getOwn.std.ts} (100%) rename ts/util/{getProfile.ts => getProfile.preload.ts} (100%) rename ts/util/{getQuoteBodyText.ts => getQuoteBodyText.std.ts} (100%) rename ts/util/{getRecipientConversationIds.ts => getRecipientConversationIds.dom.ts} (100%) rename ts/util/{getRecipients.ts => getRecipients.dom.ts} (100%) rename ts/util/{getRecipientsByConversation.ts => getRecipientsByConversation.dom.ts} (100%) rename ts/util/{getSendOptions.ts => getSendOptions.preload.ts} (100%) rename ts/util/{getSendTarget.ts => getSendTarget.std.ts} (100%) rename ts/util/{getSenderIdentifier.ts => getSenderIdentifier.dom.ts} (100%) rename ts/util/{getServiceIdsForE164s.ts => getServiceIdsForE164s.dom.ts} (100%) rename ts/util/{getSignalConnections.ts => getSignalConnections.preload.ts} (100%) rename ts/util/{getStoryBackground.ts => getStoryBackground.std.ts} (100%) rename ts/util/{getStoryDuration.ts => getStoryDuration.dom.ts} (100%) rename ts/util/{getStoryReplyText.ts => getStoryReplyText.std.ts} (100%) rename ts/util/{getStreamWithTimeout.ts => getStreamWithTimeout.node.ts} (100%) rename ts/util/{getStringForConversationMerge.ts => getStringForConversationMerge.std.ts} (100%) rename ts/util/{getStringForPhoneNumberDiscovery.ts => getStringForPhoneNumberDiscovery.std.ts} (100%) rename ts/util/{getStringForProfileChange.ts => getStringForProfileChange.std.ts} (100%) rename ts/util/{getThemeType.ts => getThemeType.dom.ts} (100%) rename ts/util/{getTitle.ts => getTitle.preload.ts} (100%) rename ts/util/{getUserAgent.ts => getUserAgent.node.ts} (100%) rename ts/util/{grapheme.ts => grapheme.std.ts} (100%) rename ts/util/{graphemeAndLinkAwareSlice.ts => graphemeAndLinkAwareSlice.std.ts} (100%) rename ts/util/{groupAndOrderReactions.ts => groupAndOrderReactions.dom.ts} (100%) rename ts/util/{groupMemberNameCollisions.ts => groupMemberNameCollisions.std.ts} (100%) rename ts/util/{groupMembershipUtils.ts => groupMembershipUtils.preload.ts} (100%) rename ts/util/{groupSendEndorsements.ts => groupSendEndorsements.preload.ts} (100%) rename ts/util/{groupWhile.ts => groupWhile.std.ts} (100%) rename ts/util/{handleEditMessage.ts => handleEditMessage.preload.ts} (100%) rename ts/util/{handleImageAttachment.ts => handleImageAttachment.preload.ts} (100%) rename ts/util/{handleMessageSend.ts => handleMessageSend.preload.ts} (100%) rename ts/util/{handleOutsideClick.ts => handleOutsideClick.dom.ts} (100%) rename ts/util/{handleRetry.ts => handleRetry.preload.ts} (100%) rename ts/util/{handleServerAlerts.ts => handleServerAlerts.preload.ts} (100%) rename ts/util/{handleVideoAttachment.ts => handleVideoAttachment.preload.ts} (100%) rename ts/util/{hasAttachmentDownloads.ts => hasAttachmentDownloads.std.ts} (100%) rename ts/util/{hasDraft.ts => hasDraft.std.ts} (100%) rename ts/util/{hasDraftAttachments.ts => hasDraftAttachments.std.ts} (100%) rename ts/util/{hslToRGB.ts => hslToRGB.std.ts} (100%) rename ts/util/{hydrateStoryContext.ts => hydrateStoryContext.preload.ts} (100%) rename ts/util/{idForLogging.ts => idForLogging.preload.ts} (100%) rename ts/util/{imagePathToBytes.ts => imagePathToBytes.dom.ts} (100%) rename ts/util/{imageToBlurHash.ts => imageToBlurHash.dom.ts} (100%) rename ts/util/{incrementMessageCounter.ts => incrementMessageCounter.preload.ts} (100%) rename ts/util/{inspectProtobufs.ts => inspectProtobufs.node.ts} (100%) rename ts/util/{isAbortError.ts => isAbortError.std.ts} (100%) rename ts/util/{isAciString.ts => isAciString.std.ts} (100%) rename ts/util/{isBackupEnabled.ts => isBackupEnabled.preload.ts} (100%) rename ts/util/{isBlocked.ts => isBlocked.preload.ts} (100%) rename ts/util/{isCallSafe.ts => isCallSafe.dom.ts} (100%) rename ts/util/{isChatFoldersEnabled.ts => isChatFoldersEnabled.dom.ts} (100%) rename ts/util/{isConversationAccepted.ts => isConversationAccepted.preload.ts} (100%) rename ts/util/{isConversationMuted.ts => isConversationMuted.std.ts} (100%) rename ts/util/{isConversationNameKnown.ts => isConversationNameKnown.std.ts} (100%) rename ts/util/{isConversationSMSOnly.ts => isConversationSMSOnly.std.ts} (100%) rename ts/util/{isConversationUnread.ts => isConversationUnread.std.ts} (100%) rename ts/util/{isConversationUnregistered.ts => isConversationUnregistered.dom.ts} (100%) rename ts/util/{isFileDangerous.ts => isFileDangerous.std.ts} (100%) rename ts/util/{isGroupInStoryMode.ts => isGroupInStoryMode.std.ts} (100%) rename ts/util/{isGroupOrAdhocCall.ts => isGroupOrAdhocCall.std.ts} (100%) rename ts/util/{isInSystemContacts.ts => isInSystemContacts.std.ts} (100%) rename ts/util/{isLinkAndSyncEnabled.ts => isLinkAndSyncEnabled.preload.ts} (100%) rename ts/util/{isLocalBackupsEnabled.ts => isLocalBackupsEnabled.dom.ts} (100%) rename ts/util/{isMessageEmpty.ts => isMessageEmpty.preload.ts} (100%) rename ts/util/{isMessageNoteToSelf.ts => isMessageNoteToSelf.dom.ts} (100%) rename ts/util/{isMessageUnread.ts => isMessageUnread.std.ts} (100%) rename ts/util/{isMockServer.ts => isMockServer.dom.ts} (100%) rename ts/util/{isNormalNumber.ts => isNormalNumber.std.ts} (100%) rename ts/util/{isNotNil.ts => isNotNil.std.ts} (100%) rename ts/util/{isPathInside.ts => isPathInside.node.ts} (100%) rename ts/util/{isProtoBinaryEncodingEnabled.ts => isProtoBinaryEncodingEnabled.std.ts} (100%) rename ts/util/{isRecord.ts => isRecord.std.ts} (100%) rename ts/util/{isSafetyNumberNotAvailable.ts => isSafetyNumberNotAvailable.std.ts} (100%) rename ts/util/{isSameAvatarData.ts => isSameAvatarData.std.ts} (100%) rename ts/util/{isSettingsInternalEnabled.ts => isSettingsInternalEnabled.dom.ts} (100%) rename ts/util/{isShallowEqual.ts => isShallowEqual.std.ts} (100%) rename ts/util/{isSignalConversation.ts => isSignalConversation.dom.ts} (100%) rename ts/util/{isSorted.ts => isSorted.std.ts} (100%) rename ts/util/{isStagingServer.ts => isStagingServer.dom.ts} (100%) rename ts/util/{isTooOldToModifyMessage.ts => isTooOldToModifyMessage.std.ts} (100%) rename ts/util/{isValidE164.ts => isValidE164.std.ts} (100%) rename ts/util/{isValidTapToView.ts => isValidTapToView.std.ts} (100%) rename ts/util/{isValidUuid.ts => isValidUuid.std.ts} (100%) rename ts/util/{isVideoGoodForStories.ts => isVideoGoodForStories.std.ts} (100%) rename ts/util/{isWindowDragElement.ts => isWindowDragElement.std.ts} (100%) rename ts/util/{iterables.ts => iterables.std.ts} (100%) rename ts/util/{keyboard.ts => keyboard.dom.ts} (100%) rename ts/util/{leftPaneWidth.ts => leftPaneWidth.std.ts} (100%) rename ts/util/{libphonenumberInstance.ts => libphonenumberInstance.std.ts} (100%) rename ts/util/{libphonenumberUtil.ts => libphonenumberUtil.std.ts} (100%) rename ts/util/{lightSessionResetQueue.ts => lightSessionResetQueue.std.ts} (100%) rename ts/util/lint/{analyze_exceptions.ts => analyze_exceptions.node.ts} (100%) rename ts/util/lint/{license_comments.ts => license_comments.node.ts} (100%) rename ts/util/lint/{linter.ts => linter.node.ts} (100%) rename ts/util/lint/{sort_exceptions.ts => sort_exceptions.node.ts} (100%) rename ts/util/lint/{types.ts => types.std.ts} (100%) rename ts/util/lint/{util.ts => util.node.ts} (100%) rename ts/util/{linuxPasswordStoreFlags.ts => linuxPasswordStoreFlags.std.ts} (100%) rename ts/util/{loadImage.ts => loadImage.std.ts} (100%) rename ts/util/{loadRecentEmojis.ts => loadRecentEmojis.preload.ts} (100%) rename ts/util/{loadable.ts => loadable.std.ts} (100%) rename ts/util/{logPadSize.ts => logPadSize.std.ts} (100%) rename ts/util/{logPadding.ts => logPadding.node.ts} (100%) rename ts/util/{longAttachment.ts => longAttachment.std.ts} (100%) rename ts/util/{longRunningTaskWrapper.tsx => longRunningTaskWrapper.dom.tsx} (100%) rename ts/util/{lookupConversationWithoutServiceId.ts => lookupConversationWithoutServiceId.preload.ts} (100%) rename ts/util/{makeLookup.ts => makeLookup.std.ts} (100%) rename ts/util/{makeQuote.ts => makeQuote.preload.ts} (100%) rename ts/util/{mapEmplace.ts => mapEmplace.std.ts} (100%) rename ts/util/{mapObjectWithSpec.ts => mapObjectWithSpec.std.ts} (100%) rename ts/util/{mapUtil.ts => mapUtil.std.ts} (100%) rename ts/util/{markConversationRead.ts => markConversationRead.preload.ts} (100%) rename ts/util/{markOnboardingStoryAsRead.ts => markOnboardingStoryAsRead.preload.ts} (100%) rename ts/util/{maybeForwardMessages.ts => maybeForwardMessages.preload.ts} (100%) rename ts/util/{messageBatcher.ts => messageBatcher.preload.ts} (100%) rename ts/util/{messageFilePaths.ts => messageFilePaths.std.ts} (100%) rename ts/util/{mightStillBeOnTransitTier.ts => mightStillBeOnTransitTier.dom.ts} (100%) rename ts/util/{migrateColor.ts => migrateColor.node.ts} (100%) rename ts/util/{migrations.ts => migrations.preload.ts} (100%) rename ts/util/{missingCaseError.ts => missingCaseError.std.ts} (100%) rename ts/util/{modifyTargetMessage.ts => modifyTargetMessage.preload.ts} (100%) rename ts/util/{nicknames.ts => nicknames.dom.ts} (100%) rename ts/util/{normalizeAci.ts => normalizeAci.std.ts} (100%) rename ts/util/{normalizeDeviceName.ts => normalizeDeviceName.std.ts} (100%) rename ts/util/{nsis.ts => nsis.std.ts} (100%) rename ts/util/{numbers.ts => numbers.std.ts} (100%) rename ts/util/{objectMap.ts => objectMap.std.ts} (100%) rename ts/util/{onCallEventSync.ts => onCallEventSync.preload.ts} (100%) rename ts/util/{onCallLinkUpdateSync.ts => onCallLinkUpdateSync.preload.ts} (100%) rename ts/util/{onCallLogEventSync.ts => onCallLogEventSync.preload.ts} (100%) rename ts/util/{onDeviceNameChangeSync.ts => onDeviceNameChangeSync.preload.ts} (100%) rename ts/util/{onStoryRecipientUpdate.ts => onStoryRecipientUpdate.preload.ts} (100%) rename ts/util/{openLinkInWebBrowser.ts => openLinkInWebBrowser.dom.ts} (100%) rename ts/util/os/{osMain.ts => osMain.node.ts} (100%) rename ts/util/os/{osPreload.ts => osPreload.preload.ts} (100%) rename ts/util/os/{promptOSAuthMain.ts => promptOSAuthMain.main.ts} (100%) rename ts/util/os/{shared.ts => shared.std.ts} (100%) rename ts/util/{packageJson.ts => packageJson.node.ts} (100%) rename ts/util/{parseIntOrThrow.ts => parseIntOrThrow.std.ts} (100%) rename ts/util/{parseIntWithFallback.ts => parseIntWithFallback.std.ts} (100%) rename ts/util/{parseRemoteClientExpiration.ts => parseRemoteClientExpiration.dom.ts} (100%) rename ts/util/{parseRetryAfter.ts => parseRetryAfter.std.ts} (100%) rename ts/util/{pemToDer.ts => pemToDer.std.ts} (100%) rename ts/util/{phoneNumberDiscoverability.ts => phoneNumberDiscoverability.std.ts} (100%) rename ts/util/{phoneNumberSharingMode.ts => phoneNumberSharingMode.preload.ts} (100%) rename ts/util/{popperUtil.ts => popperUtil.std.ts} (100%) rename ts/util/{preload.ts => preload.preload.ts} (100%) rename ts/util/{prependStream.ts => prependStream.node.ts} (100%) rename ts/util/{privacy.ts => privacy.node.ts} (100%) rename ts/util/{processAttachment.ts => processAttachment.preload.ts} (100%) rename ts/util/{processImageFile.ts => processImageFile.dom.ts} (100%) rename ts/util/{promptOSAuth.ts => promptOSAuth.preload.ts} (100%) rename ts/util/{queueAttachmentDownloads.ts => queueAttachmentDownloads.preload.ts} (100%) rename ts/util/{randomBlurHash.ts => randomBlurHash.std.ts} (100%) rename ts/util/{reallyJsonStringify.ts => reallyJsonStringify.std.ts} (100%) rename ts/util/{refMerger.ts => refMerger.std.ts} (100%) rename ts/util/{registration.ts => registration.preload.ts} (100%) rename ts/util/{removeDiacritics.ts => removeDiacritics.std.ts} (100%) rename ts/util/{removePendingMember.ts => removePendingMember.preload.ts} (100%) rename ts/util/{replaceIndex.ts => replaceIndex.std.ts} (100%) rename ts/util/{requestMicrophonePermissions.ts => requestMicrophonePermissions.dom.ts} (100%) rename ts/util/{resolveAttachmentDraftData.ts => resolveAttachmentDraftData.preload.ts} (100%) rename ts/util/{resolveCanonicalLocales.ts => resolveCanonicalLocales.std.ts} (100%) rename ts/util/{resolveDraftAttachmentOnDisk.ts => resolveDraftAttachmentOnDisk.preload.ts} (100%) rename ts/util/{resolveStorySendStatus.ts => resolveStorySendStatus.std.ts} (100%) rename ts/util/{rgbToHSL.ts => rgbToHSL.std.ts} (100%) rename ts/util/ringrtc/{nonRenderedRemoteParticipant.ts => nonRenderedRemoteParticipant.std.ts} (100%) rename ts/util/ringrtc/{normalizeGroupCallTimestamp.ts => normalizeGroupCallTimestamp.std.ts} (100%) rename ts/util/{rotatingPinoDest.ts => rotatingPinoDest.node.ts} (100%) rename ts/util/{safetyNumber.ts => safetyNumber.preload.ts} (100%) rename ts/util/{scaleImageToLevel.ts => scaleImageToLevel.preload.ts} (100%) rename ts/util/{schemas.ts => schemas.std.ts} (100%) rename ts/util/{scrollUtil.ts => scrollUtil.std.ts} (100%) rename ts/util/{search.ts => search.std.ts} (100%) rename ts/util/{searchConversationTitles.ts => searchConversationTitles.std.ts} (100%) rename ts/util/{sendCallLinkUpdateSync.ts => sendCallLinkUpdateSync.preload.ts} (100%) rename ts/util/{sendDeleteForEveryoneMessage.ts => sendDeleteForEveryoneMessage.preload.ts} (100%) rename ts/util/{sendEditedMessage.ts => sendEditedMessage.preload.ts} (100%) rename ts/util/{sendReceipts.ts => sendReceipts.preload.ts} (100%) rename ts/util/{sendStoryMessage.ts => sendStoryMessage.preload.ts} (100%) rename ts/util/{sendToGroup.ts => sendToGroup.preload.ts} (100%) rename ts/util/{sessionTranslation.ts => sessionTranslation.node.ts} (100%) rename ts/util/{setUtil.ts => setUtil.std.ts} (100%) rename ts/util/{setupI18n.tsx => setupI18n.dom.tsx} (100%) rename ts/util/{setupI18nMain.ts => setupI18nMain.std.ts} (100%) rename ts/util/{shouldDownloadStory.ts => shouldDownloadStory.preload.ts} (100%) rename ts/util/{shouldNeverBeCalled.ts => shouldNeverBeCalled.std.ts} (100%) rename ts/util/{shouldRespondWithProfileKey.ts => shouldRespondWithProfileKey.dom.ts} (100%) rename ts/util/{shouldShowInvalidMessageToast.ts => shouldShowInvalidMessageToast.preload.ts} (100%) rename ts/util/{shouldStoryReplyNotifyUser.ts => shouldStoryReplyNotifyUser.preload.ts} (100%) rename ts/util/{showConfirmationDialog.tsx => showConfirmationDialog.dom.tsx} (100%) rename ts/util/{showDownloadFailedToast.ts => showDownloadFailedToast.dom.ts} (100%) rename ts/util/{signalRoutes.ts => signalRoutes.std.ts} (100%) rename ts/util/{sleep.ts => sleep.std.ts} (100%) rename ts/util/{sleeper.ts => sleeper.std.ts} (100%) rename ts/util/{smartling.ts => smartling.node.ts} (100%) rename ts/util/{sniffImageMimeType.ts => sniffImageMimeType.std.ts} (100%) rename ts/util/{sortByTitle.ts => sortByTitle.std.ts} (100%) rename ts/util/{splitText.ts => splitText.std.ts} (100%) rename ts/util/{startConversation.ts => startConversation.dom.ts} (100%) rename ts/util/{startTimeTravelDetector.ts => startTimeTravelDetector.std.ts} (100%) rename ts/util/{stories.ts => stories.preload.ts} (100%) rename ts/util/{stripNewlinesForLeftPane.ts => stripNewlinesForLeftPane.std.ts} (100%) rename ts/util/{subscriptionConfiguration.ts => subscriptionConfiguration.preload.ts} (100%) rename ts/util/{syncIdentifiers.ts => syncIdentifiers.preload.ts} (100%) rename ts/util/{syncTasks.ts => syncTasks.preload.ts} (100%) rename ts/util/{syncTasks.types.ts => syncTasks.types.std.ts} (100%) rename ts/util/{theme.ts => theme.std.ts} (100%) rename ts/util/{throttle.ts => throttle.std.ts} (100%) rename ts/util/{timeAndLogIfTooLong.ts => timeAndLogIfTooLong.std.ts} (100%) rename ts/util/{timelineUtil.ts => timelineUtil.std.ts} (100%) rename ts/util/{timeout.ts => timeout.std.ts} (100%) rename ts/util/{timer.ts => timer.std.ts} (100%) rename ts/util/{timestamp.ts => timestamp.std.ts} (100%) rename ts/util/{timestampLongUtils.ts => timestampLongUtils.std.ts} (100%) rename ts/util/{toWebStream.ts => toWebStream.node.ts} (100%) rename ts/util/{toggleMaximizedBrowserWindow.ts => toggleMaximizedBrowserWindow.std.ts} (100%) rename ts/util/{trimPadding.ts => trimPadding.node.ts} (100%) rename ts/util/{unicodeBidi.ts => unicodeBidi.std.ts} (100%) rename ts/util/{unicodeSlice.ts => unicodeSlice.std.ts} (100%) rename ts/util/{universalExpireTimer.ts => universalExpireTimer.preload.ts} (100%) rename ts/util/{updateBackupMediaDownloadProgress.ts => updateBackupMediaDownloadProgress.preload.ts} (100%) rename ts/util/{uploadAttachment.ts => uploadAttachment.preload.ts} (100%) rename ts/util/uploads/{tusProtocol.ts => tusProtocol.node.ts} (100%) rename ts/util/uploads/{uploads.ts => uploads.node.ts} (100%) rename ts/util/{url.ts => url.std.ts} (100%) rename ts/util/{userLanguages.ts => userLanguages.std.ts} (100%) rename ts/util/{utf16ToEmoji.ts => utf16ToEmoji.node.ts} (100%) rename ts/util/{uuidFetchState.ts => uuidFetchState.std.ts} (100%) rename ts/util/{uuidToBytes.ts => uuidToBytes.std.ts} (100%) rename ts/util/{validateConversation.ts => validateConversation.dom.ts} (100%) rename ts/util/{verifyStoryListMembers.ts => verifyStoryListMembers.preload.ts} (100%) rename ts/util/{version.ts => version.std.ts} (100%) rename ts/util/{waitBatcher.ts => waitBatcher.std.ts} (100%) rename ts/util/{waitForAll.ts => waitForAll.std.ts} (100%) rename ts/util/{waitForOnline.ts => waitForOnline.dom.ts} (100%) rename ts/util/{webSafeBase64.ts => webSafeBase64.std.ts} (100%) rename ts/util/{whatTypeOfConversation.ts => whatTypeOfConversation.dom.ts} (100%) rename ts/util/{whitespaceStringUtil.ts => whitespaceStringUtil.std.ts} (100%) rename ts/util/{windowsZoneIdentifier.ts => windowsZoneIdentifier.node.ts} (100%) rename ts/util/{wrapEventEmitterOnce.ts => wrapEventEmitterOnce.node.ts} (100%) rename ts/util/{wrapWithSyncMessageSend.ts => wrapWithSyncMessageSend.preload.ts} (100%) rename ts/util/{writeDraftAttachment.ts => writeDraftAttachment.preload.ts} (100%) rename ts/util/{zkgroup.ts => zkgroup.node.ts} (100%) rename ts/utils/{getAvatarPlaceholderGradient.ts => getAvatarPlaceholderGradient.std.ts} (100%) rename ts/windows/about/{app.tsx => app.dom.tsx} (100%) rename ts/windows/about/{preload.ts => preload.preload.ts} (100%) rename ts/windows/{applyTheme.ts => applyTheme.dom.ts} (100%) rename ts/windows/calling-tools/{preload.ts => preload.preload.ts} (100%) rename ts/windows/calling-tools/{webrtc_internals.ts => webrtc_internals.std.ts} (100%) rename ts/windows/{context.ts => context.preload.ts} (100%) rename ts/windows/debuglog/{app.tsx => app.dom.tsx} (100%) rename ts/windows/debuglog/{preload.ts => preload.preload.ts} (100%) rename ts/windows/loading/{preload.ts => preload.preload.ts} (100%) rename ts/windows/loading/{start.ts => start.dom.ts} (100%) rename ts/windows/main/{attachments.ts => attachments.preload.ts} (100%) rename ts/windows/main/{phase0-devtools.ts => phase0-devtools.node.ts} (100%) rename ts/windows/main/{phase1-ipc.ts => phase1-ipc.preload.ts} (100%) rename ts/windows/main/{phase2-dependencies.ts => phase2-dependencies.preload.ts} (100%) rename ts/windows/main/{phase3-post-signal.ts => phase3-post-signal.std.ts} (100%) rename ts/windows/main/{phase4-test.ts => phase4-test.preload.ts} (100%) rename ts/windows/main/{preload.ts => preload.preload.ts} (100%) rename ts/windows/main/{preload_test.ts => preload_test.preload.ts} (100%) rename ts/windows/main/{start.ts => start.preload.ts} (100%) rename ts/windows/{minimalContext.ts => minimalContext.preload.ts} (100%) rename ts/windows/permissions/{app.tsx => app.dom.tsx} (100%) rename ts/windows/permissions/{preload.ts => preload.preload.ts} (100%) rename ts/windows/{preload.ts => preload.preload.ts} (100%) rename ts/windows/{sandboxedInit.ts => sandboxedInit.dom.ts} (100%) rename ts/windows/screenShare/{app.tsx => app.dom.tsx} (100%) rename ts/windows/screenShare/{preload.ts => preload.preload.ts} (100%) rename ts/windows/sticker-creator/{preload.ts => preload.preload.ts} (100%) rename ts/workers/{heicConverterMain.ts => heicConverterMain.main.ts} (100%) rename ts/workers/{heicConverterWorker.ts => heicConverterWorker.node.ts} (100%) diff --git a/app/EmojiService.ts b/app/EmojiService.main.ts similarity index 100% rename from app/EmojiService.ts rename to app/EmojiService.main.ts diff --git a/app/OptionalResourceService.ts b/app/OptionalResourceService.main.ts similarity index 100% rename from app/OptionalResourceService.ts rename to app/OptionalResourceService.main.ts diff --git a/app/PreventDisplaySleepService.ts b/app/PreventDisplaySleepService.std.ts similarity index 100% rename from app/PreventDisplaySleepService.ts rename to app/PreventDisplaySleepService.std.ts diff --git a/app/SystemTrayService.ts b/app/SystemTrayService.main.ts similarity index 100% rename from app/SystemTrayService.ts rename to app/SystemTrayService.main.ts diff --git a/app/SystemTraySettingCache.ts b/app/SystemTraySettingCache.node.ts similarity index 100% rename from app/SystemTraySettingCache.ts rename to app/SystemTraySettingCache.node.ts diff --git a/app/WindowsNotifications.ts b/app/WindowsNotifications.main.ts similarity index 100% rename from app/WindowsNotifications.ts rename to app/WindowsNotifications.main.ts diff --git a/app/attachment_channel.ts b/app/attachment_channel.main.ts similarity index 100% rename from app/attachment_channel.ts rename to app/attachment_channel.main.ts diff --git a/app/attachments.ts b/app/attachments.node.ts similarity index 100% rename from app/attachments.ts rename to app/attachments.node.ts diff --git a/app/base_config.ts b/app/base_config.node.ts similarity index 100% rename from app/base_config.ts rename to app/base_config.node.ts diff --git a/app/config.ts b/app/config.main.ts similarity index 100% rename from app/config.ts rename to app/config.main.ts diff --git a/app/crashReports.ts b/app/crashReports.main.ts similarity index 100% rename from app/crashReports.ts rename to app/crashReports.main.ts diff --git a/app/dns-fallback.ts b/app/dns-fallback.node.ts similarity index 100% rename from app/dns-fallback.ts rename to app/dns-fallback.node.ts diff --git a/app/ephemeral_config.ts b/app/ephemeral_config.main.ts similarity index 100% rename from app/ephemeral_config.ts rename to app/ephemeral_config.main.ts diff --git a/app/global_errors.ts b/app/global_errors.main.ts similarity index 100% rename from app/global_errors.ts rename to app/global_errors.main.ts diff --git a/app/locale.ts b/app/locale.main.ts similarity index 100% rename from app/locale.ts rename to app/locale.main.ts diff --git a/app/main.ts b/app/main.main.ts similarity index 100% rename from app/main.ts rename to app/main.main.ts diff --git a/app/menu.ts b/app/menu.std.ts similarity index 100% rename from app/menu.ts rename to app/menu.std.ts diff --git a/app/permissions.ts b/app/permissions.std.ts similarity index 100% rename from app/permissions.ts rename to app/permissions.std.ts diff --git a/app/protocol_filter.ts b/app/protocol_filter.node.ts similarity index 100% rename from app/protocol_filter.ts rename to app/protocol_filter.node.ts diff --git a/app/renderWindowsToast.tsx b/app/renderWindowsToast.dom.tsx similarity index 100% rename from app/renderWindowsToast.tsx rename to app/renderWindowsToast.dom.tsx diff --git a/app/spell_check.ts b/app/spell_check.main.ts similarity index 100% rename from app/spell_check.ts rename to app/spell_check.main.ts diff --git a/app/sql_channel.ts b/app/sql_channel.main.ts similarity index 100% rename from app/sql_channel.ts rename to app/sql_channel.main.ts diff --git a/app/startup_config.ts b/app/startup_config.main.ts similarity index 100% rename from app/startup_config.ts rename to app/startup_config.main.ts diff --git a/app/updateDefaultSession.ts b/app/updateDefaultSession.main.ts similarity index 100% rename from app/updateDefaultSession.ts rename to app/updateDefaultSession.main.ts diff --git a/app/user_config.ts b/app/user_config.main.ts similarity index 100% rename from app/user_config.ts rename to app/user_config.main.ts diff --git a/app/window_state.ts b/app/window_state.std.ts similarity index 100% rename from app/window_state.ts rename to app/window_state.std.ts diff --git a/build/intl-linter/linter.ts b/build/intl-linter/linter.node.ts similarity index 100% rename from build/intl-linter/linter.ts rename to build/intl-linter/linter.node.ts diff --git a/build/intl-linter/rules/icuPrefix.ts b/build/intl-linter/rules/icuPrefix.std.ts similarity index 100% rename from build/intl-linter/rules/icuPrefix.ts rename to build/intl-linter/rules/icuPrefix.std.ts diff --git a/build/intl-linter/rules/noLegacyVariables.ts b/build/intl-linter/rules/noLegacyVariables.std.ts similarity index 100% rename from build/intl-linter/rules/noLegacyVariables.ts rename to build/intl-linter/rules/noLegacyVariables.std.ts diff --git a/build/intl-linter/rules/noNestedChoice.ts b/build/intl-linter/rules/noNestedChoice.std.ts similarity index 100% rename from build/intl-linter/rules/noNestedChoice.ts rename to build/intl-linter/rules/noNestedChoice.std.ts diff --git a/build/intl-linter/rules/noOffset.ts b/build/intl-linter/rules/noOffset.std.ts similarity index 100% rename from build/intl-linter/rules/noOffset.ts rename to build/intl-linter/rules/noOffset.std.ts diff --git a/build/intl-linter/rules/noOneChoice.ts b/build/intl-linter/rules/noOneChoice.std.ts similarity index 100% rename from build/intl-linter/rules/noOneChoice.ts rename to build/intl-linter/rules/noOneChoice.std.ts diff --git a/build/intl-linter/rules/noOrdinal.ts b/build/intl-linter/rules/noOrdinal.std.ts similarity index 100% rename from build/intl-linter/rules/noOrdinal.ts rename to build/intl-linter/rules/noOrdinal.std.ts diff --git a/build/intl-linter/rules/onePlural.ts b/build/intl-linter/rules/onePlural.std.ts similarity index 100% rename from build/intl-linter/rules/onePlural.ts rename to build/intl-linter/rules/onePlural.std.ts diff --git a/build/intl-linter/rules/pluralPound.ts b/build/intl-linter/rules/pluralPound.std.ts similarity index 100% rename from build/intl-linter/rules/pluralPound.ts rename to build/intl-linter/rules/pluralPound.std.ts diff --git a/build/intl-linter/rules/wrapEmoji.ts b/build/intl-linter/rules/wrapEmoji.std.ts similarity index 100% rename from build/intl-linter/rules/wrapEmoji.ts rename to build/intl-linter/rules/wrapEmoji.std.ts diff --git a/build/intl-linter/utils/rule.ts b/build/intl-linter/utils/rule.std.ts similarity index 100% rename from build/intl-linter/utils/rule.ts rename to build/intl-linter/utils/rule.std.ts diff --git a/build/intl-linter/utils/traverse.ts b/build/intl-linter/utils/traverse.std.ts similarity index 100% rename from build/intl-linter/utils/traverse.ts rename to build/intl-linter/utils/traverse.std.ts diff --git a/ts/AttachmentCrypto.ts b/ts/AttachmentCrypto.node.ts similarity index 100% rename from ts/AttachmentCrypto.ts rename to ts/AttachmentCrypto.node.ts diff --git a/ts/Bytes.ts b/ts/Bytes.std.ts similarity index 100% rename from ts/Bytes.ts rename to ts/Bytes.std.ts diff --git a/ts/CI.ts b/ts/CI.preload.ts similarity index 100% rename from ts/CI.ts rename to ts/CI.preload.ts diff --git a/ts/CI/benchmarkConversationOpen.ts b/ts/CI/benchmarkConversationOpen.preload.ts similarity index 100% rename from ts/CI/benchmarkConversationOpen.ts rename to ts/CI/benchmarkConversationOpen.preload.ts diff --git a/ts/ConversationController.ts b/ts/ConversationController.preload.ts similarity index 100% rename from ts/ConversationController.ts rename to ts/ConversationController.preload.ts diff --git a/ts/Crypto.ts b/ts/Crypto.node.ts similarity index 100% rename from ts/Crypto.ts rename to ts/Crypto.node.ts diff --git a/ts/Curve.ts b/ts/Curve.node.ts similarity index 100% rename from ts/Curve.ts rename to ts/Curve.node.ts diff --git a/ts/IdleDetector.ts b/ts/IdleDetector.preload.ts similarity index 100% rename from ts/IdleDetector.ts rename to ts/IdleDetector.preload.ts diff --git a/ts/LibSignalStores.ts b/ts/LibSignalStores.preload.ts similarity index 100% rename from ts/LibSignalStores.ts rename to ts/LibSignalStores.preload.ts diff --git a/ts/MessageSeenStatus.ts b/ts/MessageSeenStatus.std.ts similarity index 100% rename from ts/MessageSeenStatus.ts rename to ts/MessageSeenStatus.std.ts diff --git a/ts/RemoteConfig.ts b/ts/RemoteConfig.dom.ts similarity index 100% rename from ts/RemoteConfig.ts rename to ts/RemoteConfig.dom.ts diff --git a/ts/SignalProtocolStore.ts b/ts/SignalProtocolStore.preload.ts similarity index 100% rename from ts/SignalProtocolStore.ts rename to ts/SignalProtocolStore.preload.ts diff --git a/ts/Timers.ts b/ts/Timers.dom.ts similarity index 100% rename from ts/Timers.ts rename to ts/Timers.dom.ts diff --git a/ts/WebAudioRecorder.ts b/ts/WebAudioRecorder.std.ts similarity index 100% rename from ts/WebAudioRecorder.ts rename to ts/WebAudioRecorder.std.ts diff --git a/ts/axo/AriaClickable.stories.tsx b/ts/axo/AriaClickable.dom.stories.tsx similarity index 100% rename from ts/axo/AriaClickable.stories.tsx rename to ts/axo/AriaClickable.dom.stories.tsx diff --git a/ts/axo/AriaClickable.tsx b/ts/axo/AriaClickable.dom.tsx similarity index 100% rename from ts/axo/AriaClickable.tsx rename to ts/axo/AriaClickable.dom.tsx diff --git a/ts/axo/AxoBadge.stories.tsx b/ts/axo/AxoBadge.dom.stories.tsx similarity index 100% rename from ts/axo/AxoBadge.stories.tsx rename to ts/axo/AxoBadge.dom.stories.tsx diff --git a/ts/axo/AxoBadge.tsx b/ts/axo/AxoBadge.dom.tsx similarity index 100% rename from ts/axo/AxoBadge.tsx rename to ts/axo/AxoBadge.dom.tsx diff --git a/ts/axo/AxoButton.stories.tsx b/ts/axo/AxoButton.dom.stories.tsx similarity index 100% rename from ts/axo/AxoButton.stories.tsx rename to ts/axo/AxoButton.dom.stories.tsx diff --git a/ts/axo/AxoButton.tsx b/ts/axo/AxoButton.dom.tsx similarity index 100% rename from ts/axo/AxoButton.tsx rename to ts/axo/AxoButton.dom.tsx diff --git a/ts/axo/AxoCheckbox.stories.tsx b/ts/axo/AxoCheckbox.dom.stories.tsx similarity index 100% rename from ts/axo/AxoCheckbox.stories.tsx rename to ts/axo/AxoCheckbox.dom.stories.tsx diff --git a/ts/axo/AxoCheckbox.tsx b/ts/axo/AxoCheckbox.dom.tsx similarity index 100% rename from ts/axo/AxoCheckbox.tsx rename to ts/axo/AxoCheckbox.dom.tsx diff --git a/ts/axo/AxoContextMenu.stories.tsx b/ts/axo/AxoContextMenu.dom.stories.tsx similarity index 100% rename from ts/axo/AxoContextMenu.stories.tsx rename to ts/axo/AxoContextMenu.dom.stories.tsx diff --git a/ts/axo/AxoContextMenu.tsx b/ts/axo/AxoContextMenu.dom.tsx similarity index 100% rename from ts/axo/AxoContextMenu.tsx rename to ts/axo/AxoContextMenu.dom.tsx diff --git a/ts/axo/AxoDropdownMenu.stories.tsx b/ts/axo/AxoDropdownMenu.dom.stories.tsx similarity index 100% rename from ts/axo/AxoDropdownMenu.stories.tsx rename to ts/axo/AxoDropdownMenu.dom.stories.tsx diff --git a/ts/axo/AxoDropdownMenu.tsx b/ts/axo/AxoDropdownMenu.dom.tsx similarity index 100% rename from ts/axo/AxoDropdownMenu.tsx rename to ts/axo/AxoDropdownMenu.dom.tsx diff --git a/ts/axo/AxoMenuBuilder.stories.tsx b/ts/axo/AxoMenuBuilder.dom.stories.tsx similarity index 100% rename from ts/axo/AxoMenuBuilder.stories.tsx rename to ts/axo/AxoMenuBuilder.dom.stories.tsx diff --git a/ts/axo/AxoMenuBuilder.tsx b/ts/axo/AxoMenuBuilder.dom.tsx similarity index 100% rename from ts/axo/AxoMenuBuilder.tsx rename to ts/axo/AxoMenuBuilder.dom.tsx diff --git a/ts/axo/AxoProvider.tsx b/ts/axo/AxoProvider.dom.tsx similarity index 100% rename from ts/axo/AxoProvider.tsx rename to ts/axo/AxoProvider.dom.tsx diff --git a/ts/axo/AxoSegmentedControl.stories.tsx b/ts/axo/AxoSegmentedControl.dom.stories.tsx similarity index 100% rename from ts/axo/AxoSegmentedControl.stories.tsx rename to ts/axo/AxoSegmentedControl.dom.stories.tsx diff --git a/ts/axo/AxoSegmentedControl.tsx b/ts/axo/AxoSegmentedControl.dom.tsx similarity index 100% rename from ts/axo/AxoSegmentedControl.tsx rename to ts/axo/AxoSegmentedControl.dom.tsx diff --git a/ts/axo/AxoSelect.stories.tsx b/ts/axo/AxoSelect.dom.stories.tsx similarity index 100% rename from ts/axo/AxoSelect.stories.tsx rename to ts/axo/AxoSelect.dom.stories.tsx diff --git a/ts/axo/AxoSelect.tsx b/ts/axo/AxoSelect.dom.tsx similarity index 100% rename from ts/axo/AxoSelect.tsx rename to ts/axo/AxoSelect.dom.tsx diff --git a/ts/axo/AxoSwitch.stories.tsx b/ts/axo/AxoSwitch.dom.stories.tsx similarity index 100% rename from ts/axo/AxoSwitch.stories.tsx rename to ts/axo/AxoSwitch.dom.stories.tsx diff --git a/ts/axo/AxoSwitch.tsx b/ts/axo/AxoSwitch.dom.tsx similarity index 100% rename from ts/axo/AxoSwitch.tsx rename to ts/axo/AxoSwitch.dom.tsx diff --git a/ts/axo/AxoSymbol.stories.tsx b/ts/axo/AxoSymbol.dom.stories.tsx similarity index 100% rename from ts/axo/AxoSymbol.stories.tsx rename to ts/axo/AxoSymbol.dom.stories.tsx diff --git a/ts/axo/AxoSymbol.tsx b/ts/axo/AxoSymbol.dom.tsx similarity index 100% rename from ts/axo/AxoSymbol.tsx rename to ts/axo/AxoSymbol.dom.tsx diff --git a/ts/axo/_internal/AriaLabellingContext.tsx b/ts/axo/_internal/AriaLabellingContext.dom.tsx similarity index 100% rename from ts/axo/_internal/AriaLabellingContext.tsx rename to ts/axo/_internal/AriaLabellingContext.dom.tsx diff --git a/ts/axo/_internal/AxoBaseMenu.tsx b/ts/axo/_internal/AxoBaseMenu.dom.tsx similarity index 100% rename from ts/axo/_internal/AxoBaseMenu.tsx rename to ts/axo/_internal/AxoBaseMenu.dom.tsx diff --git a/ts/axo/_internal/AxoBaseSegmentedControl.tsx b/ts/axo/_internal/AxoBaseSegmentedControl.dom.tsx similarity index 100% rename from ts/axo/_internal/AxoBaseSegmentedControl.tsx rename to ts/axo/_internal/AxoBaseSegmentedControl.dom.tsx diff --git a/ts/axo/_internal/AxoSymbolDefs.generated.ts b/ts/axo/_internal/AxoSymbolDefs.generated.std.ts similarity index 100% rename from ts/axo/_internal/AxoSymbolDefs.generated.ts rename to ts/axo/_internal/AxoSymbolDefs.generated.std.ts diff --git a/ts/axo/_internal/assert.tsx b/ts/axo/_internal/assert.dom.tsx similarity index 100% rename from ts/axo/_internal/assert.tsx rename to ts/axo/_internal/assert.dom.tsx diff --git a/ts/axo/tw.tsx b/ts/axo/tw.dom.tsx similarity index 100% rename from ts/axo/tw.tsx rename to ts/axo/tw.dom.tsx diff --git a/ts/background.ts b/ts/background.preload.ts similarity index 100% rename from ts/background.ts rename to ts/background.preload.ts diff --git a/ts/badges/BadgeCategory.ts b/ts/badges/BadgeCategory.std.ts similarity index 100% rename from ts/badges/BadgeCategory.ts rename to ts/badges/BadgeCategory.std.ts diff --git a/ts/badges/BadgeImageTheme.ts b/ts/badges/BadgeImageTheme.std.ts similarity index 100% rename from ts/badges/BadgeImageTheme.ts rename to ts/badges/BadgeImageTheme.std.ts diff --git a/ts/badges/badgeImageFileDownloader.ts b/ts/badges/badgeImageFileDownloader.preload.ts similarity index 100% rename from ts/badges/badgeImageFileDownloader.ts rename to ts/badges/badgeImageFileDownloader.preload.ts diff --git a/ts/badges/getBadgeImageFileLocalPath.ts b/ts/badges/getBadgeImageFileLocalPath.std.ts similarity index 100% rename from ts/badges/getBadgeImageFileLocalPath.ts rename to ts/badges/getBadgeImageFileLocalPath.std.ts diff --git a/ts/badges/isBadgeImageFileUrlValid.ts b/ts/badges/isBadgeImageFileUrlValid.std.ts similarity index 100% rename from ts/badges/isBadgeImageFileUrlValid.ts rename to ts/badges/isBadgeImageFileUrlValid.std.ts diff --git a/ts/badges/isBadgeVisible.ts b/ts/badges/isBadgeVisible.std.ts similarity index 100% rename from ts/badges/isBadgeVisible.ts rename to ts/badges/isBadgeVisible.std.ts diff --git a/ts/badges/parseBadgesFromServer.ts b/ts/badges/parseBadgesFromServer.std.ts similarity index 100% rename from ts/badges/parseBadgesFromServer.ts rename to ts/badges/parseBadgesFromServer.std.ts diff --git a/ts/badges/types.ts b/ts/badges/types.std.ts similarity index 100% rename from ts/badges/types.ts rename to ts/badges/types.std.ts diff --git a/ts/calling/VideoSupport.ts b/ts/calling/VideoSupport.preload.ts similarity index 100% rename from ts/calling/VideoSupport.ts rename to ts/calling/VideoSupport.preload.ts diff --git a/ts/calling/constants.ts b/ts/calling/constants.std.ts similarity index 100% rename from ts/calling/constants.ts rename to ts/calling/constants.std.ts diff --git a/ts/calling/findBestMatchingDevice.ts b/ts/calling/findBestMatchingDevice.std.ts similarity index 100% rename from ts/calling/findBestMatchingDevice.ts rename to ts/calling/findBestMatchingDevice.std.ts diff --git a/ts/calling/truncateAudioLevel.ts b/ts/calling/truncateAudioLevel.std.ts similarity index 100% rename from ts/calling/truncateAudioLevel.ts rename to ts/calling/truncateAudioLevel.std.ts diff --git a/ts/calling/useGetCallingFrameBuffer.ts b/ts/calling/useGetCallingFrameBuffer.std.ts similarity index 100% rename from ts/calling/useGetCallingFrameBuffer.ts rename to ts/calling/useGetCallingFrameBuffer.std.ts diff --git a/ts/challenge.ts b/ts/challenge.dom.ts similarity index 100% rename from ts/challenge.ts rename to ts/challenge.dom.ts diff --git a/ts/components/About.stories.tsx b/ts/components/About.dom.stories.tsx similarity index 100% rename from ts/components/About.stories.tsx rename to ts/components/About.dom.stories.tsx diff --git a/ts/components/About.tsx b/ts/components/About.dom.tsx similarity index 100% rename from ts/components/About.tsx rename to ts/components/About.dom.tsx diff --git a/ts/components/AddGroupMemberErrorDialog.stories.tsx b/ts/components/AddGroupMemberErrorDialog.dom.stories.tsx similarity index 100% rename from ts/components/AddGroupMemberErrorDialog.stories.tsx rename to ts/components/AddGroupMemberErrorDialog.dom.stories.tsx diff --git a/ts/components/AddGroupMemberErrorDialog.tsx b/ts/components/AddGroupMemberErrorDialog.dom.tsx similarity index 100% rename from ts/components/AddGroupMemberErrorDialog.tsx rename to ts/components/AddGroupMemberErrorDialog.dom.tsx diff --git a/ts/components/AddUserToAnotherGroupModal.stories.tsx b/ts/components/AddUserToAnotherGroupModal.dom.stories.tsx similarity index 100% rename from ts/components/AddUserToAnotherGroupModal.stories.tsx rename to ts/components/AddUserToAnotherGroupModal.dom.stories.tsx diff --git a/ts/components/AddUserToAnotherGroupModal.tsx b/ts/components/AddUserToAnotherGroupModal.dom.tsx similarity index 100% rename from ts/components/AddUserToAnotherGroupModal.tsx rename to ts/components/AddUserToAnotherGroupModal.dom.tsx diff --git a/ts/components/Alert.stories.tsx b/ts/components/Alert.dom.stories.tsx similarity index 100% rename from ts/components/Alert.stories.tsx rename to ts/components/Alert.dom.stories.tsx diff --git a/ts/components/Alert.tsx b/ts/components/Alert.dom.tsx similarity index 100% rename from ts/components/Alert.tsx rename to ts/components/Alert.dom.tsx diff --git a/ts/components/AnimatedEmojiGalore.stories.tsx b/ts/components/AnimatedEmojiGalore.dom.stories.tsx similarity index 100% rename from ts/components/AnimatedEmojiGalore.stories.tsx rename to ts/components/AnimatedEmojiGalore.dom.stories.tsx diff --git a/ts/components/AnimatedEmojiGalore.tsx b/ts/components/AnimatedEmojiGalore.dom.tsx similarity index 100% rename from ts/components/AnimatedEmojiGalore.tsx rename to ts/components/AnimatedEmojiGalore.dom.tsx diff --git a/ts/components/AnnouncementsOnlyGroupBanner.tsx b/ts/components/AnnouncementsOnlyGroupBanner.dom.tsx similarity index 100% rename from ts/components/AnnouncementsOnlyGroupBanner.tsx rename to ts/components/AnnouncementsOnlyGroupBanner.dom.tsx diff --git a/ts/components/App.tsx b/ts/components/App.preload.tsx similarity index 100% rename from ts/components/App.tsx rename to ts/components/App.preload.tsx diff --git a/ts/components/AutoSizeInput.stories.tsx b/ts/components/AutoSizeInput.dom.stories.tsx similarity index 100% rename from ts/components/AutoSizeInput.stories.tsx rename to ts/components/AutoSizeInput.dom.stories.tsx diff --git a/ts/components/AutoSizeInput.tsx b/ts/components/AutoSizeInput.dom.tsx similarity index 100% rename from ts/components/AutoSizeInput.tsx rename to ts/components/AutoSizeInput.dom.tsx diff --git a/ts/components/AutoSizeTextArea.tsx b/ts/components/AutoSizeTextArea.dom.tsx similarity index 100% rename from ts/components/AutoSizeTextArea.tsx rename to ts/components/AutoSizeTextArea.dom.tsx diff --git a/ts/components/Avatar.stories.tsx b/ts/components/Avatar.dom.stories.tsx similarity index 100% rename from ts/components/Avatar.stories.tsx rename to ts/components/Avatar.dom.stories.tsx diff --git a/ts/components/Avatar.tsx b/ts/components/Avatar.dom.tsx similarity index 100% rename from ts/components/Avatar.tsx rename to ts/components/Avatar.dom.tsx diff --git a/ts/components/AvatarColorPicker.stories.tsx b/ts/components/AvatarColorPicker.dom.stories.tsx similarity index 100% rename from ts/components/AvatarColorPicker.stories.tsx rename to ts/components/AvatarColorPicker.dom.stories.tsx diff --git a/ts/components/AvatarColorPicker.tsx b/ts/components/AvatarColorPicker.dom.tsx similarity index 100% rename from ts/components/AvatarColorPicker.tsx rename to ts/components/AvatarColorPicker.dom.tsx diff --git a/ts/components/AvatarEditor.stories.tsx b/ts/components/AvatarEditor.dom.stories.tsx similarity index 100% rename from ts/components/AvatarEditor.stories.tsx rename to ts/components/AvatarEditor.dom.stories.tsx diff --git a/ts/components/AvatarEditor.tsx b/ts/components/AvatarEditor.dom.tsx similarity index 100% rename from ts/components/AvatarEditor.tsx rename to ts/components/AvatarEditor.dom.tsx diff --git a/ts/components/AvatarIconEditor.stories.tsx b/ts/components/AvatarIconEditor.dom.stories.tsx similarity index 100% rename from ts/components/AvatarIconEditor.stories.tsx rename to ts/components/AvatarIconEditor.dom.stories.tsx diff --git a/ts/components/AvatarIconEditor.tsx b/ts/components/AvatarIconEditor.dom.tsx similarity index 100% rename from ts/components/AvatarIconEditor.tsx rename to ts/components/AvatarIconEditor.dom.tsx diff --git a/ts/components/AvatarLightbox.stories.tsx b/ts/components/AvatarLightbox.dom.stories.tsx similarity index 100% rename from ts/components/AvatarLightbox.stories.tsx rename to ts/components/AvatarLightbox.dom.stories.tsx diff --git a/ts/components/AvatarLightbox.tsx b/ts/components/AvatarLightbox.dom.tsx similarity index 100% rename from ts/components/AvatarLightbox.tsx rename to ts/components/AvatarLightbox.dom.tsx diff --git a/ts/components/AvatarModalButtons.stories.tsx b/ts/components/AvatarModalButtons.dom.stories.tsx similarity index 100% rename from ts/components/AvatarModalButtons.stories.tsx rename to ts/components/AvatarModalButtons.dom.stories.tsx diff --git a/ts/components/AvatarModalButtons.tsx b/ts/components/AvatarModalButtons.dom.tsx similarity index 100% rename from ts/components/AvatarModalButtons.tsx rename to ts/components/AvatarModalButtons.dom.tsx diff --git a/ts/components/AvatarPreview.stories.tsx b/ts/components/AvatarPreview.dom.stories.tsx similarity index 100% rename from ts/components/AvatarPreview.stories.tsx rename to ts/components/AvatarPreview.dom.stories.tsx diff --git a/ts/components/AvatarPreview.tsx b/ts/components/AvatarPreview.dom.tsx similarity index 100% rename from ts/components/AvatarPreview.tsx rename to ts/components/AvatarPreview.dom.tsx diff --git a/ts/components/AvatarSpacer.tsx b/ts/components/AvatarSpacer.dom.tsx similarity index 100% rename from ts/components/AvatarSpacer.tsx rename to ts/components/AvatarSpacer.dom.tsx diff --git a/ts/components/AvatarTextEditor.stories.tsx b/ts/components/AvatarTextEditor.dom.stories.tsx similarity index 100% rename from ts/components/AvatarTextEditor.stories.tsx rename to ts/components/AvatarTextEditor.dom.stories.tsx diff --git a/ts/components/AvatarTextEditor.tsx b/ts/components/AvatarTextEditor.dom.tsx similarity index 100% rename from ts/components/AvatarTextEditor.tsx rename to ts/components/AvatarTextEditor.dom.tsx diff --git a/ts/components/AvatarUploadButton.stories.tsx b/ts/components/AvatarUploadButton.dom.stories.tsx similarity index 100% rename from ts/components/AvatarUploadButton.stories.tsx rename to ts/components/AvatarUploadButton.dom.stories.tsx diff --git a/ts/components/AvatarUploadButton.tsx b/ts/components/AvatarUploadButton.dom.tsx similarity index 100% rename from ts/components/AvatarUploadButton.tsx rename to ts/components/AvatarUploadButton.dom.tsx diff --git a/ts/components/BackfillFailureModal.stories.tsx b/ts/components/BackfillFailureModal.dom.stories.tsx similarity index 100% rename from ts/components/BackfillFailureModal.stories.tsx rename to ts/components/BackfillFailureModal.dom.stories.tsx diff --git a/ts/components/BackfillFailureModal.tsx b/ts/components/BackfillFailureModal.dom.tsx similarity index 100% rename from ts/components/BackfillFailureModal.tsx rename to ts/components/BackfillFailureModal.dom.tsx diff --git a/ts/components/BackupMediaDownloadCancelConfirmationDialog.tsx b/ts/components/BackupMediaDownloadCancelConfirmationDialog.dom.tsx similarity index 100% rename from ts/components/BackupMediaDownloadCancelConfirmationDialog.tsx rename to ts/components/BackupMediaDownloadCancelConfirmationDialog.dom.tsx diff --git a/ts/components/BackupMediaDownloadProgress.stories.tsx b/ts/components/BackupMediaDownloadProgress.dom.stories.tsx similarity index 100% rename from ts/components/BackupMediaDownloadProgress.stories.tsx rename to ts/components/BackupMediaDownloadProgress.dom.stories.tsx diff --git a/ts/components/BackupMediaDownloadProgress.tsx b/ts/components/BackupMediaDownloadProgress.dom.tsx similarity index 100% rename from ts/components/BackupMediaDownloadProgress.tsx rename to ts/components/BackupMediaDownloadProgress.dom.tsx diff --git a/ts/components/BackupMediaDownloadProgressSettings.tsx b/ts/components/BackupMediaDownloadProgressSettings.dom.tsx similarity index 100% rename from ts/components/BackupMediaDownloadProgressSettings.tsx rename to ts/components/BackupMediaDownloadProgressSettings.dom.tsx diff --git a/ts/components/BadgeCarouselIndex.tsx b/ts/components/BadgeCarouselIndex.dom.tsx similarity index 100% rename from ts/components/BadgeCarouselIndex.tsx rename to ts/components/BadgeCarouselIndex.dom.tsx diff --git a/ts/components/BadgeDescription.stories.tsx b/ts/components/BadgeDescription.dom.stories.tsx similarity index 100% rename from ts/components/BadgeDescription.stories.tsx rename to ts/components/BadgeDescription.dom.stories.tsx diff --git a/ts/components/BadgeDescription.tsx b/ts/components/BadgeDescription.dom.tsx similarity index 100% rename from ts/components/BadgeDescription.tsx rename to ts/components/BadgeDescription.dom.tsx diff --git a/ts/components/BadgeDialog.stories.tsx b/ts/components/BadgeDialog.dom.stories.tsx similarity index 100% rename from ts/components/BadgeDialog.stories.tsx rename to ts/components/BadgeDialog.dom.stories.tsx diff --git a/ts/components/BadgeDialog.tsx b/ts/components/BadgeDialog.dom.tsx similarity index 100% rename from ts/components/BadgeDialog.tsx rename to ts/components/BadgeDialog.dom.tsx diff --git a/ts/components/BadgeImage.tsx b/ts/components/BadgeImage.dom.tsx similarity index 100% rename from ts/components/BadgeImage.tsx rename to ts/components/BadgeImage.dom.tsx diff --git a/ts/components/BadgeSustainerInstructionsDialog.tsx b/ts/components/BadgeSustainerInstructionsDialog.dom.tsx similarity index 100% rename from ts/components/BadgeSustainerInstructionsDialog.tsx rename to ts/components/BadgeSustainerInstructionsDialog.dom.tsx diff --git a/ts/components/BetterAvatar.stories.tsx b/ts/components/BetterAvatar.dom.stories.tsx similarity index 100% rename from ts/components/BetterAvatar.stories.tsx rename to ts/components/BetterAvatar.dom.stories.tsx diff --git a/ts/components/BetterAvatar.tsx b/ts/components/BetterAvatar.dom.tsx similarity index 100% rename from ts/components/BetterAvatar.tsx rename to ts/components/BetterAvatar.dom.tsx diff --git a/ts/components/BetterAvatarBubble.stories.tsx b/ts/components/BetterAvatarBubble.dom.stories.tsx similarity index 100% rename from ts/components/BetterAvatarBubble.stories.tsx rename to ts/components/BetterAvatarBubble.dom.stories.tsx diff --git a/ts/components/BetterAvatarBubble.tsx b/ts/components/BetterAvatarBubble.dom.tsx similarity index 100% rename from ts/components/BetterAvatarBubble.tsx rename to ts/components/BetterAvatarBubble.dom.tsx diff --git a/ts/components/BrandedQRCode.stories.tsx b/ts/components/BrandedQRCode.dom.stories.tsx similarity index 100% rename from ts/components/BrandedQRCode.stories.tsx rename to ts/components/BrandedQRCode.dom.stories.tsx diff --git a/ts/components/BrandedQRCode.tsx b/ts/components/BrandedQRCode.dom.tsx similarity index 100% rename from ts/components/BrandedQRCode.tsx rename to ts/components/BrandedQRCode.dom.tsx diff --git a/ts/components/Button.stories.tsx b/ts/components/Button.dom.stories.tsx similarity index 100% rename from ts/components/Button.stories.tsx rename to ts/components/Button.dom.stories.tsx diff --git a/ts/components/Button.tsx b/ts/components/Button.dom.tsx similarity index 100% rename from ts/components/Button.tsx rename to ts/components/Button.dom.tsx diff --git a/ts/components/CallBackgroundBlur.tsx b/ts/components/CallBackgroundBlur.dom.tsx similarity index 100% rename from ts/components/CallBackgroundBlur.tsx rename to ts/components/CallBackgroundBlur.dom.tsx diff --git a/ts/components/CallLinkAddNameModal.stories.tsx b/ts/components/CallLinkAddNameModal.dom.stories.tsx similarity index 100% rename from ts/components/CallLinkAddNameModal.stories.tsx rename to ts/components/CallLinkAddNameModal.dom.stories.tsx diff --git a/ts/components/CallLinkAddNameModal.tsx b/ts/components/CallLinkAddNameModal.dom.tsx similarity index 100% rename from ts/components/CallLinkAddNameModal.tsx rename to ts/components/CallLinkAddNameModal.dom.tsx diff --git a/ts/components/CallLinkDetails.stories.tsx b/ts/components/CallLinkDetails.dom.stories.tsx similarity index 100% rename from ts/components/CallLinkDetails.stories.tsx rename to ts/components/CallLinkDetails.dom.stories.tsx diff --git a/ts/components/CallLinkDetails.tsx b/ts/components/CallLinkDetails.dom.tsx similarity index 100% rename from ts/components/CallLinkDetails.tsx rename to ts/components/CallLinkDetails.dom.tsx diff --git a/ts/components/CallLinkEditModal.stories.tsx b/ts/components/CallLinkEditModal.dom.stories.tsx similarity index 100% rename from ts/components/CallLinkEditModal.stories.tsx rename to ts/components/CallLinkEditModal.dom.stories.tsx diff --git a/ts/components/CallLinkEditModal.tsx b/ts/components/CallLinkEditModal.dom.tsx similarity index 100% rename from ts/components/CallLinkEditModal.tsx rename to ts/components/CallLinkEditModal.dom.tsx diff --git a/ts/components/CallLinkPendingParticipantModal.stories.tsx b/ts/components/CallLinkPendingParticipantModal.dom.stories.tsx similarity index 100% rename from ts/components/CallLinkPendingParticipantModal.stories.tsx rename to ts/components/CallLinkPendingParticipantModal.dom.stories.tsx diff --git a/ts/components/CallLinkPendingParticipantModal.tsx b/ts/components/CallLinkPendingParticipantModal.dom.tsx similarity index 100% rename from ts/components/CallLinkPendingParticipantModal.tsx rename to ts/components/CallLinkPendingParticipantModal.dom.tsx diff --git a/ts/components/CallLinkRestrictionsSelect.tsx b/ts/components/CallLinkRestrictionsSelect.dom.tsx similarity index 100% rename from ts/components/CallLinkRestrictionsSelect.tsx rename to ts/components/CallLinkRestrictionsSelect.dom.tsx diff --git a/ts/components/CallManager.stories.tsx b/ts/components/CallManager.dom.stories.tsx similarity index 100% rename from ts/components/CallManager.stories.tsx rename to ts/components/CallManager.dom.stories.tsx diff --git a/ts/components/CallManager.tsx b/ts/components/CallManager.dom.tsx similarity index 100% rename from ts/components/CallManager.tsx rename to ts/components/CallManager.dom.tsx diff --git a/ts/components/CallNeedPermissionScreen.stories.tsx b/ts/components/CallNeedPermissionScreen.dom.stories.tsx similarity index 100% rename from ts/components/CallNeedPermissionScreen.stories.tsx rename to ts/components/CallNeedPermissionScreen.dom.stories.tsx diff --git a/ts/components/CallNeedPermissionScreen.tsx b/ts/components/CallNeedPermissionScreen.dom.tsx similarity index 100% rename from ts/components/CallNeedPermissionScreen.tsx rename to ts/components/CallNeedPermissionScreen.dom.tsx diff --git a/ts/components/CallParticipantCount.tsx b/ts/components/CallParticipantCount.dom.tsx similarity index 100% rename from ts/components/CallParticipantCount.tsx rename to ts/components/CallParticipantCount.dom.tsx diff --git a/ts/components/CallReactionBurst.tsx b/ts/components/CallReactionBurst.dom.tsx similarity index 100% rename from ts/components/CallReactionBurst.tsx rename to ts/components/CallReactionBurst.dom.tsx diff --git a/ts/components/CallReactionBurstEmoji.tsx b/ts/components/CallReactionBurstEmoji.dom.tsx similarity index 100% rename from ts/components/CallReactionBurstEmoji.tsx rename to ts/components/CallReactionBurstEmoji.dom.tsx diff --git a/ts/components/CallScreen.stories.tsx b/ts/components/CallScreen.dom.stories.tsx similarity index 100% rename from ts/components/CallScreen.stories.tsx rename to ts/components/CallScreen.dom.stories.tsx diff --git a/ts/components/CallScreen.tsx b/ts/components/CallScreen.dom.tsx similarity index 100% rename from ts/components/CallScreen.tsx rename to ts/components/CallScreen.dom.tsx diff --git a/ts/components/CallingAdhocCallInfo.stories.tsx b/ts/components/CallingAdhocCallInfo.dom.stories.tsx similarity index 100% rename from ts/components/CallingAdhocCallInfo.stories.tsx rename to ts/components/CallingAdhocCallInfo.dom.stories.tsx diff --git a/ts/components/CallingAdhocCallInfo.tsx b/ts/components/CallingAdhocCallInfo.dom.tsx similarity index 100% rename from ts/components/CallingAdhocCallInfo.tsx rename to ts/components/CallingAdhocCallInfo.dom.tsx diff --git a/ts/components/CallingAudioIndicator.stories.tsx b/ts/components/CallingAudioIndicator.dom.stories.tsx similarity index 100% rename from ts/components/CallingAudioIndicator.stories.tsx rename to ts/components/CallingAudioIndicator.dom.stories.tsx diff --git a/ts/components/CallingAudioIndicator.tsx b/ts/components/CallingAudioIndicator.dom.tsx similarity index 100% rename from ts/components/CallingAudioIndicator.tsx rename to ts/components/CallingAudioIndicator.dom.tsx diff --git a/ts/components/CallingButton.stories.tsx b/ts/components/CallingButton.dom.stories.tsx similarity index 100% rename from ts/components/CallingButton.stories.tsx rename to ts/components/CallingButton.dom.stories.tsx diff --git a/ts/components/CallingButton.tsx b/ts/components/CallingButton.dom.tsx similarity index 100% rename from ts/components/CallingButton.tsx rename to ts/components/CallingButton.dom.tsx diff --git a/ts/components/CallingDeviceSelection.stories.tsx b/ts/components/CallingDeviceSelection.dom.stories.tsx similarity index 100% rename from ts/components/CallingDeviceSelection.stories.tsx rename to ts/components/CallingDeviceSelection.dom.stories.tsx diff --git a/ts/components/CallingDeviceSelection.tsx b/ts/components/CallingDeviceSelection.dom.tsx similarity index 100% rename from ts/components/CallingDeviceSelection.tsx rename to ts/components/CallingDeviceSelection.dom.tsx diff --git a/ts/components/CallingHeader.stories.tsx b/ts/components/CallingHeader.dom.stories.tsx similarity index 100% rename from ts/components/CallingHeader.stories.tsx rename to ts/components/CallingHeader.dom.stories.tsx diff --git a/ts/components/CallingHeader.tsx b/ts/components/CallingHeader.dom.tsx similarity index 100% rename from ts/components/CallingHeader.tsx rename to ts/components/CallingHeader.dom.tsx diff --git a/ts/components/CallingLobby.stories.tsx b/ts/components/CallingLobby.dom.stories.tsx similarity index 100% rename from ts/components/CallingLobby.stories.tsx rename to ts/components/CallingLobby.dom.stories.tsx diff --git a/ts/components/CallingLobby.tsx b/ts/components/CallingLobby.dom.tsx similarity index 100% rename from ts/components/CallingLobby.tsx rename to ts/components/CallingLobby.dom.tsx diff --git a/ts/components/CallingLobbyJoinButton.tsx b/ts/components/CallingLobbyJoinButton.dom.tsx similarity index 100% rename from ts/components/CallingLobbyJoinButton.tsx rename to ts/components/CallingLobbyJoinButton.dom.tsx diff --git a/ts/components/CallingParticipantsList.stories.tsx b/ts/components/CallingParticipantsList.dom.stories.tsx similarity index 100% rename from ts/components/CallingParticipantsList.stories.tsx rename to ts/components/CallingParticipantsList.dom.stories.tsx diff --git a/ts/components/CallingParticipantsList.tsx b/ts/components/CallingParticipantsList.dom.tsx similarity index 100% rename from ts/components/CallingParticipantsList.tsx rename to ts/components/CallingParticipantsList.dom.tsx diff --git a/ts/components/CallingPendingParticipants.stories.tsx b/ts/components/CallingPendingParticipants.dom.stories.tsx similarity index 100% rename from ts/components/CallingPendingParticipants.stories.tsx rename to ts/components/CallingPendingParticipants.dom.stories.tsx diff --git a/ts/components/CallingPendingParticipants.tsx b/ts/components/CallingPendingParticipants.dom.tsx similarity index 100% rename from ts/components/CallingPendingParticipants.tsx rename to ts/components/CallingPendingParticipants.dom.tsx diff --git a/ts/components/CallingPip.stories.tsx b/ts/components/CallingPip.dom.stories.tsx similarity index 100% rename from ts/components/CallingPip.stories.tsx rename to ts/components/CallingPip.dom.stories.tsx diff --git a/ts/components/CallingPip.tsx b/ts/components/CallingPip.dom.tsx similarity index 100% rename from ts/components/CallingPip.tsx rename to ts/components/CallingPip.dom.tsx diff --git a/ts/components/CallingPipRemoteVideo.tsx b/ts/components/CallingPipRemoteVideo.dom.tsx similarity index 100% rename from ts/components/CallingPipRemoteVideo.tsx rename to ts/components/CallingPipRemoteVideo.dom.tsx diff --git a/ts/components/CallingPreCallInfo.stories.tsx b/ts/components/CallingPreCallInfo.dom.stories.tsx similarity index 100% rename from ts/components/CallingPreCallInfo.stories.tsx rename to ts/components/CallingPreCallInfo.dom.stories.tsx diff --git a/ts/components/CallingPreCallInfo.tsx b/ts/components/CallingPreCallInfo.dom.tsx similarity index 100% rename from ts/components/CallingPreCallInfo.tsx rename to ts/components/CallingPreCallInfo.dom.tsx diff --git a/ts/components/CallingRaisedHandsList.stories.tsx b/ts/components/CallingRaisedHandsList.dom.stories.tsx similarity index 100% rename from ts/components/CallingRaisedHandsList.stories.tsx rename to ts/components/CallingRaisedHandsList.dom.stories.tsx diff --git a/ts/components/CallingRaisedHandsList.tsx b/ts/components/CallingRaisedHandsList.dom.tsx similarity index 100% rename from ts/components/CallingRaisedHandsList.tsx rename to ts/components/CallingRaisedHandsList.dom.tsx diff --git a/ts/components/CallingScreenSharingController.stories.tsx b/ts/components/CallingScreenSharingController.dom.stories.tsx similarity index 100% rename from ts/components/CallingScreenSharingController.stories.tsx rename to ts/components/CallingScreenSharingController.dom.stories.tsx diff --git a/ts/components/CallingScreenSharingController.tsx b/ts/components/CallingScreenSharingController.dom.tsx similarity index 100% rename from ts/components/CallingScreenSharingController.tsx rename to ts/components/CallingScreenSharingController.dom.tsx diff --git a/ts/components/CallingSelectPresentingSourcesModal.stories.tsx b/ts/components/CallingSelectPresentingSourcesModal.dom.stories.tsx similarity index 100% rename from ts/components/CallingSelectPresentingSourcesModal.stories.tsx rename to ts/components/CallingSelectPresentingSourcesModal.dom.stories.tsx diff --git a/ts/components/CallingSelectPresentingSourcesModal.tsx b/ts/components/CallingSelectPresentingSourcesModal.dom.tsx similarity index 100% rename from ts/components/CallingSelectPresentingSourcesModal.tsx rename to ts/components/CallingSelectPresentingSourcesModal.dom.tsx diff --git a/ts/components/CallingToast.tsx b/ts/components/CallingToast.dom.tsx similarity index 100% rename from ts/components/CallingToast.tsx rename to ts/components/CallingToast.dom.tsx diff --git a/ts/components/CallingToastManager.tsx b/ts/components/CallingToastManager.dom.tsx similarity index 100% rename from ts/components/CallingToastManager.tsx rename to ts/components/CallingToastManager.dom.tsx diff --git a/ts/components/CallsList.tsx b/ts/components/CallsList.preload.tsx similarity index 100% rename from ts/components/CallsList.tsx rename to ts/components/CallsList.preload.tsx diff --git a/ts/components/CallsNewCallButton.tsx b/ts/components/CallsNewCallButton.dom.tsx similarity index 100% rename from ts/components/CallsNewCallButton.tsx rename to ts/components/CallsNewCallButton.dom.tsx diff --git a/ts/components/CallsTab.tsx b/ts/components/CallsTab.preload.tsx similarity index 100% rename from ts/components/CallsTab.tsx rename to ts/components/CallsTab.preload.tsx diff --git a/ts/components/CaptchaDialog.stories.tsx b/ts/components/CaptchaDialog.dom.stories.tsx similarity index 100% rename from ts/components/CaptchaDialog.stories.tsx rename to ts/components/CaptchaDialog.dom.stories.tsx diff --git a/ts/components/CaptchaDialog.tsx b/ts/components/CaptchaDialog.dom.tsx similarity index 100% rename from ts/components/CaptchaDialog.tsx rename to ts/components/CaptchaDialog.dom.tsx diff --git a/ts/components/ChatColorPicker.stories.tsx b/ts/components/ChatColorPicker.dom.stories.tsx similarity index 100% rename from ts/components/ChatColorPicker.stories.tsx rename to ts/components/ChatColorPicker.dom.stories.tsx diff --git a/ts/components/ChatColorPicker.tsx b/ts/components/ChatColorPicker.dom.tsx similarity index 100% rename from ts/components/ChatColorPicker.tsx rename to ts/components/ChatColorPicker.dom.tsx diff --git a/ts/components/ChatsTab.stories.tsx b/ts/components/ChatsTab.dom.stories.tsx similarity index 100% rename from ts/components/ChatsTab.stories.tsx rename to ts/components/ChatsTab.dom.stories.tsx diff --git a/ts/components/ChatsTab.tsx b/ts/components/ChatsTab.dom.tsx similarity index 100% rename from ts/components/ChatsTab.tsx rename to ts/components/ChatsTab.dom.tsx diff --git a/ts/components/Checkbox.stories.tsx b/ts/components/Checkbox.dom.stories.tsx similarity index 100% rename from ts/components/Checkbox.stories.tsx rename to ts/components/Checkbox.dom.stories.tsx diff --git a/ts/components/Checkbox.tsx b/ts/components/Checkbox.dom.tsx similarity index 100% rename from ts/components/Checkbox.tsx rename to ts/components/Checkbox.dom.tsx diff --git a/ts/components/CircleCheckbox.stories.tsx b/ts/components/CircleCheckbox.dom.stories.tsx similarity index 100% rename from ts/components/CircleCheckbox.stories.tsx rename to ts/components/CircleCheckbox.dom.stories.tsx diff --git a/ts/components/CircleCheckbox.tsx b/ts/components/CircleCheckbox.dom.tsx similarity index 100% rename from ts/components/CircleCheckbox.tsx rename to ts/components/CircleCheckbox.dom.tsx diff --git a/ts/components/ClearingData.stories.tsx b/ts/components/ClearingData.dom.stories.tsx similarity index 100% rename from ts/components/ClearingData.stories.tsx rename to ts/components/ClearingData.dom.stories.tsx diff --git a/ts/components/ClearingData.tsx b/ts/components/ClearingData.dom.tsx similarity index 100% rename from ts/components/ClearingData.tsx rename to ts/components/ClearingData.dom.tsx diff --git a/ts/components/CollidingAvatars.stories.tsx b/ts/components/CollidingAvatars.dom.stories.tsx similarity index 100% rename from ts/components/CollidingAvatars.stories.tsx rename to ts/components/CollidingAvatars.dom.stories.tsx diff --git a/ts/components/CollidingAvatars.tsx b/ts/components/CollidingAvatars.dom.tsx similarity index 100% rename from ts/components/CollidingAvatars.tsx rename to ts/components/CollidingAvatars.dom.tsx diff --git a/ts/components/CompositionArea.stories.tsx b/ts/components/CompositionArea.dom.stories.tsx similarity index 100% rename from ts/components/CompositionArea.stories.tsx rename to ts/components/CompositionArea.dom.stories.tsx diff --git a/ts/components/CompositionArea.tsx b/ts/components/CompositionArea.dom.tsx similarity index 100% rename from ts/components/CompositionArea.tsx rename to ts/components/CompositionArea.dom.tsx diff --git a/ts/components/CompositionInput.stories.tsx b/ts/components/CompositionInput.dom.stories.tsx similarity index 100% rename from ts/components/CompositionInput.stories.tsx rename to ts/components/CompositionInput.dom.stories.tsx diff --git a/ts/components/CompositionInput.tsx b/ts/components/CompositionInput.dom.tsx similarity index 100% rename from ts/components/CompositionInput.tsx rename to ts/components/CompositionInput.dom.tsx diff --git a/ts/components/CompositionRecording.stories.tsx b/ts/components/CompositionRecording.dom.stories.tsx similarity index 100% rename from ts/components/CompositionRecording.stories.tsx rename to ts/components/CompositionRecording.dom.stories.tsx diff --git a/ts/components/CompositionRecording.tsx b/ts/components/CompositionRecording.dom.tsx similarity index 100% rename from ts/components/CompositionRecording.tsx rename to ts/components/CompositionRecording.dom.tsx diff --git a/ts/components/CompositionRecordingDraft.stories.tsx b/ts/components/CompositionRecordingDraft.dom.stories.tsx similarity index 100% rename from ts/components/CompositionRecordingDraft.stories.tsx rename to ts/components/CompositionRecordingDraft.dom.stories.tsx diff --git a/ts/components/CompositionRecordingDraft.tsx b/ts/components/CompositionRecordingDraft.dom.tsx similarity index 100% rename from ts/components/CompositionRecordingDraft.tsx rename to ts/components/CompositionRecordingDraft.dom.tsx diff --git a/ts/components/CompositionTextArea.tsx b/ts/components/CompositionTextArea.dom.tsx similarity index 100% rename from ts/components/CompositionTextArea.tsx rename to ts/components/CompositionTextArea.dom.tsx diff --git a/ts/components/CompositionUpload.tsx b/ts/components/CompositionUpload.dom.tsx similarity index 100% rename from ts/components/CompositionUpload.tsx rename to ts/components/CompositionUpload.dom.tsx diff --git a/ts/components/ConfirmDiscardDialog.stories.tsx b/ts/components/ConfirmDiscardDialog.dom.stories.tsx similarity index 100% rename from ts/components/ConfirmDiscardDialog.stories.tsx rename to ts/components/ConfirmDiscardDialog.dom.stories.tsx diff --git a/ts/components/ConfirmDiscardDialog.tsx b/ts/components/ConfirmDiscardDialog.dom.tsx similarity index 100% rename from ts/components/ConfirmDiscardDialog.tsx rename to ts/components/ConfirmDiscardDialog.dom.tsx diff --git a/ts/components/ConfirmLeaveCallModal.tsx b/ts/components/ConfirmLeaveCallModal.dom.tsx similarity index 100% rename from ts/components/ConfirmLeaveCallModal.tsx rename to ts/components/ConfirmLeaveCallModal.dom.tsx diff --git a/ts/components/ConfirmationDialog.stories.tsx b/ts/components/ConfirmationDialog.dom.stories.tsx similarity index 100% rename from ts/components/ConfirmationDialog.stories.tsx rename to ts/components/ConfirmationDialog.dom.stories.tsx diff --git a/ts/components/ConfirmationDialog.tsx b/ts/components/ConfirmationDialog.dom.tsx similarity index 100% rename from ts/components/ConfirmationDialog.tsx rename to ts/components/ConfirmationDialog.dom.tsx diff --git a/ts/components/ContactPill.tsx b/ts/components/ContactPill.dom.tsx similarity index 100% rename from ts/components/ContactPill.tsx rename to ts/components/ContactPill.dom.tsx diff --git a/ts/components/ContactPills.stories.tsx b/ts/components/ContactPills.dom.stories.tsx similarity index 100% rename from ts/components/ContactPills.stories.tsx rename to ts/components/ContactPills.dom.stories.tsx diff --git a/ts/components/ContactPills.tsx b/ts/components/ContactPills.dom.tsx similarity index 100% rename from ts/components/ContactPills.tsx rename to ts/components/ContactPills.dom.tsx diff --git a/ts/components/ContextMenu.stories.tsx b/ts/components/ContextMenu.dom.stories.tsx similarity index 100% rename from ts/components/ContextMenu.stories.tsx rename to ts/components/ContextMenu.dom.stories.tsx diff --git a/ts/components/ContextMenu.tsx b/ts/components/ContextMenu.dom.tsx similarity index 100% rename from ts/components/ContextMenu.tsx rename to ts/components/ContextMenu.dom.tsx diff --git a/ts/components/ConversationList.stories.tsx b/ts/components/ConversationList.dom.stories.tsx similarity index 100% rename from ts/components/ConversationList.stories.tsx rename to ts/components/ConversationList.dom.stories.tsx diff --git a/ts/components/ConversationList.tsx b/ts/components/ConversationList.dom.tsx similarity index 100% rename from ts/components/ConversationList.tsx rename to ts/components/ConversationList.dom.tsx diff --git a/ts/components/CountryCodeSelect.stories.tsx b/ts/components/CountryCodeSelect.dom.stories.tsx similarity index 100% rename from ts/components/CountryCodeSelect.stories.tsx rename to ts/components/CountryCodeSelect.dom.stories.tsx diff --git a/ts/components/CountryCodeSelect.tsx b/ts/components/CountryCodeSelect.dom.tsx similarity index 100% rename from ts/components/CountryCodeSelect.tsx rename to ts/components/CountryCodeSelect.dom.tsx diff --git a/ts/components/CrashReportDialog.stories.tsx b/ts/components/CrashReportDialog.dom.stories.tsx similarity index 100% rename from ts/components/CrashReportDialog.stories.tsx rename to ts/components/CrashReportDialog.dom.stories.tsx diff --git a/ts/components/CrashReportDialog.tsx b/ts/components/CrashReportDialog.dom.tsx similarity index 100% rename from ts/components/CrashReportDialog.tsx rename to ts/components/CrashReportDialog.dom.tsx diff --git a/ts/components/CriticalIdlePrimaryDeviceDialog.tsx b/ts/components/CriticalIdlePrimaryDeviceDialog.dom.tsx similarity index 100% rename from ts/components/CriticalIdlePrimaryDeviceDialog.tsx rename to ts/components/CriticalIdlePrimaryDeviceDialog.dom.tsx diff --git a/ts/components/CriticalIdlePrimaryDeviceModal.stories.tsx b/ts/components/CriticalIdlePrimaryDeviceModal.dom.stories.tsx similarity index 100% rename from ts/components/CriticalIdlePrimaryDeviceModal.stories.tsx rename to ts/components/CriticalIdlePrimaryDeviceModal.dom.stories.tsx diff --git a/ts/components/CriticalIdlePrimaryDeviceModal.tsx b/ts/components/CriticalIdlePrimaryDeviceModal.dom.tsx similarity index 100% rename from ts/components/CriticalIdlePrimaryDeviceModal.tsx rename to ts/components/CriticalIdlePrimaryDeviceModal.dom.tsx diff --git a/ts/components/CustomColorEditor.stories.tsx b/ts/components/CustomColorEditor.dom.stories.tsx similarity index 100% rename from ts/components/CustomColorEditor.stories.tsx rename to ts/components/CustomColorEditor.dom.stories.tsx diff --git a/ts/components/CustomColorEditor.tsx b/ts/components/CustomColorEditor.dom.tsx similarity index 100% rename from ts/components/CustomColorEditor.tsx rename to ts/components/CustomColorEditor.dom.tsx diff --git a/ts/components/CustomizingPreferredReactionsModal.stories.tsx b/ts/components/CustomizingPreferredReactionsModal.dom.stories.tsx similarity index 100% rename from ts/components/CustomizingPreferredReactionsModal.stories.tsx rename to ts/components/CustomizingPreferredReactionsModal.dom.stories.tsx diff --git a/ts/components/CustomizingPreferredReactionsModal.tsx b/ts/components/CustomizingPreferredReactionsModal.dom.tsx similarity index 100% rename from ts/components/CustomizingPreferredReactionsModal.tsx rename to ts/components/CustomizingPreferredReactionsModal.dom.tsx diff --git a/ts/components/DebugLogErrorModal.stories.tsx b/ts/components/DebugLogErrorModal.dom.stories.tsx similarity index 100% rename from ts/components/DebugLogErrorModal.stories.tsx rename to ts/components/DebugLogErrorModal.dom.stories.tsx diff --git a/ts/components/DebugLogErrorModal.tsx b/ts/components/DebugLogErrorModal.dom.tsx similarity index 100% rename from ts/components/DebugLogErrorModal.tsx rename to ts/components/DebugLogErrorModal.dom.tsx diff --git a/ts/components/DebugLogWindow.stories.tsx b/ts/components/DebugLogWindow.dom.stories.tsx similarity index 100% rename from ts/components/DebugLogWindow.stories.tsx rename to ts/components/DebugLogWindow.dom.stories.tsx diff --git a/ts/components/DebugLogWindow.tsx b/ts/components/DebugLogWindow.dom.tsx similarity index 100% rename from ts/components/DebugLogWindow.tsx rename to ts/components/DebugLogWindow.dom.tsx diff --git a/ts/components/DeleteMessagesConfirmationDialog.tsx b/ts/components/DeleteMessagesConfirmationDialog.dom.tsx similarity index 100% rename from ts/components/DeleteMessagesConfirmationDialog.tsx rename to ts/components/DeleteMessagesConfirmationDialog.dom.tsx diff --git a/ts/components/DeleteMessagesModal.stories.tsx b/ts/components/DeleteMessagesModal.dom.stories.tsx similarity index 100% rename from ts/components/DeleteMessagesModal.stories.tsx rename to ts/components/DeleteMessagesModal.dom.stories.tsx diff --git a/ts/components/DeleteMessagesModal.tsx b/ts/components/DeleteMessagesModal.dom.tsx similarity index 100% rename from ts/components/DeleteMessagesModal.tsx rename to ts/components/DeleteMessagesModal.dom.tsx diff --git a/ts/components/DialogExpiredBuild.stories.tsx b/ts/components/DialogExpiredBuild.dom.stories.tsx similarity index 100% rename from ts/components/DialogExpiredBuild.stories.tsx rename to ts/components/DialogExpiredBuild.dom.stories.tsx diff --git a/ts/components/DialogExpiredBuild.tsx b/ts/components/DialogExpiredBuild.dom.tsx similarity index 100% rename from ts/components/DialogExpiredBuild.tsx rename to ts/components/DialogExpiredBuild.dom.tsx diff --git a/ts/components/DialogNetworkStatus.stories.tsx b/ts/components/DialogNetworkStatus.dom.stories.tsx similarity index 100% rename from ts/components/DialogNetworkStatus.stories.tsx rename to ts/components/DialogNetworkStatus.dom.stories.tsx diff --git a/ts/components/DialogNetworkStatus.tsx b/ts/components/DialogNetworkStatus.dom.tsx similarity index 100% rename from ts/components/DialogNetworkStatus.tsx rename to ts/components/DialogNetworkStatus.dom.tsx diff --git a/ts/components/DialogRelink.stories.tsx b/ts/components/DialogRelink.dom.stories.tsx similarity index 100% rename from ts/components/DialogRelink.stories.tsx rename to ts/components/DialogRelink.dom.stories.tsx diff --git a/ts/components/DialogRelink.tsx b/ts/components/DialogRelink.dom.tsx similarity index 100% rename from ts/components/DialogRelink.tsx rename to ts/components/DialogRelink.dom.tsx diff --git a/ts/components/DialogUpdate.stories.tsx b/ts/components/DialogUpdate.dom.stories.tsx similarity index 100% rename from ts/components/DialogUpdate.stories.tsx rename to ts/components/DialogUpdate.dom.stories.tsx diff --git a/ts/components/DialogUpdate.tsx b/ts/components/DialogUpdate.dom.tsx similarity index 100% rename from ts/components/DialogUpdate.tsx rename to ts/components/DialogUpdate.dom.tsx diff --git a/ts/components/DirectCallRemoteParticipant.tsx b/ts/components/DirectCallRemoteParticipant.dom.tsx similarity index 100% rename from ts/components/DirectCallRemoteParticipant.tsx rename to ts/components/DirectCallRemoteParticipant.dom.tsx diff --git a/ts/components/DisappearingTimeDialog.stories.tsx b/ts/components/DisappearingTimeDialog.dom.stories.tsx similarity index 100% rename from ts/components/DisappearingTimeDialog.stories.tsx rename to ts/components/DisappearingTimeDialog.dom.stories.tsx diff --git a/ts/components/DisappearingTimeDialog.tsx b/ts/components/DisappearingTimeDialog.dom.tsx similarity index 100% rename from ts/components/DisappearingTimeDialog.tsx rename to ts/components/DisappearingTimeDialog.dom.tsx diff --git a/ts/components/DisappearingTimerSelect.stories.tsx b/ts/components/DisappearingTimerSelect.dom.stories.tsx similarity index 100% rename from ts/components/DisappearingTimerSelect.stories.tsx rename to ts/components/DisappearingTimerSelect.dom.stories.tsx diff --git a/ts/components/DisappearingTimerSelect.tsx b/ts/components/DisappearingTimerSelect.dom.tsx similarity index 100% rename from ts/components/DisappearingTimerSelect.tsx rename to ts/components/DisappearingTimerSelect.dom.tsx diff --git a/ts/components/DonationErrorModal.stories.tsx b/ts/components/DonationErrorModal.dom.stories.tsx similarity index 100% rename from ts/components/DonationErrorModal.stories.tsx rename to ts/components/DonationErrorModal.dom.stories.tsx diff --git a/ts/components/DonationErrorModal.tsx b/ts/components/DonationErrorModal.dom.tsx similarity index 100% rename from ts/components/DonationErrorModal.tsx rename to ts/components/DonationErrorModal.dom.tsx diff --git a/ts/components/DonationInterruptedModal.stories.tsx b/ts/components/DonationInterruptedModal.dom.stories.tsx similarity index 100% rename from ts/components/DonationInterruptedModal.stories.tsx rename to ts/components/DonationInterruptedModal.dom.stories.tsx diff --git a/ts/components/DonationInterruptedModal.tsx b/ts/components/DonationInterruptedModal.dom.tsx similarity index 100% rename from ts/components/DonationInterruptedModal.tsx rename to ts/components/DonationInterruptedModal.dom.tsx diff --git a/ts/components/DonationPrivacyInformationModal.tsx b/ts/components/DonationPrivacyInformationModal.dom.tsx similarity index 100% rename from ts/components/DonationPrivacyInformationModal.tsx rename to ts/components/DonationPrivacyInformationModal.dom.tsx diff --git a/ts/components/DonationProgressModal.stories.tsx b/ts/components/DonationProgressModal.dom.stories.tsx similarity index 100% rename from ts/components/DonationProgressModal.stories.tsx rename to ts/components/DonationProgressModal.dom.stories.tsx diff --git a/ts/components/DonationProgressModal.tsx b/ts/components/DonationProgressModal.dom.tsx similarity index 100% rename from ts/components/DonationProgressModal.tsx rename to ts/components/DonationProgressModal.dom.tsx diff --git a/ts/components/DonationStillProcessingModal.stories.tsx b/ts/components/DonationStillProcessingModal.dom.stories.tsx similarity index 100% rename from ts/components/DonationStillProcessingModal.stories.tsx rename to ts/components/DonationStillProcessingModal.dom.stories.tsx diff --git a/ts/components/DonationStillProcessingModal.tsx b/ts/components/DonationStillProcessingModal.dom.tsx similarity index 100% rename from ts/components/DonationStillProcessingModal.tsx rename to ts/components/DonationStillProcessingModal.dom.tsx diff --git a/ts/components/DonationThanksModal.stories.tsx b/ts/components/DonationThanksModal.dom.stories.tsx similarity index 100% rename from ts/components/DonationThanksModal.stories.tsx rename to ts/components/DonationThanksModal.dom.stories.tsx diff --git a/ts/components/DonationThanksModal.tsx b/ts/components/DonationThanksModal.dom.tsx similarity index 100% rename from ts/components/DonationThanksModal.tsx rename to ts/components/DonationThanksModal.dom.tsx diff --git a/ts/components/DonationVerificationModal.stories.tsx b/ts/components/DonationVerificationModal.dom.stories.tsx similarity index 100% rename from ts/components/DonationVerificationModal.stories.tsx rename to ts/components/DonationVerificationModal.dom.stories.tsx diff --git a/ts/components/DonationVerificationModal.tsx b/ts/components/DonationVerificationModal.dom.tsx similarity index 100% rename from ts/components/DonationVerificationModal.tsx rename to ts/components/DonationVerificationModal.dom.tsx diff --git a/ts/components/DonationsErrorBoundary.tsx b/ts/components/DonationsErrorBoundary.dom.tsx similarity index 100% rename from ts/components/DonationsErrorBoundary.tsx rename to ts/components/DonationsErrorBoundary.dom.tsx diff --git a/ts/components/DraftGifMessageSendModal.stories.tsx b/ts/components/DraftGifMessageSendModal.dom.stories.tsx similarity index 100% rename from ts/components/DraftGifMessageSendModal.stories.tsx rename to ts/components/DraftGifMessageSendModal.dom.stories.tsx diff --git a/ts/components/DraftGifMessageSendModal.tsx b/ts/components/DraftGifMessageSendModal.dom.tsx similarity index 100% rename from ts/components/DraftGifMessageSendModal.tsx rename to ts/components/DraftGifMessageSendModal.dom.tsx diff --git a/ts/components/EditHistoryMessagesModal.tsx b/ts/components/EditHistoryMessagesModal.dom.tsx similarity index 100% rename from ts/components/EditHistoryMessagesModal.tsx rename to ts/components/EditHistoryMessagesModal.dom.tsx diff --git a/ts/components/EditNicknameAndNoteModal.stories.tsx b/ts/components/EditNicknameAndNoteModal.dom.stories.tsx similarity index 100% rename from ts/components/EditNicknameAndNoteModal.stories.tsx rename to ts/components/EditNicknameAndNoteModal.dom.stories.tsx diff --git a/ts/components/EditNicknameAndNoteModal.tsx b/ts/components/EditNicknameAndNoteModal.dom.tsx similarity index 100% rename from ts/components/EditNicknameAndNoteModal.tsx rename to ts/components/EditNicknameAndNoteModal.dom.tsx diff --git a/ts/components/ErrorBoundary.tsx b/ts/components/ErrorBoundary.dom.tsx similarity index 100% rename from ts/components/ErrorBoundary.tsx rename to ts/components/ErrorBoundary.dom.tsx diff --git a/ts/components/ErrorModal.stories.tsx b/ts/components/ErrorModal.dom.stories.tsx similarity index 100% rename from ts/components/ErrorModal.stories.tsx rename to ts/components/ErrorModal.dom.stories.tsx diff --git a/ts/components/ErrorModal.tsx b/ts/components/ErrorModal.dom.tsx similarity index 100% rename from ts/components/ErrorModal.tsx rename to ts/components/ErrorModal.dom.tsx diff --git a/ts/components/FileThumbnail.stories.tsx b/ts/components/FileThumbnail.dom.stories.tsx similarity index 100% rename from ts/components/FileThumbnail.stories.tsx rename to ts/components/FileThumbnail.dom.stories.tsx diff --git a/ts/components/FileThumbnail.tsx b/ts/components/FileThumbnail.dom.tsx similarity index 100% rename from ts/components/FileThumbnail.tsx rename to ts/components/FileThumbnail.dom.tsx diff --git a/ts/components/ForwardMessagesModal.stories.tsx b/ts/components/ForwardMessagesModal.dom.stories.tsx similarity index 100% rename from ts/components/ForwardMessagesModal.stories.tsx rename to ts/components/ForwardMessagesModal.dom.stories.tsx diff --git a/ts/components/ForwardMessagesModal.tsx b/ts/components/ForwardMessagesModal.dom.tsx similarity index 100% rename from ts/components/ForwardMessagesModal.tsx rename to ts/components/ForwardMessagesModal.dom.tsx diff --git a/ts/components/GlobalModalContainer.tsx b/ts/components/GlobalModalContainer.dom.tsx similarity index 100% rename from ts/components/GlobalModalContainer.tsx rename to ts/components/GlobalModalContainer.dom.tsx diff --git a/ts/components/GradientDial.tsx b/ts/components/GradientDial.dom.tsx similarity index 100% rename from ts/components/GradientDial.tsx rename to ts/components/GradientDial.dom.tsx diff --git a/ts/components/GroupCallOverflowArea.stories.tsx b/ts/components/GroupCallOverflowArea.dom.stories.tsx similarity index 100% rename from ts/components/GroupCallOverflowArea.stories.tsx rename to ts/components/GroupCallOverflowArea.dom.stories.tsx diff --git a/ts/components/GroupCallOverflowArea.tsx b/ts/components/GroupCallOverflowArea.dom.tsx similarity index 100% rename from ts/components/GroupCallOverflowArea.tsx rename to ts/components/GroupCallOverflowArea.dom.tsx diff --git a/ts/components/GroupCallRemoteParticipant.stories.tsx b/ts/components/GroupCallRemoteParticipant.dom.stories.tsx similarity index 100% rename from ts/components/GroupCallRemoteParticipant.stories.tsx rename to ts/components/GroupCallRemoteParticipant.dom.stories.tsx diff --git a/ts/components/GroupCallRemoteParticipant.tsx b/ts/components/GroupCallRemoteParticipant.dom.tsx similarity index 100% rename from ts/components/GroupCallRemoteParticipant.tsx rename to ts/components/GroupCallRemoteParticipant.dom.tsx diff --git a/ts/components/GroupCallRemoteParticipants.tsx b/ts/components/GroupCallRemoteParticipants.dom.tsx similarity index 100% rename from ts/components/GroupCallRemoteParticipants.tsx rename to ts/components/GroupCallRemoteParticipants.dom.tsx diff --git a/ts/components/GroupDescriptionInput.stories.tsx b/ts/components/GroupDescriptionInput.dom.stories.tsx similarity index 100% rename from ts/components/GroupDescriptionInput.stories.tsx rename to ts/components/GroupDescriptionInput.dom.stories.tsx diff --git a/ts/components/GroupDescriptionInput.tsx b/ts/components/GroupDescriptionInput.dom.tsx similarity index 100% rename from ts/components/GroupDescriptionInput.tsx rename to ts/components/GroupDescriptionInput.dom.tsx diff --git a/ts/components/GroupDescriptionText.tsx b/ts/components/GroupDescriptionText.dom.tsx similarity index 100% rename from ts/components/GroupDescriptionText.tsx rename to ts/components/GroupDescriptionText.dom.tsx diff --git a/ts/components/GroupDialog.tsx b/ts/components/GroupDialog.dom.tsx similarity index 100% rename from ts/components/GroupDialog.tsx rename to ts/components/GroupDialog.dom.tsx diff --git a/ts/components/GroupMembersNames.tsx b/ts/components/GroupMembersNames.dom.tsx similarity index 100% rename from ts/components/GroupMembersNames.tsx rename to ts/components/GroupMembersNames.dom.tsx diff --git a/ts/components/GroupTitleInput.stories.tsx b/ts/components/GroupTitleInput.dom.stories.tsx similarity index 100% rename from ts/components/GroupTitleInput.stories.tsx rename to ts/components/GroupTitleInput.dom.stories.tsx diff --git a/ts/components/GroupTitleInput.tsx b/ts/components/GroupTitleInput.dom.tsx similarity index 100% rename from ts/components/GroupTitleInput.tsx rename to ts/components/GroupTitleInput.dom.tsx diff --git a/ts/components/GroupV1MigrationDialog.stories.tsx b/ts/components/GroupV1MigrationDialog.dom.stories.tsx similarity index 100% rename from ts/components/GroupV1MigrationDialog.stories.tsx rename to ts/components/GroupV1MigrationDialog.dom.stories.tsx diff --git a/ts/components/GroupV1MigrationDialog.tsx b/ts/components/GroupV1MigrationDialog.dom.tsx similarity index 100% rename from ts/components/GroupV1MigrationDialog.tsx rename to ts/components/GroupV1MigrationDialog.dom.tsx diff --git a/ts/components/GroupV2JoinDialog.stories.tsx b/ts/components/GroupV2JoinDialog.dom.stories.tsx similarity index 100% rename from ts/components/GroupV2JoinDialog.stories.tsx rename to ts/components/GroupV2JoinDialog.dom.stories.tsx diff --git a/ts/components/GroupV2JoinDialog.tsx b/ts/components/GroupV2JoinDialog.dom.tsx similarity index 100% rename from ts/components/GroupV2JoinDialog.tsx rename to ts/components/GroupV2JoinDialog.dom.tsx diff --git a/ts/components/I18n.stories.tsx b/ts/components/I18n.dom.stories.tsx similarity index 100% rename from ts/components/I18n.stories.tsx rename to ts/components/I18n.dom.stories.tsx diff --git a/ts/components/I18n.tsx b/ts/components/I18n.dom.tsx similarity index 100% rename from ts/components/I18n.tsx rename to ts/components/I18n.dom.tsx diff --git a/ts/components/IdenticonSVG.stories.tsx b/ts/components/IdenticonSVG.dom.stories.tsx similarity index 100% rename from ts/components/IdenticonSVG.stories.tsx rename to ts/components/IdenticonSVG.dom.stories.tsx diff --git a/ts/components/IdenticonSVG.tsx b/ts/components/IdenticonSVG.dom.tsx similarity index 100% rename from ts/components/IdenticonSVG.tsx rename to ts/components/IdenticonSVG.dom.tsx diff --git a/ts/components/ImageOrBlurhash.stories.tsx b/ts/components/ImageOrBlurhash.dom.stories.tsx similarity index 100% rename from ts/components/ImageOrBlurhash.stories.tsx rename to ts/components/ImageOrBlurhash.dom.stories.tsx diff --git a/ts/components/ImageOrBlurhash.tsx b/ts/components/ImageOrBlurhash.dom.tsx similarity index 100% rename from ts/components/ImageOrBlurhash.tsx rename to ts/components/ImageOrBlurhash.dom.tsx diff --git a/ts/components/InContactsIcon.stories.tsx b/ts/components/InContactsIcon.dom.stories.tsx similarity index 100% rename from ts/components/InContactsIcon.stories.tsx rename to ts/components/InContactsIcon.dom.stories.tsx diff --git a/ts/components/InContactsIcon.tsx b/ts/components/InContactsIcon.dom.tsx similarity index 100% rename from ts/components/InContactsIcon.tsx rename to ts/components/InContactsIcon.dom.tsx diff --git a/ts/components/Inbox.stories.tsx b/ts/components/Inbox.dom.stories.tsx similarity index 100% rename from ts/components/Inbox.stories.tsx rename to ts/components/Inbox.dom.stories.tsx diff --git a/ts/components/Inbox.tsx b/ts/components/Inbox.dom.tsx similarity index 100% rename from ts/components/Inbox.tsx rename to ts/components/Inbox.dom.tsx diff --git a/ts/components/IncomingCallBar.stories.tsx b/ts/components/IncomingCallBar.dom.stories.tsx similarity index 100% rename from ts/components/IncomingCallBar.stories.tsx rename to ts/components/IncomingCallBar.dom.stories.tsx diff --git a/ts/components/IncomingCallBar.tsx b/ts/components/IncomingCallBar.dom.tsx similarity index 100% rename from ts/components/IncomingCallBar.tsx rename to ts/components/IncomingCallBar.dom.tsx diff --git a/ts/components/Input.stories.tsx b/ts/components/Input.dom.stories.tsx similarity index 100% rename from ts/components/Input.stories.tsx rename to ts/components/Input.dom.stories.tsx diff --git a/ts/components/Input.tsx b/ts/components/Input.dom.tsx similarity index 100% rename from ts/components/Input.tsx rename to ts/components/Input.dom.tsx diff --git a/ts/components/InstallScreen.tsx b/ts/components/InstallScreen.dom.tsx similarity index 100% rename from ts/components/InstallScreen.tsx rename to ts/components/InstallScreen.dom.tsx diff --git a/ts/components/LeftPane.stories.tsx b/ts/components/LeftPane.dom.stories.tsx similarity index 100% rename from ts/components/LeftPane.stories.tsx rename to ts/components/LeftPane.dom.stories.tsx diff --git a/ts/components/LeftPane.tsx b/ts/components/LeftPane.dom.tsx similarity index 100% rename from ts/components/LeftPane.tsx rename to ts/components/LeftPane.dom.tsx diff --git a/ts/components/LeftPaneBanner.stories.tsx b/ts/components/LeftPaneBanner.dom.stories.tsx similarity index 100% rename from ts/components/LeftPaneBanner.stories.tsx rename to ts/components/LeftPaneBanner.dom.stories.tsx diff --git a/ts/components/LeftPaneBanner.tsx b/ts/components/LeftPaneBanner.dom.tsx similarity index 100% rename from ts/components/LeftPaneBanner.tsx rename to ts/components/LeftPaneBanner.dom.tsx diff --git a/ts/components/LeftPaneDialog.stories.tsx b/ts/components/LeftPaneDialog.dom.stories.tsx similarity index 100% rename from ts/components/LeftPaneDialog.stories.tsx rename to ts/components/LeftPaneDialog.dom.stories.tsx diff --git a/ts/components/LeftPaneDialog.tsx b/ts/components/LeftPaneDialog.dom.tsx similarity index 100% rename from ts/components/LeftPaneDialog.tsx rename to ts/components/LeftPaneDialog.dom.tsx diff --git a/ts/components/LeftPaneSearchInput.tsx b/ts/components/LeftPaneSearchInput.dom.tsx similarity index 100% rename from ts/components/LeftPaneSearchInput.tsx rename to ts/components/LeftPaneSearchInput.dom.tsx diff --git a/ts/components/Lightbox.stories.tsx b/ts/components/Lightbox.dom.stories.tsx similarity index 100% rename from ts/components/Lightbox.stories.tsx rename to ts/components/Lightbox.dom.stories.tsx diff --git a/ts/components/Lightbox.tsx b/ts/components/Lightbox.dom.tsx similarity index 100% rename from ts/components/Lightbox.tsx rename to ts/components/Lightbox.dom.tsx diff --git a/ts/components/ListTile.stories.tsx b/ts/components/ListTile.dom.stories.tsx similarity index 100% rename from ts/components/ListTile.stories.tsx rename to ts/components/ListTile.dom.stories.tsx diff --git a/ts/components/ListTile.tsx b/ts/components/ListTile.dom.tsx similarity index 100% rename from ts/components/ListTile.tsx rename to ts/components/ListTile.dom.tsx diff --git a/ts/components/ListView.tsx b/ts/components/ListView.dom.tsx similarity index 100% rename from ts/components/ListView.tsx rename to ts/components/ListView.dom.tsx diff --git a/ts/components/LocalDeleteWarningModal.stories.tsx b/ts/components/LocalDeleteWarningModal.dom.stories.tsx similarity index 100% rename from ts/components/LocalDeleteWarningModal.stories.tsx rename to ts/components/LocalDeleteWarningModal.dom.stories.tsx diff --git a/ts/components/LocalDeleteWarningModal.tsx b/ts/components/LocalDeleteWarningModal.dom.tsx similarity index 100% rename from ts/components/LocalDeleteWarningModal.tsx rename to ts/components/LocalDeleteWarningModal.dom.tsx diff --git a/ts/components/LowDiskSpaceBackupImportModal.stories.tsx b/ts/components/LowDiskSpaceBackupImportModal.dom.stories.tsx similarity index 100% rename from ts/components/LowDiskSpaceBackupImportModal.stories.tsx rename to ts/components/LowDiskSpaceBackupImportModal.dom.stories.tsx diff --git a/ts/components/LowDiskSpaceBackupImportModal.tsx b/ts/components/LowDiskSpaceBackupImportModal.dom.tsx similarity index 100% rename from ts/components/LowDiskSpaceBackupImportModal.tsx rename to ts/components/LowDiskSpaceBackupImportModal.dom.tsx diff --git a/ts/components/MediaEditor.stories.tsx b/ts/components/MediaEditor.dom.stories.tsx similarity index 100% rename from ts/components/MediaEditor.stories.tsx rename to ts/components/MediaEditor.dom.stories.tsx diff --git a/ts/components/MediaEditor.tsx b/ts/components/MediaEditor.dom.tsx similarity index 100% rename from ts/components/MediaEditor.tsx rename to ts/components/MediaEditor.dom.tsx diff --git a/ts/components/MediaPermissionsModal.stories.tsx b/ts/components/MediaPermissionsModal.dom.stories.tsx similarity index 100% rename from ts/components/MediaPermissionsModal.stories.tsx rename to ts/components/MediaPermissionsModal.dom.stories.tsx diff --git a/ts/components/MediaPermissionsModal.tsx b/ts/components/MediaPermissionsModal.dom.tsx similarity index 100% rename from ts/components/MediaPermissionsModal.tsx rename to ts/components/MediaPermissionsModal.dom.tsx diff --git a/ts/components/MediaQualitySelector.stories.tsx b/ts/components/MediaQualitySelector.dom.stories.tsx similarity index 100% rename from ts/components/MediaQualitySelector.stories.tsx rename to ts/components/MediaQualitySelector.dom.stories.tsx diff --git a/ts/components/MediaQualitySelector.tsx b/ts/components/MediaQualitySelector.dom.tsx similarity index 100% rename from ts/components/MediaQualitySelector.tsx rename to ts/components/MediaQualitySelector.dom.tsx diff --git a/ts/components/MiniPlayer.stories.tsx b/ts/components/MiniPlayer.dom.stories.tsx similarity index 100% rename from ts/components/MiniPlayer.stories.tsx rename to ts/components/MiniPlayer.dom.stories.tsx diff --git a/ts/components/MiniPlayer.tsx b/ts/components/MiniPlayer.dom.tsx similarity index 100% rename from ts/components/MiniPlayer.tsx rename to ts/components/MiniPlayer.dom.tsx diff --git a/ts/components/Modal.stories.tsx b/ts/components/Modal.dom.stories.tsx similarity index 100% rename from ts/components/Modal.stories.tsx rename to ts/components/Modal.dom.stories.tsx diff --git a/ts/components/Modal.tsx b/ts/components/Modal.dom.tsx similarity index 100% rename from ts/components/Modal.tsx rename to ts/components/Modal.dom.tsx diff --git a/ts/components/ModalContainer.tsx b/ts/components/ModalContainer.dom.tsx similarity index 100% rename from ts/components/ModalContainer.tsx rename to ts/components/ModalContainer.dom.tsx diff --git a/ts/components/ModalHost.tsx b/ts/components/ModalHost.dom.tsx similarity index 100% rename from ts/components/ModalHost.tsx rename to ts/components/ModalHost.dom.tsx diff --git a/ts/components/MyStories.stories.tsx b/ts/components/MyStories.dom.stories.tsx similarity index 100% rename from ts/components/MyStories.stories.tsx rename to ts/components/MyStories.dom.stories.tsx diff --git a/ts/components/MyStories.tsx b/ts/components/MyStories.dom.tsx similarity index 100% rename from ts/components/MyStories.tsx rename to ts/components/MyStories.dom.tsx diff --git a/ts/components/MyStoryButton.stories.tsx b/ts/components/MyStoryButton.dom.stories.tsx similarity index 100% rename from ts/components/MyStoryButton.stories.tsx rename to ts/components/MyStoryButton.dom.stories.tsx diff --git a/ts/components/MyStoryButton.tsx b/ts/components/MyStoryButton.dom.tsx similarity index 100% rename from ts/components/MyStoryButton.tsx rename to ts/components/MyStoryButton.dom.tsx diff --git a/ts/components/NavSidebar.tsx b/ts/components/NavSidebar.dom.tsx similarity index 100% rename from ts/components/NavSidebar.tsx rename to ts/components/NavSidebar.dom.tsx diff --git a/ts/components/NavTabs.stories.tsx b/ts/components/NavTabs.dom.stories.tsx similarity index 100% rename from ts/components/NavTabs.stories.tsx rename to ts/components/NavTabs.dom.stories.tsx diff --git a/ts/components/NavTabs.tsx b/ts/components/NavTabs.dom.tsx similarity index 100% rename from ts/components/NavTabs.tsx rename to ts/components/NavTabs.dom.tsx diff --git a/ts/components/NeedsScreenRecordingPermissionsModal.tsx b/ts/components/NeedsScreenRecordingPermissionsModal.dom.tsx similarity index 100% rename from ts/components/NeedsScreenRecordingPermissionsModal.tsx rename to ts/components/NeedsScreenRecordingPermissionsModal.dom.tsx diff --git a/ts/components/NewlyCreatedGroupInvitedContactsDialog.stories.tsx b/ts/components/NewlyCreatedGroupInvitedContactsDialog.dom.stories.tsx similarity index 100% rename from ts/components/NewlyCreatedGroupInvitedContactsDialog.stories.tsx rename to ts/components/NewlyCreatedGroupInvitedContactsDialog.dom.stories.tsx diff --git a/ts/components/NewlyCreatedGroupInvitedContactsDialog.tsx b/ts/components/NewlyCreatedGroupInvitedContactsDialog.dom.tsx similarity index 100% rename from ts/components/NewlyCreatedGroupInvitedContactsDialog.tsx rename to ts/components/NewlyCreatedGroupInvitedContactsDialog.dom.tsx diff --git a/ts/components/NotePreviewModal.stories.tsx b/ts/components/NotePreviewModal.dom.stories.tsx similarity index 100% rename from ts/components/NotePreviewModal.stories.tsx rename to ts/components/NotePreviewModal.dom.stories.tsx diff --git a/ts/components/NotePreviewModal.tsx b/ts/components/NotePreviewModal.dom.tsx similarity index 100% rename from ts/components/NotePreviewModal.tsx rename to ts/components/NotePreviewModal.dom.tsx diff --git a/ts/components/NotificationProfilesMenu.stories.tsx b/ts/components/NotificationProfilesMenu.dom.stories.tsx similarity index 100% rename from ts/components/NotificationProfilesMenu.stories.tsx rename to ts/components/NotificationProfilesMenu.dom.stories.tsx diff --git a/ts/components/NotificationProfilesMenu.tsx b/ts/components/NotificationProfilesMenu.dom.tsx similarity index 100% rename from ts/components/NotificationProfilesMenu.tsx rename to ts/components/NotificationProfilesMenu.dom.tsx diff --git a/ts/components/OutgoingGiftBadgeModal.stories.tsx b/ts/components/OutgoingGiftBadgeModal.dom.stories.tsx similarity index 100% rename from ts/components/OutgoingGiftBadgeModal.stories.tsx rename to ts/components/OutgoingGiftBadgeModal.dom.stories.tsx diff --git a/ts/components/OutgoingGiftBadgeModal.tsx b/ts/components/OutgoingGiftBadgeModal.dom.tsx similarity index 100% rename from ts/components/OutgoingGiftBadgeModal.tsx rename to ts/components/OutgoingGiftBadgeModal.dom.tsx diff --git a/ts/components/PermissionsPopup.tsx b/ts/components/PermissionsPopup.dom.tsx similarity index 100% rename from ts/components/PermissionsPopup.tsx rename to ts/components/PermissionsPopup.dom.tsx diff --git a/ts/components/PlaybackButton.stories.tsx b/ts/components/PlaybackButton.dom.stories.tsx similarity index 100% rename from ts/components/PlaybackButton.stories.tsx rename to ts/components/PlaybackButton.dom.stories.tsx diff --git a/ts/components/PlaybackButton.tsx b/ts/components/PlaybackButton.dom.tsx similarity index 100% rename from ts/components/PlaybackButton.tsx rename to ts/components/PlaybackButton.dom.tsx diff --git a/ts/components/PlaybackRateButton.tsx b/ts/components/PlaybackRateButton.dom.tsx similarity index 100% rename from ts/components/PlaybackRateButton.tsx rename to ts/components/PlaybackRateButton.dom.tsx diff --git a/ts/components/Preferences.stories.tsx b/ts/components/Preferences.dom.stories.tsx similarity index 100% rename from ts/components/Preferences.stories.tsx rename to ts/components/Preferences.dom.stories.tsx diff --git a/ts/components/Preferences.tsx b/ts/components/Preferences.dom.tsx similarity index 100% rename from ts/components/Preferences.tsx rename to ts/components/Preferences.dom.tsx diff --git a/ts/components/PreferencesBackupDetails.tsx b/ts/components/PreferencesBackupDetails.dom.tsx similarity index 100% rename from ts/components/PreferencesBackupDetails.tsx rename to ts/components/PreferencesBackupDetails.dom.tsx diff --git a/ts/components/PreferencesBackups.tsx b/ts/components/PreferencesBackups.dom.tsx similarity index 100% rename from ts/components/PreferencesBackups.tsx rename to ts/components/PreferencesBackups.dom.tsx diff --git a/ts/components/PreferencesDonateFlow.tsx b/ts/components/PreferencesDonateFlow.dom.tsx similarity index 100% rename from ts/components/PreferencesDonateFlow.tsx rename to ts/components/PreferencesDonateFlow.dom.tsx diff --git a/ts/components/PreferencesDonations.tsx b/ts/components/PreferencesDonations.dom.tsx similarity index 100% rename from ts/components/PreferencesDonations.tsx rename to ts/components/PreferencesDonations.dom.tsx diff --git a/ts/components/PreferencesInternal.tsx b/ts/components/PreferencesInternal.dom.tsx similarity index 100% rename from ts/components/PreferencesInternal.tsx rename to ts/components/PreferencesInternal.dom.tsx diff --git a/ts/components/PreferencesLocalBackups.tsx b/ts/components/PreferencesLocalBackups.dom.tsx similarity index 100% rename from ts/components/PreferencesLocalBackups.tsx rename to ts/components/PreferencesLocalBackups.dom.tsx diff --git a/ts/components/PreferencesNotificationProfiles.tsx b/ts/components/PreferencesNotificationProfiles.dom.tsx similarity index 100% rename from ts/components/PreferencesNotificationProfiles.tsx rename to ts/components/PreferencesNotificationProfiles.dom.tsx diff --git a/ts/components/PreferencesUtil.tsx b/ts/components/PreferencesUtil.dom.tsx similarity index 100% rename from ts/components/PreferencesUtil.tsx rename to ts/components/PreferencesUtil.dom.tsx diff --git a/ts/components/ProfileEditor.stories.tsx b/ts/components/ProfileEditor.dom.stories.tsx similarity index 100% rename from ts/components/ProfileEditor.stories.tsx rename to ts/components/ProfileEditor.dom.stories.tsx diff --git a/ts/components/ProfileEditor.tsx b/ts/components/ProfileEditor.dom.tsx similarity index 100% rename from ts/components/ProfileEditor.tsx rename to ts/components/ProfileEditor.dom.tsx diff --git a/ts/components/ProfileMovedModal.stories.tsx b/ts/components/ProfileMovedModal.dom.stories.tsx similarity index 100% rename from ts/components/ProfileMovedModal.stories.tsx rename to ts/components/ProfileMovedModal.dom.stories.tsx diff --git a/ts/components/ProfileMovedModal.tsx b/ts/components/ProfileMovedModal.dom.tsx similarity index 100% rename from ts/components/ProfileMovedModal.tsx rename to ts/components/ProfileMovedModal.dom.tsx diff --git a/ts/components/Profiler.tsx b/ts/components/Profiler.dom.tsx similarity index 100% rename from ts/components/Profiler.tsx rename to ts/components/Profiler.dom.tsx diff --git a/ts/components/ProgressBar.stories.tsx b/ts/components/ProgressBar.dom.stories.tsx similarity index 100% rename from ts/components/ProgressBar.stories.tsx rename to ts/components/ProgressBar.dom.stories.tsx diff --git a/ts/components/ProgressBar.tsx b/ts/components/ProgressBar.dom.tsx similarity index 100% rename from ts/components/ProgressBar.tsx rename to ts/components/ProgressBar.dom.tsx diff --git a/ts/components/ProgressDialog.stories.tsx b/ts/components/ProgressDialog.dom.stories.tsx similarity index 100% rename from ts/components/ProgressDialog.stories.tsx rename to ts/components/ProgressDialog.dom.stories.tsx diff --git a/ts/components/ProgressDialog.tsx b/ts/components/ProgressDialog.dom.tsx similarity index 100% rename from ts/components/ProgressDialog.tsx rename to ts/components/ProgressDialog.dom.tsx diff --git a/ts/components/ProgressModal.stories.tsx b/ts/components/ProgressModal.dom.stories.tsx similarity index 100% rename from ts/components/ProgressModal.stories.tsx rename to ts/components/ProgressModal.dom.stories.tsx diff --git a/ts/components/ProgressModal.tsx b/ts/components/ProgressModal.dom.tsx similarity index 100% rename from ts/components/ProgressModal.tsx rename to ts/components/ProgressModal.dom.tsx diff --git a/ts/components/QrCode.stories.tsx b/ts/components/QrCode.dom.stories.tsx similarity index 100% rename from ts/components/QrCode.stories.tsx rename to ts/components/QrCode.dom.stories.tsx diff --git a/ts/components/QrCode.tsx b/ts/components/QrCode.dom.tsx similarity index 100% rename from ts/components/QrCode.tsx rename to ts/components/QrCode.dom.tsx diff --git a/ts/components/ReactionPickerPicker.tsx b/ts/components/ReactionPickerPicker.dom.tsx similarity index 100% rename from ts/components/ReactionPickerPicker.tsx rename to ts/components/ReactionPickerPicker.dom.tsx diff --git a/ts/components/RecordingComposer.tsx b/ts/components/RecordingComposer.dom.tsx similarity index 100% rename from ts/components/RecordingComposer.tsx rename to ts/components/RecordingComposer.dom.tsx diff --git a/ts/components/SafetyNumberChangeDialog.stories.tsx b/ts/components/SafetyNumberChangeDialog.dom.stories.tsx similarity index 100% rename from ts/components/SafetyNumberChangeDialog.stories.tsx rename to ts/components/SafetyNumberChangeDialog.dom.stories.tsx diff --git a/ts/components/SafetyNumberChangeDialog.tsx b/ts/components/SafetyNumberChangeDialog.dom.tsx similarity index 100% rename from ts/components/SafetyNumberChangeDialog.tsx rename to ts/components/SafetyNumberChangeDialog.dom.tsx diff --git a/ts/components/SafetyNumberModal.tsx b/ts/components/SafetyNumberModal.dom.tsx similarity index 100% rename from ts/components/SafetyNumberModal.tsx rename to ts/components/SafetyNumberModal.dom.tsx diff --git a/ts/components/SafetyNumberNotReady.stories.tsx b/ts/components/SafetyNumberNotReady.dom.stories.tsx similarity index 100% rename from ts/components/SafetyNumberNotReady.stories.tsx rename to ts/components/SafetyNumberNotReady.dom.stories.tsx diff --git a/ts/components/SafetyNumberNotReady.tsx b/ts/components/SafetyNumberNotReady.dom.tsx similarity index 100% rename from ts/components/SafetyNumberNotReady.tsx rename to ts/components/SafetyNumberNotReady.dom.tsx diff --git a/ts/components/SafetyNumberViewer.stories.tsx b/ts/components/SafetyNumberViewer.dom.stories.tsx similarity index 100% rename from ts/components/SafetyNumberViewer.stories.tsx rename to ts/components/SafetyNumberViewer.dom.stories.tsx diff --git a/ts/components/SafetyNumberViewer.tsx b/ts/components/SafetyNumberViewer.dom.tsx similarity index 100% rename from ts/components/SafetyNumberViewer.tsx rename to ts/components/SafetyNumberViewer.dom.tsx diff --git a/ts/components/SafetyTipsModal.stories.tsx b/ts/components/SafetyTipsModal.dom.stories.tsx similarity index 100% rename from ts/components/SafetyTipsModal.stories.tsx rename to ts/components/SafetyTipsModal.dom.stories.tsx diff --git a/ts/components/SafetyTipsModal.tsx b/ts/components/SafetyTipsModal.dom.tsx similarity index 100% rename from ts/components/SafetyTipsModal.tsx rename to ts/components/SafetyTipsModal.dom.tsx diff --git a/ts/components/SampleMessageBubbles.tsx b/ts/components/SampleMessageBubbles.dom.tsx similarity index 100% rename from ts/components/SampleMessageBubbles.tsx rename to ts/components/SampleMessageBubbles.dom.tsx diff --git a/ts/components/SearchInput.tsx b/ts/components/SearchInput.dom.tsx similarity index 100% rename from ts/components/SearchInput.tsx rename to ts/components/SearchInput.dom.tsx diff --git a/ts/components/Select.stories.tsx b/ts/components/Select.dom.stories.tsx similarity index 100% rename from ts/components/Select.stories.tsx rename to ts/components/Select.dom.stories.tsx diff --git a/ts/components/Select.tsx b/ts/components/Select.dom.tsx similarity index 100% rename from ts/components/Select.tsx rename to ts/components/Select.dom.tsx diff --git a/ts/components/SendStoryModal.stories.tsx b/ts/components/SendStoryModal.dom.stories.tsx similarity index 100% rename from ts/components/SendStoryModal.stories.tsx rename to ts/components/SendStoryModal.dom.stories.tsx diff --git a/ts/components/SendStoryModal.tsx b/ts/components/SendStoryModal.dom.tsx similarity index 100% rename from ts/components/SendStoryModal.tsx rename to ts/components/SendStoryModal.dom.tsx diff --git a/ts/components/ServerAlerts.tsx b/ts/components/ServerAlerts.dom.tsx similarity index 100% rename from ts/components/ServerAlerts.tsx rename to ts/components/ServerAlerts.dom.tsx diff --git a/ts/components/SharedGroupNames.tsx b/ts/components/SharedGroupNames.dom.tsx similarity index 100% rename from ts/components/SharedGroupNames.tsx rename to ts/components/SharedGroupNames.dom.tsx diff --git a/ts/components/ShortcutGuide.stories.tsx b/ts/components/ShortcutGuide.dom.stories.tsx similarity index 100% rename from ts/components/ShortcutGuide.stories.tsx rename to ts/components/ShortcutGuide.dom.stories.tsx diff --git a/ts/components/ShortcutGuide.tsx b/ts/components/ShortcutGuide.dom.tsx similarity index 100% rename from ts/components/ShortcutGuide.tsx rename to ts/components/ShortcutGuide.dom.tsx diff --git a/ts/components/ShortcutGuideModal.tsx b/ts/components/ShortcutGuideModal.dom.tsx similarity index 100% rename from ts/components/ShortcutGuideModal.tsx rename to ts/components/ShortcutGuideModal.dom.tsx diff --git a/ts/components/SignalConnectionsModal.stories.tsx b/ts/components/SignalConnectionsModal.dom.stories.tsx similarity index 100% rename from ts/components/SignalConnectionsModal.stories.tsx rename to ts/components/SignalConnectionsModal.dom.stories.tsx diff --git a/ts/components/SignalConnectionsModal.tsx b/ts/components/SignalConnectionsModal.dom.tsx similarity index 100% rename from ts/components/SignalConnectionsModal.tsx rename to ts/components/SignalConnectionsModal.dom.tsx diff --git a/ts/components/SimpleQuillWrapper.tsx b/ts/components/SimpleQuillWrapper.dom.tsx similarity index 100% rename from ts/components/SimpleQuillWrapper.tsx rename to ts/components/SimpleQuillWrapper.dom.tsx diff --git a/ts/components/Slider.stories.tsx b/ts/components/Slider.dom.stories.tsx similarity index 100% rename from ts/components/Slider.stories.tsx rename to ts/components/Slider.dom.stories.tsx diff --git a/ts/components/Slider.tsx b/ts/components/Slider.dom.tsx similarity index 100% rename from ts/components/Slider.tsx rename to ts/components/Slider.dom.tsx diff --git a/ts/components/Spinner.stories.tsx b/ts/components/Spinner.dom.stories.tsx similarity index 100% rename from ts/components/Spinner.stories.tsx rename to ts/components/Spinner.dom.stories.tsx diff --git a/ts/components/Spinner.tsx b/ts/components/Spinner.dom.tsx similarity index 100% rename from ts/components/Spinner.tsx rename to ts/components/Spinner.dom.tsx diff --git a/ts/components/SpinnerV2.stories.tsx b/ts/components/SpinnerV2.dom.stories.tsx similarity index 100% rename from ts/components/SpinnerV2.stories.tsx rename to ts/components/SpinnerV2.dom.stories.tsx diff --git a/ts/components/SpinnerV2.tsx b/ts/components/SpinnerV2.dom.tsx similarity index 100% rename from ts/components/SpinnerV2.tsx rename to ts/components/SpinnerV2.dom.tsx diff --git a/ts/components/StandaloneRegistration.stories.tsx b/ts/components/StandaloneRegistration.dom.stories.tsx similarity index 100% rename from ts/components/StandaloneRegistration.stories.tsx rename to ts/components/StandaloneRegistration.dom.stories.tsx diff --git a/ts/components/StandaloneRegistration.tsx b/ts/components/StandaloneRegistration.dom.tsx similarity index 100% rename from ts/components/StandaloneRegistration.tsx rename to ts/components/StandaloneRegistration.dom.tsx diff --git a/ts/components/StopPropagation.tsx b/ts/components/StopPropagation.dom.tsx similarity index 100% rename from ts/components/StopPropagation.tsx rename to ts/components/StopPropagation.dom.tsx diff --git a/ts/components/StoriesAddStoryButton.tsx b/ts/components/StoriesAddStoryButton.dom.tsx similarity index 100% rename from ts/components/StoriesAddStoryButton.tsx rename to ts/components/StoriesAddStoryButton.dom.tsx diff --git a/ts/components/StoriesPane.tsx b/ts/components/StoriesPane.dom.tsx similarity index 100% rename from ts/components/StoriesPane.tsx rename to ts/components/StoriesPane.dom.tsx diff --git a/ts/components/StoriesSettingsModal.stories.tsx b/ts/components/StoriesSettingsModal.dom.stories.tsx similarity index 100% rename from ts/components/StoriesSettingsModal.stories.tsx rename to ts/components/StoriesSettingsModal.dom.stories.tsx diff --git a/ts/components/StoriesSettingsModal.tsx b/ts/components/StoriesSettingsModal.dom.tsx similarity index 100% rename from ts/components/StoriesSettingsModal.tsx rename to ts/components/StoriesSettingsModal.dom.tsx diff --git a/ts/components/StoriesTab.stories.tsx b/ts/components/StoriesTab.dom.stories.tsx similarity index 100% rename from ts/components/StoriesTab.stories.tsx rename to ts/components/StoriesTab.dom.stories.tsx diff --git a/ts/components/StoriesTab.tsx b/ts/components/StoriesTab.dom.tsx similarity index 100% rename from ts/components/StoriesTab.tsx rename to ts/components/StoriesTab.dom.tsx diff --git a/ts/components/StoryCreator.stories.tsx b/ts/components/StoryCreator.dom.stories.tsx similarity index 100% rename from ts/components/StoryCreator.stories.tsx rename to ts/components/StoryCreator.dom.stories.tsx diff --git a/ts/components/StoryCreator.tsx b/ts/components/StoryCreator.dom.tsx similarity index 100% rename from ts/components/StoryCreator.tsx rename to ts/components/StoryCreator.dom.tsx diff --git a/ts/components/StoryDetailsModal.stories.tsx b/ts/components/StoryDetailsModal.dom.stories.tsx similarity index 100% rename from ts/components/StoryDetailsModal.stories.tsx rename to ts/components/StoryDetailsModal.dom.stories.tsx diff --git a/ts/components/StoryDetailsModal.tsx b/ts/components/StoryDetailsModal.dom.tsx similarity index 100% rename from ts/components/StoryDetailsModal.tsx rename to ts/components/StoryDetailsModal.dom.tsx diff --git a/ts/components/StoryDistributionListName.tsx b/ts/components/StoryDistributionListName.dom.tsx similarity index 100% rename from ts/components/StoryDistributionListName.tsx rename to ts/components/StoryDistributionListName.dom.tsx diff --git a/ts/components/StoryImage.stories.tsx b/ts/components/StoryImage.dom.stories.tsx similarity index 100% rename from ts/components/StoryImage.stories.tsx rename to ts/components/StoryImage.dom.stories.tsx diff --git a/ts/components/StoryImage.tsx b/ts/components/StoryImage.dom.tsx similarity index 100% rename from ts/components/StoryImage.tsx rename to ts/components/StoryImage.dom.tsx diff --git a/ts/components/StoryLinkPreview.stories.tsx b/ts/components/StoryLinkPreview.dom.stories.tsx similarity index 100% rename from ts/components/StoryLinkPreview.stories.tsx rename to ts/components/StoryLinkPreview.dom.stories.tsx diff --git a/ts/components/StoryLinkPreview.tsx b/ts/components/StoryLinkPreview.dom.tsx similarity index 100% rename from ts/components/StoryLinkPreview.tsx rename to ts/components/StoryLinkPreview.dom.tsx diff --git a/ts/components/StoryListItem.stories.tsx b/ts/components/StoryListItem.dom.stories.tsx similarity index 100% rename from ts/components/StoryListItem.stories.tsx rename to ts/components/StoryListItem.dom.stories.tsx diff --git a/ts/components/StoryListItem.tsx b/ts/components/StoryListItem.dom.tsx similarity index 100% rename from ts/components/StoryListItem.tsx rename to ts/components/StoryListItem.dom.tsx diff --git a/ts/components/StoryProgressSegment.tsx b/ts/components/StoryProgressSegment.dom.tsx similarity index 100% rename from ts/components/StoryProgressSegment.tsx rename to ts/components/StoryProgressSegment.dom.tsx diff --git a/ts/components/StoryViewer.stories.tsx b/ts/components/StoryViewer.dom.stories.tsx similarity index 100% rename from ts/components/StoryViewer.stories.tsx rename to ts/components/StoryViewer.dom.stories.tsx diff --git a/ts/components/StoryViewer.tsx b/ts/components/StoryViewer.dom.tsx similarity index 100% rename from ts/components/StoryViewer.tsx rename to ts/components/StoryViewer.dom.tsx diff --git a/ts/components/StoryViewsNRepliesModal.stories.tsx b/ts/components/StoryViewsNRepliesModal.dom.stories.tsx similarity index 100% rename from ts/components/StoryViewsNRepliesModal.stories.tsx rename to ts/components/StoryViewsNRepliesModal.dom.stories.tsx diff --git a/ts/components/StoryViewsNRepliesModal.tsx b/ts/components/StoryViewsNRepliesModal.dom.tsx similarity index 100% rename from ts/components/StoryViewsNRepliesModal.tsx rename to ts/components/StoryViewsNRepliesModal.dom.tsx diff --git a/ts/components/Tabs.tsx b/ts/components/Tabs.dom.tsx similarity index 100% rename from ts/components/Tabs.tsx rename to ts/components/Tabs.dom.tsx diff --git a/ts/components/TapToViewNotAvailableModal.stories.tsx b/ts/components/TapToViewNotAvailableModal.dom.stories.tsx similarity index 100% rename from ts/components/TapToViewNotAvailableModal.stories.tsx rename to ts/components/TapToViewNotAvailableModal.dom.stories.tsx diff --git a/ts/components/TapToViewNotAvailableModal.tsx b/ts/components/TapToViewNotAvailableModal.dom.tsx similarity index 100% rename from ts/components/TapToViewNotAvailableModal.tsx rename to ts/components/TapToViewNotAvailableModal.dom.tsx diff --git a/ts/components/TextAttachment.stories.tsx b/ts/components/TextAttachment.dom.stories.tsx similarity index 100% rename from ts/components/TextAttachment.stories.tsx rename to ts/components/TextAttachment.dom.stories.tsx diff --git a/ts/components/TextAttachment.tsx b/ts/components/TextAttachment.dom.tsx similarity index 100% rename from ts/components/TextAttachment.tsx rename to ts/components/TextAttachment.dom.tsx diff --git a/ts/components/TextStoryCreator.tsx b/ts/components/TextStoryCreator.dom.tsx similarity index 100% rename from ts/components/TextStoryCreator.tsx rename to ts/components/TextStoryCreator.dom.tsx diff --git a/ts/components/Time.tsx b/ts/components/Time.dom.tsx similarity index 100% rename from ts/components/Time.tsx rename to ts/components/Time.dom.tsx diff --git a/ts/components/TitlebarDragArea.tsx b/ts/components/TitlebarDragArea.dom.tsx similarity index 100% rename from ts/components/TitlebarDragArea.tsx rename to ts/components/TitlebarDragArea.dom.tsx diff --git a/ts/components/Toast.stories.tsx b/ts/components/Toast.dom.stories.tsx similarity index 100% rename from ts/components/Toast.stories.tsx rename to ts/components/Toast.dom.stories.tsx diff --git a/ts/components/Toast.tsx b/ts/components/Toast.dom.tsx similarity index 100% rename from ts/components/Toast.tsx rename to ts/components/Toast.dom.tsx diff --git a/ts/components/ToastManager.stories.tsx b/ts/components/ToastManager.dom.stories.tsx similarity index 100% rename from ts/components/ToastManager.stories.tsx rename to ts/components/ToastManager.dom.stories.tsx diff --git a/ts/components/ToastManager.tsx b/ts/components/ToastManager.dom.tsx similarity index 100% rename from ts/components/ToastManager.tsx rename to ts/components/ToastManager.dom.tsx diff --git a/ts/components/Tooltip.stories.tsx b/ts/components/Tooltip.dom.stories.tsx similarity index 100% rename from ts/components/Tooltip.stories.tsx rename to ts/components/Tooltip.dom.stories.tsx diff --git a/ts/components/Tooltip.tsx b/ts/components/Tooltip.dom.tsx similarity index 100% rename from ts/components/Tooltip.tsx rename to ts/components/Tooltip.dom.tsx diff --git a/ts/components/UnsupportedOSDialog.stories.tsx b/ts/components/UnsupportedOSDialog.dom.stories.tsx similarity index 100% rename from ts/components/UnsupportedOSDialog.stories.tsx rename to ts/components/UnsupportedOSDialog.dom.stories.tsx diff --git a/ts/components/UnsupportedOSDialog.tsx b/ts/components/UnsupportedOSDialog.dom.tsx similarity index 100% rename from ts/components/UnsupportedOSDialog.tsx rename to ts/components/UnsupportedOSDialog.dom.tsx diff --git a/ts/components/UserText.tsx b/ts/components/UserText.dom.tsx similarity index 100% rename from ts/components/UserText.tsx rename to ts/components/UserText.dom.tsx diff --git a/ts/components/UsernameEditor.stories.tsx b/ts/components/UsernameEditor.dom.stories.tsx similarity index 100% rename from ts/components/UsernameEditor.stories.tsx rename to ts/components/UsernameEditor.dom.stories.tsx diff --git a/ts/components/UsernameEditor.tsx b/ts/components/UsernameEditor.dom.tsx similarity index 100% rename from ts/components/UsernameEditor.tsx rename to ts/components/UsernameEditor.dom.tsx diff --git a/ts/components/UsernameLinkEditor.stories.tsx b/ts/components/UsernameLinkEditor.dom.stories.tsx similarity index 100% rename from ts/components/UsernameLinkEditor.stories.tsx rename to ts/components/UsernameLinkEditor.dom.stories.tsx diff --git a/ts/components/UsernameLinkEditor.tsx b/ts/components/UsernameLinkEditor.dom.tsx similarity index 100% rename from ts/components/UsernameLinkEditor.tsx rename to ts/components/UsernameLinkEditor.dom.tsx diff --git a/ts/components/UsernameMegaphone.stories.tsx b/ts/components/UsernameMegaphone.dom.stories.tsx similarity index 100% rename from ts/components/UsernameMegaphone.stories.tsx rename to ts/components/UsernameMegaphone.dom.stories.tsx diff --git a/ts/components/UsernameMegaphone.tsx b/ts/components/UsernameMegaphone.dom.tsx similarity index 100% rename from ts/components/UsernameMegaphone.tsx rename to ts/components/UsernameMegaphone.dom.tsx diff --git a/ts/components/UsernameOnboardingModal.stories.tsx b/ts/components/UsernameOnboardingModal.dom.stories.tsx similarity index 100% rename from ts/components/UsernameOnboardingModal.stories.tsx rename to ts/components/UsernameOnboardingModal.dom.stories.tsx diff --git a/ts/components/UsernameOnboardingModal.tsx b/ts/components/UsernameOnboardingModal.dom.tsx similarity index 100% rename from ts/components/UsernameOnboardingModal.tsx rename to ts/components/UsernameOnboardingModal.dom.tsx diff --git a/ts/components/VoiceNotesPlaybackContext.tsx b/ts/components/VoiceNotesPlaybackContext.dom.tsx similarity index 100% rename from ts/components/VoiceNotesPlaybackContext.tsx rename to ts/components/VoiceNotesPlaybackContext.dom.tsx diff --git a/ts/components/WarningIdlePrimaryDeviceDialog.tsx b/ts/components/WarningIdlePrimaryDeviceDialog.dom.tsx similarity index 100% rename from ts/components/WarningIdlePrimaryDeviceDialog.tsx rename to ts/components/WarningIdlePrimaryDeviceDialog.dom.tsx diff --git a/ts/components/WhatsNewLink.tsx b/ts/components/WhatsNewLink.dom.tsx similarity index 100% rename from ts/components/WhatsNewLink.tsx rename to ts/components/WhatsNewLink.dom.tsx diff --git a/ts/components/WhatsNewModal.stories.tsx b/ts/components/WhatsNewModal.dom.stories.tsx similarity index 100% rename from ts/components/WhatsNewModal.stories.tsx rename to ts/components/WhatsNewModal.dom.stories.tsx diff --git a/ts/components/WhatsNewModal.tsx b/ts/components/WhatsNewModal.dom.tsx similarity index 100% rename from ts/components/WhatsNewModal.tsx rename to ts/components/WhatsNewModal.dom.tsx diff --git a/ts/components/_util.ts b/ts/components/_util.std.ts similarity index 100% rename from ts/components/_util.ts rename to ts/components/_util.std.ts diff --git a/ts/components/conversation/About.tsx b/ts/components/conversation/About.dom.tsx similarity index 100% rename from ts/components/conversation/About.tsx rename to ts/components/conversation/About.dom.tsx diff --git a/ts/components/conversation/AboutContactModal.stories.tsx b/ts/components/conversation/AboutContactModal.dom.stories.tsx similarity index 100% rename from ts/components/conversation/AboutContactModal.stories.tsx rename to ts/components/conversation/AboutContactModal.dom.stories.tsx diff --git a/ts/components/conversation/AboutContactModal.tsx b/ts/components/conversation/AboutContactModal.dom.tsx similarity index 100% rename from ts/components/conversation/AboutContactModal.tsx rename to ts/components/conversation/AboutContactModal.dom.tsx diff --git a/ts/components/conversation/AddNewLines.stories.tsx b/ts/components/conversation/AddNewLines.dom.stories.tsx similarity index 100% rename from ts/components/conversation/AddNewLines.stories.tsx rename to ts/components/conversation/AddNewLines.dom.stories.tsx diff --git a/ts/components/conversation/AddNewLines.tsx b/ts/components/conversation/AddNewLines.dom.tsx similarity index 100% rename from ts/components/conversation/AddNewLines.tsx rename to ts/components/conversation/AddNewLines.dom.tsx diff --git a/ts/components/conversation/AtMention.tsx b/ts/components/conversation/AtMention.dom.tsx similarity index 100% rename from ts/components/conversation/AtMention.tsx rename to ts/components/conversation/AtMention.dom.tsx diff --git a/ts/components/conversation/AtMentionify.stories.tsx b/ts/components/conversation/AtMentionify.dom.stories.tsx similarity index 100% rename from ts/components/conversation/AtMentionify.stories.tsx rename to ts/components/conversation/AtMentionify.dom.stories.tsx diff --git a/ts/components/conversation/AtMentionify.tsx b/ts/components/conversation/AtMentionify.dom.tsx similarity index 100% rename from ts/components/conversation/AtMentionify.tsx rename to ts/components/conversation/AtMentionify.dom.tsx diff --git a/ts/components/conversation/AttachmentDetailPill.stories.tsx b/ts/components/conversation/AttachmentDetailPill.dom.stories.tsx similarity index 100% rename from ts/components/conversation/AttachmentDetailPill.stories.tsx rename to ts/components/conversation/AttachmentDetailPill.dom.stories.tsx diff --git a/ts/components/conversation/AttachmentDetailPill.tsx b/ts/components/conversation/AttachmentDetailPill.dom.tsx similarity index 100% rename from ts/components/conversation/AttachmentDetailPill.tsx rename to ts/components/conversation/AttachmentDetailPill.dom.tsx diff --git a/ts/components/conversation/AttachmentList.stories.tsx b/ts/components/conversation/AttachmentList.dom.stories.tsx similarity index 100% rename from ts/components/conversation/AttachmentList.stories.tsx rename to ts/components/conversation/AttachmentList.dom.stories.tsx diff --git a/ts/components/conversation/AttachmentList.tsx b/ts/components/conversation/AttachmentList.dom.tsx similarity index 100% rename from ts/components/conversation/AttachmentList.tsx rename to ts/components/conversation/AttachmentList.dom.tsx diff --git a/ts/components/conversation/AttachmentStatusIcon.stories.tsx b/ts/components/conversation/AttachmentStatusIcon.dom.stories.tsx similarity index 100% rename from ts/components/conversation/AttachmentStatusIcon.stories.tsx rename to ts/components/conversation/AttachmentStatusIcon.dom.stories.tsx diff --git a/ts/components/conversation/AttachmentStatusIcon.tsx b/ts/components/conversation/AttachmentStatusIcon.dom.tsx similarity index 100% rename from ts/components/conversation/AttachmentStatusIcon.tsx rename to ts/components/conversation/AttachmentStatusIcon.dom.tsx diff --git a/ts/components/conversation/AudioCapture.tsx b/ts/components/conversation/AudioCapture.dom.tsx similarity index 100% rename from ts/components/conversation/AudioCapture.tsx rename to ts/components/conversation/AudioCapture.dom.tsx diff --git a/ts/components/conversation/CallingNotification.stories.tsx b/ts/components/conversation/CallingNotification.dom.stories.tsx similarity index 100% rename from ts/components/conversation/CallingNotification.stories.tsx rename to ts/components/conversation/CallingNotification.dom.stories.tsx diff --git a/ts/components/conversation/CallingNotification.tsx b/ts/components/conversation/CallingNotification.dom.tsx similarity index 100% rename from ts/components/conversation/CallingNotification.tsx rename to ts/components/conversation/CallingNotification.dom.tsx diff --git a/ts/components/conversation/ChangeNumberNotification.stories.tsx b/ts/components/conversation/ChangeNumberNotification.dom.stories.tsx similarity index 100% rename from ts/components/conversation/ChangeNumberNotification.stories.tsx rename to ts/components/conversation/ChangeNumberNotification.dom.stories.tsx diff --git a/ts/components/conversation/ChangeNumberNotification.tsx b/ts/components/conversation/ChangeNumberNotification.dom.tsx similarity index 100% rename from ts/components/conversation/ChangeNumberNotification.tsx rename to ts/components/conversation/ChangeNumberNotification.dom.tsx diff --git a/ts/components/conversation/ChatSessionRefreshedDialog.stories.tsx b/ts/components/conversation/ChatSessionRefreshedDialog.dom.stories.tsx similarity index 100% rename from ts/components/conversation/ChatSessionRefreshedDialog.stories.tsx rename to ts/components/conversation/ChatSessionRefreshedDialog.dom.stories.tsx diff --git a/ts/components/conversation/ChatSessionRefreshedDialog.tsx b/ts/components/conversation/ChatSessionRefreshedDialog.dom.tsx similarity index 100% rename from ts/components/conversation/ChatSessionRefreshedDialog.tsx rename to ts/components/conversation/ChatSessionRefreshedDialog.dom.tsx diff --git a/ts/components/conversation/ChatSessionRefreshedNotification.stories.tsx b/ts/components/conversation/ChatSessionRefreshedNotification.dom.stories.tsx similarity index 100% rename from ts/components/conversation/ChatSessionRefreshedNotification.stories.tsx rename to ts/components/conversation/ChatSessionRefreshedNotification.dom.stories.tsx diff --git a/ts/components/conversation/ChatSessionRefreshedNotification.tsx b/ts/components/conversation/ChatSessionRefreshedNotification.dom.tsx similarity index 100% rename from ts/components/conversation/ChatSessionRefreshedNotification.tsx rename to ts/components/conversation/ChatSessionRefreshedNotification.dom.tsx diff --git a/ts/components/conversation/ContactDetail.stories.tsx b/ts/components/conversation/ContactDetail.dom.stories.tsx similarity index 100% rename from ts/components/conversation/ContactDetail.stories.tsx rename to ts/components/conversation/ContactDetail.dom.stories.tsx diff --git a/ts/components/conversation/ContactDetail.tsx b/ts/components/conversation/ContactDetail.dom.tsx similarity index 100% rename from ts/components/conversation/ContactDetail.tsx rename to ts/components/conversation/ContactDetail.dom.tsx diff --git a/ts/components/conversation/ContactModal.stories.tsx b/ts/components/conversation/ContactModal.dom.stories.tsx similarity index 100% rename from ts/components/conversation/ContactModal.stories.tsx rename to ts/components/conversation/ContactModal.dom.stories.tsx diff --git a/ts/components/conversation/ContactModal.tsx b/ts/components/conversation/ContactModal.dom.tsx similarity index 100% rename from ts/components/conversation/ContactModal.tsx rename to ts/components/conversation/ContactModal.dom.tsx diff --git a/ts/components/conversation/ContactName.stories.tsx b/ts/components/conversation/ContactName.dom.stories.tsx similarity index 100% rename from ts/components/conversation/ContactName.stories.tsx rename to ts/components/conversation/ContactName.dom.stories.tsx diff --git a/ts/components/conversation/ContactName.tsx b/ts/components/conversation/ContactName.dom.tsx similarity index 100% rename from ts/components/conversation/ContactName.tsx rename to ts/components/conversation/ContactName.dom.tsx diff --git a/ts/components/conversation/ContactSpoofingReviewDialog.stories.tsx b/ts/components/conversation/ContactSpoofingReviewDialog.dom.stories.tsx similarity index 100% rename from ts/components/conversation/ContactSpoofingReviewDialog.stories.tsx rename to ts/components/conversation/ContactSpoofingReviewDialog.dom.stories.tsx diff --git a/ts/components/conversation/ContactSpoofingReviewDialog.tsx b/ts/components/conversation/ContactSpoofingReviewDialog.dom.tsx similarity index 100% rename from ts/components/conversation/ContactSpoofingReviewDialog.tsx rename to ts/components/conversation/ContactSpoofingReviewDialog.dom.tsx diff --git a/ts/components/conversation/ContactSpoofingReviewDialogPerson.stories.tsx b/ts/components/conversation/ContactSpoofingReviewDialogPerson.dom.stories.tsx similarity index 100% rename from ts/components/conversation/ContactSpoofingReviewDialogPerson.stories.tsx rename to ts/components/conversation/ContactSpoofingReviewDialogPerson.dom.stories.tsx diff --git a/ts/components/conversation/ContactSpoofingReviewDialogPerson.tsx b/ts/components/conversation/ContactSpoofingReviewDialogPerson.dom.tsx similarity index 100% rename from ts/components/conversation/ContactSpoofingReviewDialogPerson.tsx rename to ts/components/conversation/ContactSpoofingReviewDialogPerson.dom.tsx diff --git a/ts/components/conversation/ConversationHeader.stories.tsx b/ts/components/conversation/ConversationHeader.dom.stories.tsx similarity index 100% rename from ts/components/conversation/ConversationHeader.stories.tsx rename to ts/components/conversation/ConversationHeader.dom.stories.tsx diff --git a/ts/components/conversation/ConversationHeader.tsx b/ts/components/conversation/ConversationHeader.dom.tsx similarity index 100% rename from ts/components/conversation/ConversationHeader.tsx rename to ts/components/conversation/ConversationHeader.dom.tsx diff --git a/ts/components/conversation/ConversationHero.stories.tsx b/ts/components/conversation/ConversationHero.dom.stories.tsx similarity index 100% rename from ts/components/conversation/ConversationHero.stories.tsx rename to ts/components/conversation/ConversationHero.dom.stories.tsx diff --git a/ts/components/conversation/ConversationHero.tsx b/ts/components/conversation/ConversationHero.dom.tsx similarity index 100% rename from ts/components/conversation/ConversationHero.tsx rename to ts/components/conversation/ConversationHero.dom.tsx diff --git a/ts/components/conversation/ConversationMergeNotification.stories.tsx b/ts/components/conversation/ConversationMergeNotification.dom.stories.tsx similarity index 100% rename from ts/components/conversation/ConversationMergeNotification.stories.tsx rename to ts/components/conversation/ConversationMergeNotification.dom.stories.tsx diff --git a/ts/components/conversation/ConversationMergeNotification.tsx b/ts/components/conversation/ConversationMergeNotification.dom.tsx similarity index 100% rename from ts/components/conversation/ConversationMergeNotification.tsx rename to ts/components/conversation/ConversationMergeNotification.dom.tsx diff --git a/ts/components/conversation/ConversationView.tsx b/ts/components/conversation/ConversationView.dom.tsx similarity index 100% rename from ts/components/conversation/ConversationView.tsx rename to ts/components/conversation/ConversationView.dom.tsx diff --git a/ts/components/conversation/DeliveryIssueDialog.stories.tsx b/ts/components/conversation/DeliveryIssueDialog.dom.stories.tsx similarity index 100% rename from ts/components/conversation/DeliveryIssueDialog.stories.tsx rename to ts/components/conversation/DeliveryIssueDialog.dom.stories.tsx diff --git a/ts/components/conversation/DeliveryIssueDialog.tsx b/ts/components/conversation/DeliveryIssueDialog.dom.tsx similarity index 100% rename from ts/components/conversation/DeliveryIssueDialog.tsx rename to ts/components/conversation/DeliveryIssueDialog.dom.tsx diff --git a/ts/components/conversation/DeliveryIssueNotification.stories.tsx b/ts/components/conversation/DeliveryIssueNotification.dom.stories.tsx similarity index 100% rename from ts/components/conversation/DeliveryIssueNotification.stories.tsx rename to ts/components/conversation/DeliveryIssueNotification.dom.stories.tsx diff --git a/ts/components/conversation/DeliveryIssueNotification.tsx b/ts/components/conversation/DeliveryIssueNotification.dom.tsx similarity index 100% rename from ts/components/conversation/DeliveryIssueNotification.tsx rename to ts/components/conversation/DeliveryIssueNotification.dom.tsx diff --git a/ts/components/conversation/DonationsOfflineTooltip.tsx b/ts/components/conversation/DonationsOfflineTooltip.dom.tsx similarity index 100% rename from ts/components/conversation/DonationsOfflineTooltip.tsx rename to ts/components/conversation/DonationsOfflineTooltip.dom.tsx diff --git a/ts/components/conversation/EmbeddedContact.tsx b/ts/components/conversation/EmbeddedContact.dom.tsx similarity index 100% rename from ts/components/conversation/EmbeddedContact.tsx rename to ts/components/conversation/EmbeddedContact.dom.tsx diff --git a/ts/components/conversation/Emojify.stories.tsx b/ts/components/conversation/Emojify.dom.stories.tsx similarity index 100% rename from ts/components/conversation/Emojify.stories.tsx rename to ts/components/conversation/Emojify.dom.stories.tsx diff --git a/ts/components/conversation/Emojify.tsx b/ts/components/conversation/Emojify.dom.tsx similarity index 100% rename from ts/components/conversation/Emojify.tsx rename to ts/components/conversation/Emojify.dom.tsx diff --git a/ts/components/conversation/ErrorBoundary.stories.tsx b/ts/components/conversation/ErrorBoundary.dom.stories.tsx similarity index 100% rename from ts/components/conversation/ErrorBoundary.stories.tsx rename to ts/components/conversation/ErrorBoundary.dom.stories.tsx diff --git a/ts/components/conversation/ErrorBoundary.tsx b/ts/components/conversation/ErrorBoundary.dom.tsx similarity index 100% rename from ts/components/conversation/ErrorBoundary.tsx rename to ts/components/conversation/ErrorBoundary.dom.tsx diff --git a/ts/components/conversation/ExpireTimer.stories.tsx b/ts/components/conversation/ExpireTimer.dom.stories.tsx similarity index 100% rename from ts/components/conversation/ExpireTimer.stories.tsx rename to ts/components/conversation/ExpireTimer.dom.stories.tsx diff --git a/ts/components/conversation/ExpireTimer.tsx b/ts/components/conversation/ExpireTimer.dom.tsx similarity index 100% rename from ts/components/conversation/ExpireTimer.tsx rename to ts/components/conversation/ExpireTimer.dom.tsx diff --git a/ts/components/conversation/GIF.tsx b/ts/components/conversation/GIF.dom.tsx similarity index 100% rename from ts/components/conversation/GIF.tsx rename to ts/components/conversation/GIF.dom.tsx diff --git a/ts/components/conversation/GroupDescription.stories.tsx b/ts/components/conversation/GroupDescription.dom.stories.tsx similarity index 100% rename from ts/components/conversation/GroupDescription.stories.tsx rename to ts/components/conversation/GroupDescription.dom.stories.tsx diff --git a/ts/components/conversation/GroupDescription.tsx b/ts/components/conversation/GroupDescription.dom.tsx similarity index 100% rename from ts/components/conversation/GroupDescription.tsx rename to ts/components/conversation/GroupDescription.dom.tsx diff --git a/ts/components/conversation/GroupNotification.stories.tsx b/ts/components/conversation/GroupNotification.dom.stories.tsx similarity index 100% rename from ts/components/conversation/GroupNotification.stories.tsx rename to ts/components/conversation/GroupNotification.dom.stories.tsx diff --git a/ts/components/conversation/GroupNotification.tsx b/ts/components/conversation/GroupNotification.dom.tsx similarity index 100% rename from ts/components/conversation/GroupNotification.tsx rename to ts/components/conversation/GroupNotification.dom.tsx diff --git a/ts/components/conversation/GroupV1DisabledActions.stories.tsx b/ts/components/conversation/GroupV1DisabledActions.dom.stories.tsx similarity index 100% rename from ts/components/conversation/GroupV1DisabledActions.stories.tsx rename to ts/components/conversation/GroupV1DisabledActions.dom.stories.tsx diff --git a/ts/components/conversation/GroupV1DisabledActions.tsx b/ts/components/conversation/GroupV1DisabledActions.dom.tsx similarity index 100% rename from ts/components/conversation/GroupV1DisabledActions.tsx rename to ts/components/conversation/GroupV1DisabledActions.dom.tsx diff --git a/ts/components/conversation/GroupV1Migration.stories.tsx b/ts/components/conversation/GroupV1Migration.dom.stories.tsx similarity index 100% rename from ts/components/conversation/GroupV1Migration.stories.tsx rename to ts/components/conversation/GroupV1Migration.dom.stories.tsx diff --git a/ts/components/conversation/GroupV1Migration.tsx b/ts/components/conversation/GroupV1Migration.dom.tsx similarity index 100% rename from ts/components/conversation/GroupV1Migration.tsx rename to ts/components/conversation/GroupV1Migration.dom.tsx diff --git a/ts/components/conversation/GroupV2Change.stories.tsx b/ts/components/conversation/GroupV2Change.dom.stories.tsx similarity index 100% rename from ts/components/conversation/GroupV2Change.stories.tsx rename to ts/components/conversation/GroupV2Change.dom.stories.tsx diff --git a/ts/components/conversation/GroupV2Change.tsx b/ts/components/conversation/GroupV2Change.dom.tsx similarity index 100% rename from ts/components/conversation/GroupV2Change.tsx rename to ts/components/conversation/GroupV2Change.dom.tsx diff --git a/ts/components/conversation/GroupV2PendingApprovalActions.stories.tsx b/ts/components/conversation/GroupV2PendingApprovalActions.dom.stories.tsx similarity index 100% rename from ts/components/conversation/GroupV2PendingApprovalActions.stories.tsx rename to ts/components/conversation/GroupV2PendingApprovalActions.dom.stories.tsx diff --git a/ts/components/conversation/GroupV2PendingApprovalActions.tsx b/ts/components/conversation/GroupV2PendingApprovalActions.dom.tsx similarity index 100% rename from ts/components/conversation/GroupV2PendingApprovalActions.tsx rename to ts/components/conversation/GroupV2PendingApprovalActions.dom.tsx diff --git a/ts/components/conversation/Image.stories.tsx b/ts/components/conversation/Image.dom.stories.tsx similarity index 100% rename from ts/components/conversation/Image.stories.tsx rename to ts/components/conversation/Image.dom.stories.tsx diff --git a/ts/components/conversation/Image.tsx b/ts/components/conversation/Image.dom.tsx similarity index 100% rename from ts/components/conversation/Image.tsx rename to ts/components/conversation/Image.dom.tsx diff --git a/ts/components/conversation/ImageGrid.stories.tsx b/ts/components/conversation/ImageGrid.dom.stories.tsx similarity index 100% rename from ts/components/conversation/ImageGrid.stories.tsx rename to ts/components/conversation/ImageGrid.dom.stories.tsx diff --git a/ts/components/conversation/ImageGrid.tsx b/ts/components/conversation/ImageGrid.dom.tsx similarity index 100% rename from ts/components/conversation/ImageGrid.tsx rename to ts/components/conversation/ImageGrid.dom.tsx diff --git a/ts/components/conversation/InAnotherCallTooltip.tsx b/ts/components/conversation/InAnotherCallTooltip.dom.tsx similarity index 100% rename from ts/components/conversation/InAnotherCallTooltip.tsx rename to ts/components/conversation/InAnotherCallTooltip.dom.tsx diff --git a/ts/components/conversation/InlineNotificationWrapper.tsx b/ts/components/conversation/InlineNotificationWrapper.dom.tsx similarity index 100% rename from ts/components/conversation/InlineNotificationWrapper.tsx rename to ts/components/conversation/InlineNotificationWrapper.dom.tsx diff --git a/ts/components/conversation/JoinedSignalNotification.stories.tsx b/ts/components/conversation/JoinedSignalNotification.dom.stories.tsx similarity index 100% rename from ts/components/conversation/JoinedSignalNotification.stories.tsx rename to ts/components/conversation/JoinedSignalNotification.dom.stories.tsx diff --git a/ts/components/conversation/JoinedSignalNotification.tsx b/ts/components/conversation/JoinedSignalNotification.dom.tsx similarity index 100% rename from ts/components/conversation/JoinedSignalNotification.tsx rename to ts/components/conversation/JoinedSignalNotification.dom.tsx diff --git a/ts/components/conversation/LastSeenIndicator.stories.tsx b/ts/components/conversation/LastSeenIndicator.dom.stories.tsx similarity index 100% rename from ts/components/conversation/LastSeenIndicator.stories.tsx rename to ts/components/conversation/LastSeenIndicator.dom.stories.tsx diff --git a/ts/components/conversation/LastSeenIndicator.tsx b/ts/components/conversation/LastSeenIndicator.dom.tsx similarity index 100% rename from ts/components/conversation/LastSeenIndicator.tsx rename to ts/components/conversation/LastSeenIndicator.dom.tsx diff --git a/ts/components/conversation/LinkPreviewDate.tsx b/ts/components/conversation/LinkPreviewDate.dom.tsx similarity index 100% rename from ts/components/conversation/LinkPreviewDate.tsx rename to ts/components/conversation/LinkPreviewDate.dom.tsx diff --git a/ts/components/conversation/Linkify.stories.tsx b/ts/components/conversation/Linkify.dom.stories.tsx similarity index 100% rename from ts/components/conversation/Linkify.stories.tsx rename to ts/components/conversation/Linkify.dom.stories.tsx diff --git a/ts/components/conversation/Linkify.tsx b/ts/components/conversation/Linkify.dom.tsx similarity index 100% rename from ts/components/conversation/Linkify.tsx rename to ts/components/conversation/Linkify.dom.tsx diff --git a/ts/components/conversation/MandatoryProfileSharingActions.stories.tsx b/ts/components/conversation/MandatoryProfileSharingActions.dom.stories.tsx similarity index 100% rename from ts/components/conversation/MandatoryProfileSharingActions.stories.tsx rename to ts/components/conversation/MandatoryProfileSharingActions.dom.stories.tsx diff --git a/ts/components/conversation/MandatoryProfileSharingActions.tsx b/ts/components/conversation/MandatoryProfileSharingActions.dom.tsx similarity index 100% rename from ts/components/conversation/MandatoryProfileSharingActions.tsx rename to ts/components/conversation/MandatoryProfileSharingActions.dom.tsx diff --git a/ts/components/conversation/Message.tsx b/ts/components/conversation/Message.dom.tsx similarity index 100% rename from ts/components/conversation/Message.tsx rename to ts/components/conversation/Message.dom.tsx diff --git a/ts/components/conversation/MessageAudio.tsx b/ts/components/conversation/MessageAudio.dom.tsx similarity index 100% rename from ts/components/conversation/MessageAudio.tsx rename to ts/components/conversation/MessageAudio.dom.tsx diff --git a/ts/components/conversation/MessageBody.stories.tsx b/ts/components/conversation/MessageBody.dom.stories.tsx similarity index 100% rename from ts/components/conversation/MessageBody.stories.tsx rename to ts/components/conversation/MessageBody.dom.stories.tsx diff --git a/ts/components/conversation/MessageBody.tsx b/ts/components/conversation/MessageBody.dom.tsx similarity index 100% rename from ts/components/conversation/MessageBody.tsx rename to ts/components/conversation/MessageBody.dom.tsx diff --git a/ts/components/conversation/MessageBodyReadMore.stories.tsx b/ts/components/conversation/MessageBodyReadMore.dom.stories.tsx similarity index 100% rename from ts/components/conversation/MessageBodyReadMore.stories.tsx rename to ts/components/conversation/MessageBodyReadMore.dom.stories.tsx diff --git a/ts/components/conversation/MessageBodyReadMore.tsx b/ts/components/conversation/MessageBodyReadMore.dom.tsx similarity index 100% rename from ts/components/conversation/MessageBodyReadMore.tsx rename to ts/components/conversation/MessageBodyReadMore.dom.tsx diff --git a/ts/components/conversation/MessageContextMenu.tsx b/ts/components/conversation/MessageContextMenu.dom.tsx similarity index 100% rename from ts/components/conversation/MessageContextMenu.tsx rename to ts/components/conversation/MessageContextMenu.dom.tsx diff --git a/ts/components/conversation/MessageDetail.stories.tsx b/ts/components/conversation/MessageDetail.dom.stories.tsx similarity index 100% rename from ts/components/conversation/MessageDetail.stories.tsx rename to ts/components/conversation/MessageDetail.dom.stories.tsx diff --git a/ts/components/conversation/MessageDetail.tsx b/ts/components/conversation/MessageDetail.dom.tsx similarity index 100% rename from ts/components/conversation/MessageDetail.tsx rename to ts/components/conversation/MessageDetail.dom.tsx diff --git a/ts/components/conversation/MessageMetadata.tsx b/ts/components/conversation/MessageMetadata.dom.tsx similarity index 100% rename from ts/components/conversation/MessageMetadata.tsx rename to ts/components/conversation/MessageMetadata.dom.tsx diff --git a/ts/components/conversation/MessageRequestActions.stories.tsx b/ts/components/conversation/MessageRequestActions.dom.stories.tsx similarity index 100% rename from ts/components/conversation/MessageRequestActions.stories.tsx rename to ts/components/conversation/MessageRequestActions.dom.stories.tsx diff --git a/ts/components/conversation/MessageRequestActions.tsx b/ts/components/conversation/MessageRequestActions.dom.tsx similarity index 100% rename from ts/components/conversation/MessageRequestActions.tsx rename to ts/components/conversation/MessageRequestActions.dom.tsx diff --git a/ts/components/conversation/MessageRequestActionsConfirmation.tsx b/ts/components/conversation/MessageRequestActionsConfirmation.dom.tsx similarity index 100% rename from ts/components/conversation/MessageRequestActionsConfirmation.tsx rename to ts/components/conversation/MessageRequestActionsConfirmation.dom.tsx diff --git a/ts/components/conversation/MessageRequestResponseNotification.tsx b/ts/components/conversation/MessageRequestResponseNotification.dom.tsx similarity index 100% rename from ts/components/conversation/MessageRequestResponseNotification.tsx rename to ts/components/conversation/MessageRequestResponseNotification.dom.tsx diff --git a/ts/components/conversation/MessageTextMetadataSpacer.tsx b/ts/components/conversation/MessageTextMetadataSpacer.dom.tsx similarity index 100% rename from ts/components/conversation/MessageTextMetadataSpacer.tsx rename to ts/components/conversation/MessageTextMetadataSpacer.dom.tsx diff --git a/ts/components/conversation/MessageTextRenderer.tsx b/ts/components/conversation/MessageTextRenderer.dom.tsx similarity index 100% rename from ts/components/conversation/MessageTextRenderer.tsx rename to ts/components/conversation/MessageTextRenderer.dom.tsx diff --git a/ts/components/conversation/MessageTimestamp.stories.tsx b/ts/components/conversation/MessageTimestamp.dom.stories.tsx similarity index 100% rename from ts/components/conversation/MessageTimestamp.stories.tsx rename to ts/components/conversation/MessageTimestamp.dom.stories.tsx diff --git a/ts/components/conversation/MessageTimestamp.tsx b/ts/components/conversation/MessageTimestamp.dom.tsx similarity index 100% rename from ts/components/conversation/MessageTimestamp.tsx rename to ts/components/conversation/MessageTimestamp.dom.tsx diff --git a/ts/components/conversation/PaymentEventNotification.tsx b/ts/components/conversation/PaymentEventNotification.dom.tsx similarity index 100% rename from ts/components/conversation/PaymentEventNotification.tsx rename to ts/components/conversation/PaymentEventNotification.dom.tsx diff --git a/ts/components/conversation/PhoneNumberDiscoveryNotification.stories.tsx b/ts/components/conversation/PhoneNumberDiscoveryNotification.dom.stories.tsx similarity index 100% rename from ts/components/conversation/PhoneNumberDiscoveryNotification.stories.tsx rename to ts/components/conversation/PhoneNumberDiscoveryNotification.dom.stories.tsx diff --git a/ts/components/conversation/PhoneNumberDiscoveryNotification.tsx b/ts/components/conversation/PhoneNumberDiscoveryNotification.dom.tsx similarity index 100% rename from ts/components/conversation/PhoneNumberDiscoveryNotification.tsx rename to ts/components/conversation/PhoneNumberDiscoveryNotification.dom.tsx diff --git a/ts/components/conversation/ProfileChangeNotification.stories.tsx b/ts/components/conversation/ProfileChangeNotification.dom.stories.tsx similarity index 100% rename from ts/components/conversation/ProfileChangeNotification.stories.tsx rename to ts/components/conversation/ProfileChangeNotification.dom.stories.tsx diff --git a/ts/components/conversation/ProfileChangeNotification.tsx b/ts/components/conversation/ProfileChangeNotification.dom.tsx similarity index 100% rename from ts/components/conversation/ProfileChangeNotification.tsx rename to ts/components/conversation/ProfileChangeNotification.dom.tsx diff --git a/ts/components/conversation/ProfileNameWarningModal.stories.tsx b/ts/components/conversation/ProfileNameWarningModal.dom.stories.tsx similarity index 100% rename from ts/components/conversation/ProfileNameWarningModal.stories.tsx rename to ts/components/conversation/ProfileNameWarningModal.dom.stories.tsx diff --git a/ts/components/conversation/ProfileNameWarningModal.tsx b/ts/components/conversation/ProfileNameWarningModal.dom.tsx similarity index 100% rename from ts/components/conversation/ProfileNameWarningModal.tsx rename to ts/components/conversation/ProfileNameWarningModal.dom.tsx diff --git a/ts/components/conversation/Quote.stories.tsx b/ts/components/conversation/Quote.dom.stories.tsx similarity index 100% rename from ts/components/conversation/Quote.stories.tsx rename to ts/components/conversation/Quote.dom.stories.tsx diff --git a/ts/components/conversation/Quote.tsx b/ts/components/conversation/Quote.dom.tsx similarity index 100% rename from ts/components/conversation/Quote.tsx rename to ts/components/conversation/Quote.dom.tsx diff --git a/ts/components/conversation/ReactionPicker.stories.tsx b/ts/components/conversation/ReactionPicker.dom.stories.tsx similarity index 100% rename from ts/components/conversation/ReactionPicker.stories.tsx rename to ts/components/conversation/ReactionPicker.dom.stories.tsx diff --git a/ts/components/conversation/ReactionPicker.tsx b/ts/components/conversation/ReactionPicker.dom.tsx similarity index 100% rename from ts/components/conversation/ReactionPicker.tsx rename to ts/components/conversation/ReactionPicker.dom.tsx diff --git a/ts/components/conversation/ReactionViewer.stories.tsx b/ts/components/conversation/ReactionViewer.dom.stories.tsx similarity index 100% rename from ts/components/conversation/ReactionViewer.stories.tsx rename to ts/components/conversation/ReactionViewer.dom.stories.tsx diff --git a/ts/components/conversation/ReactionViewer.tsx b/ts/components/conversation/ReactionViewer.dom.tsx similarity index 100% rename from ts/components/conversation/ReactionViewer.tsx rename to ts/components/conversation/ReactionViewer.dom.tsx diff --git a/ts/components/conversation/RemoveGroupMemberConfirmationDialog.tsx b/ts/components/conversation/RemoveGroupMemberConfirmationDialog.dom.tsx similarity index 100% rename from ts/components/conversation/RemoveGroupMemberConfirmationDialog.tsx rename to ts/components/conversation/RemoveGroupMemberConfirmationDialog.dom.tsx diff --git a/ts/components/conversation/ResetSessionNotification.stories.tsx b/ts/components/conversation/ResetSessionNotification.dom.stories.tsx similarity index 100% rename from ts/components/conversation/ResetSessionNotification.stories.tsx rename to ts/components/conversation/ResetSessionNotification.dom.stories.tsx diff --git a/ts/components/conversation/ResetSessionNotification.tsx b/ts/components/conversation/ResetSessionNotification.dom.tsx similarity index 100% rename from ts/components/conversation/ResetSessionNotification.tsx rename to ts/components/conversation/ResetSessionNotification.dom.tsx diff --git a/ts/components/conversation/SafetyNumberNotification.stories.tsx b/ts/components/conversation/SafetyNumberNotification.dom.stories.tsx similarity index 100% rename from ts/components/conversation/SafetyNumberNotification.stories.tsx rename to ts/components/conversation/SafetyNumberNotification.dom.stories.tsx diff --git a/ts/components/conversation/SafetyNumberNotification.tsx b/ts/components/conversation/SafetyNumberNotification.dom.tsx similarity index 100% rename from ts/components/conversation/SafetyNumberNotification.tsx rename to ts/components/conversation/SafetyNumberNotification.dom.tsx diff --git a/ts/components/conversation/ScrollDownButton.stories.tsx b/ts/components/conversation/ScrollDownButton.dom.stories.tsx similarity index 100% rename from ts/components/conversation/ScrollDownButton.stories.tsx rename to ts/components/conversation/ScrollDownButton.dom.stories.tsx diff --git a/ts/components/conversation/ScrollDownButton.tsx b/ts/components/conversation/ScrollDownButton.dom.tsx similarity index 100% rename from ts/components/conversation/ScrollDownButton.tsx rename to ts/components/conversation/ScrollDownButton.dom.tsx diff --git a/ts/components/conversation/SelectModeActions.tsx b/ts/components/conversation/SelectModeActions.dom.tsx similarity index 100% rename from ts/components/conversation/SelectModeActions.tsx rename to ts/components/conversation/SelectModeActions.dom.tsx diff --git a/ts/components/conversation/SignalConversationMuteToggle.tsx b/ts/components/conversation/SignalConversationMuteToggle.dom.tsx similarity index 100% rename from ts/components/conversation/SignalConversationMuteToggle.tsx rename to ts/components/conversation/SignalConversationMuteToggle.dom.tsx diff --git a/ts/components/conversation/StagedGenericAttachment.stories.tsx b/ts/components/conversation/StagedGenericAttachment.dom.stories.tsx similarity index 100% rename from ts/components/conversation/StagedGenericAttachment.stories.tsx rename to ts/components/conversation/StagedGenericAttachment.dom.stories.tsx diff --git a/ts/components/conversation/StagedGenericAttachment.tsx b/ts/components/conversation/StagedGenericAttachment.dom.tsx similarity index 100% rename from ts/components/conversation/StagedGenericAttachment.tsx rename to ts/components/conversation/StagedGenericAttachment.dom.tsx diff --git a/ts/components/conversation/StagedLinkPreview.stories.tsx b/ts/components/conversation/StagedLinkPreview.dom.stories.tsx similarity index 100% rename from ts/components/conversation/StagedLinkPreview.stories.tsx rename to ts/components/conversation/StagedLinkPreview.dom.stories.tsx diff --git a/ts/components/conversation/StagedLinkPreview.tsx b/ts/components/conversation/StagedLinkPreview.dom.tsx similarity index 100% rename from ts/components/conversation/StagedLinkPreview.tsx rename to ts/components/conversation/StagedLinkPreview.dom.tsx diff --git a/ts/components/conversation/StagedPlaceholderAttachment.stories.tsx b/ts/components/conversation/StagedPlaceholderAttachment.dom.stories.tsx similarity index 100% rename from ts/components/conversation/StagedPlaceholderAttachment.stories.tsx rename to ts/components/conversation/StagedPlaceholderAttachment.dom.stories.tsx diff --git a/ts/components/conversation/StagedPlaceholderAttachment.tsx b/ts/components/conversation/StagedPlaceholderAttachment.dom.tsx similarity index 100% rename from ts/components/conversation/StagedPlaceholderAttachment.tsx rename to ts/components/conversation/StagedPlaceholderAttachment.dom.tsx diff --git a/ts/components/conversation/SystemMessage.stories.tsx b/ts/components/conversation/SystemMessage.dom.stories.tsx similarity index 100% rename from ts/components/conversation/SystemMessage.stories.tsx rename to ts/components/conversation/SystemMessage.dom.stories.tsx diff --git a/ts/components/conversation/SystemMessage.tsx b/ts/components/conversation/SystemMessage.dom.tsx similarity index 100% rename from ts/components/conversation/SystemMessage.tsx rename to ts/components/conversation/SystemMessage.dom.tsx diff --git a/ts/components/conversation/Timeline.stories.tsx b/ts/components/conversation/Timeline.dom.stories.tsx similarity index 100% rename from ts/components/conversation/Timeline.stories.tsx rename to ts/components/conversation/Timeline.dom.stories.tsx diff --git a/ts/components/conversation/Timeline.tsx b/ts/components/conversation/Timeline.dom.tsx similarity index 100% rename from ts/components/conversation/Timeline.tsx rename to ts/components/conversation/Timeline.dom.tsx diff --git a/ts/components/conversation/TimelineDateHeader.tsx b/ts/components/conversation/TimelineDateHeader.dom.tsx similarity index 100% rename from ts/components/conversation/TimelineDateHeader.tsx rename to ts/components/conversation/TimelineDateHeader.dom.tsx diff --git a/ts/components/conversation/TimelineFloatingHeader.stories.tsx b/ts/components/conversation/TimelineFloatingHeader.dom.stories.tsx similarity index 100% rename from ts/components/conversation/TimelineFloatingHeader.stories.tsx rename to ts/components/conversation/TimelineFloatingHeader.dom.stories.tsx diff --git a/ts/components/conversation/TimelineFloatingHeader.tsx b/ts/components/conversation/TimelineFloatingHeader.dom.tsx similarity index 100% rename from ts/components/conversation/TimelineFloatingHeader.tsx rename to ts/components/conversation/TimelineFloatingHeader.dom.tsx diff --git a/ts/components/conversation/TimelineItem.stories.tsx b/ts/components/conversation/TimelineItem.dom.stories.tsx similarity index 100% rename from ts/components/conversation/TimelineItem.stories.tsx rename to ts/components/conversation/TimelineItem.dom.stories.tsx diff --git a/ts/components/conversation/TimelineItem.tsx b/ts/components/conversation/TimelineItem.dom.tsx similarity index 100% rename from ts/components/conversation/TimelineItem.tsx rename to ts/components/conversation/TimelineItem.dom.tsx diff --git a/ts/components/conversation/TimelineMessage.stories.tsx b/ts/components/conversation/TimelineMessage.dom.stories.tsx similarity index 100% rename from ts/components/conversation/TimelineMessage.stories.tsx rename to ts/components/conversation/TimelineMessage.dom.stories.tsx diff --git a/ts/components/conversation/TimelineMessage.tsx b/ts/components/conversation/TimelineMessage.dom.tsx similarity index 100% rename from ts/components/conversation/TimelineMessage.tsx rename to ts/components/conversation/TimelineMessage.dom.tsx diff --git a/ts/components/conversation/TimelineWarning.tsx b/ts/components/conversation/TimelineWarning.dom.tsx similarity index 100% rename from ts/components/conversation/TimelineWarning.tsx rename to ts/components/conversation/TimelineWarning.dom.tsx diff --git a/ts/components/conversation/TimelineWarnings.tsx b/ts/components/conversation/TimelineWarnings.dom.tsx similarity index 100% rename from ts/components/conversation/TimelineWarnings.tsx rename to ts/components/conversation/TimelineWarnings.dom.tsx diff --git a/ts/components/conversation/TimerNotification.stories.tsx b/ts/components/conversation/TimerNotification.dom.stories.tsx similarity index 100% rename from ts/components/conversation/TimerNotification.stories.tsx rename to ts/components/conversation/TimerNotification.dom.stories.tsx diff --git a/ts/components/conversation/TimerNotification.tsx b/ts/components/conversation/TimerNotification.dom.tsx similarity index 100% rename from ts/components/conversation/TimerNotification.tsx rename to ts/components/conversation/TimerNotification.dom.tsx diff --git a/ts/components/conversation/TitleTransitionNotification.stories.tsx b/ts/components/conversation/TitleTransitionNotification.dom.stories.tsx similarity index 100% rename from ts/components/conversation/TitleTransitionNotification.stories.tsx rename to ts/components/conversation/TitleTransitionNotification.dom.stories.tsx diff --git a/ts/components/conversation/TitleTransitionNotification.tsx b/ts/components/conversation/TitleTransitionNotification.dom.tsx similarity index 100% rename from ts/components/conversation/TitleTransitionNotification.tsx rename to ts/components/conversation/TitleTransitionNotification.dom.tsx diff --git a/ts/components/conversation/TypingAnimation.stories.tsx b/ts/components/conversation/TypingAnimation.dom.stories.tsx similarity index 100% rename from ts/components/conversation/TypingAnimation.stories.tsx rename to ts/components/conversation/TypingAnimation.dom.stories.tsx diff --git a/ts/components/conversation/TypingAnimation.tsx b/ts/components/conversation/TypingAnimation.dom.tsx similarity index 100% rename from ts/components/conversation/TypingAnimation.tsx rename to ts/components/conversation/TypingAnimation.dom.tsx diff --git a/ts/components/conversation/TypingBubble.stories.tsx b/ts/components/conversation/TypingBubble.dom.stories.tsx similarity index 100% rename from ts/components/conversation/TypingBubble.stories.tsx rename to ts/components/conversation/TypingBubble.dom.stories.tsx diff --git a/ts/components/conversation/TypingBubble.tsx b/ts/components/conversation/TypingBubble.dom.tsx similarity index 100% rename from ts/components/conversation/TypingBubble.tsx rename to ts/components/conversation/TypingBubble.dom.tsx diff --git a/ts/components/conversation/UniversalTimerNotification.stories.tsx b/ts/components/conversation/UniversalTimerNotification.dom.stories.tsx similarity index 100% rename from ts/components/conversation/UniversalTimerNotification.stories.tsx rename to ts/components/conversation/UniversalTimerNotification.dom.stories.tsx diff --git a/ts/components/conversation/UniversalTimerNotification.tsx b/ts/components/conversation/UniversalTimerNotification.dom.tsx similarity index 100% rename from ts/components/conversation/UniversalTimerNotification.tsx rename to ts/components/conversation/UniversalTimerNotification.dom.tsx diff --git a/ts/components/conversation/UnsupportedMessage.stories.tsx b/ts/components/conversation/UnsupportedMessage.dom.stories.tsx similarity index 100% rename from ts/components/conversation/UnsupportedMessage.stories.tsx rename to ts/components/conversation/UnsupportedMessage.dom.stories.tsx diff --git a/ts/components/conversation/UnsupportedMessage.tsx b/ts/components/conversation/UnsupportedMessage.dom.tsx similarity index 100% rename from ts/components/conversation/UnsupportedMessage.tsx rename to ts/components/conversation/UnsupportedMessage.dom.tsx diff --git a/ts/components/conversation/VerificationNotification.stories.tsx b/ts/components/conversation/VerificationNotification.dom.stories.tsx similarity index 100% rename from ts/components/conversation/VerificationNotification.stories.tsx rename to ts/components/conversation/VerificationNotification.dom.stories.tsx diff --git a/ts/components/conversation/VerificationNotification.tsx b/ts/components/conversation/VerificationNotification.dom.tsx similarity index 100% rename from ts/components/conversation/VerificationNotification.tsx rename to ts/components/conversation/VerificationNotification.dom.tsx diff --git a/ts/components/conversation/Waveform.tsx b/ts/components/conversation/Waveform.dom.tsx similarity index 100% rename from ts/components/conversation/Waveform.tsx rename to ts/components/conversation/Waveform.dom.tsx diff --git a/ts/components/conversation/WaveformScrubber.tsx b/ts/components/conversation/WaveformScrubber.dom.tsx similarity index 100% rename from ts/components/conversation/WaveformScrubber.tsx rename to ts/components/conversation/WaveformScrubber.dom.tsx diff --git a/ts/components/conversation/contactUtil.tsx b/ts/components/conversation/contactUtil.dom.tsx similarity index 100% rename from ts/components/conversation/contactUtil.tsx rename to ts/components/conversation/contactUtil.dom.tsx diff --git a/ts/components/conversation/conversation-details/AddGroupMembersModal.stories.tsx b/ts/components/conversation/conversation-details/AddGroupMembersModal.dom.stories.tsx similarity index 100% rename from ts/components/conversation/conversation-details/AddGroupMembersModal.stories.tsx rename to ts/components/conversation/conversation-details/AddGroupMembersModal.dom.stories.tsx diff --git a/ts/components/conversation/conversation-details/AddGroupMembersModal.tsx b/ts/components/conversation/conversation-details/AddGroupMembersModal.dom.tsx similarity index 100% rename from ts/components/conversation/conversation-details/AddGroupMembersModal.tsx rename to ts/components/conversation/conversation-details/AddGroupMembersModal.dom.tsx diff --git a/ts/components/conversation/conversation-details/AddGroupMembersModal/ChooseGroupMembersModal.tsx b/ts/components/conversation/conversation-details/AddGroupMembersModal/ChooseGroupMembersModal.dom.tsx similarity index 100% rename from ts/components/conversation/conversation-details/AddGroupMembersModal/ChooseGroupMembersModal.tsx rename to ts/components/conversation/conversation-details/AddGroupMembersModal/ChooseGroupMembersModal.dom.tsx diff --git a/ts/components/conversation/conversation-details/AddGroupMembersModal/ConfirmAdditionsModal.tsx b/ts/components/conversation/conversation-details/AddGroupMembersModal/ConfirmAdditionsModal.dom.tsx similarity index 100% rename from ts/components/conversation/conversation-details/AddGroupMembersModal/ConfirmAdditionsModal.tsx rename to ts/components/conversation/conversation-details/AddGroupMembersModal/ConfirmAdditionsModal.dom.tsx diff --git a/ts/components/conversation/conversation-details/CallHistoryGroupPanelSection.tsx b/ts/components/conversation/conversation-details/CallHistoryGroupPanelSection.dom.tsx similarity index 100% rename from ts/components/conversation/conversation-details/CallHistoryGroupPanelSection.tsx rename to ts/components/conversation/conversation-details/CallHistoryGroupPanelSection.dom.tsx diff --git a/ts/components/conversation/conversation-details/ConversationDetails.stories.tsx b/ts/components/conversation/conversation-details/ConversationDetails.dom.stories.tsx similarity index 100% rename from ts/components/conversation/conversation-details/ConversationDetails.stories.tsx rename to ts/components/conversation/conversation-details/ConversationDetails.dom.stories.tsx diff --git a/ts/components/conversation/conversation-details/ConversationDetails.tsx b/ts/components/conversation/conversation-details/ConversationDetails.dom.tsx similarity index 100% rename from ts/components/conversation/conversation-details/ConversationDetails.tsx rename to ts/components/conversation/conversation-details/ConversationDetails.dom.tsx diff --git a/ts/components/conversation/conversation-details/ConversationDetailsActions.stories.tsx b/ts/components/conversation/conversation-details/ConversationDetailsActions.dom.stories.tsx similarity index 100% rename from ts/components/conversation/conversation-details/ConversationDetailsActions.stories.tsx rename to ts/components/conversation/conversation-details/ConversationDetailsActions.dom.stories.tsx diff --git a/ts/components/conversation/conversation-details/ConversationDetailsActions.tsx b/ts/components/conversation/conversation-details/ConversationDetailsActions.dom.tsx similarity index 100% rename from ts/components/conversation/conversation-details/ConversationDetailsActions.tsx rename to ts/components/conversation/conversation-details/ConversationDetailsActions.dom.tsx diff --git a/ts/components/conversation/conversation-details/ConversationDetailsGroups.tsx b/ts/components/conversation/conversation-details/ConversationDetailsGroups.dom.tsx similarity index 100% rename from ts/components/conversation/conversation-details/ConversationDetailsGroups.tsx rename to ts/components/conversation/conversation-details/ConversationDetailsGroups.dom.tsx diff --git a/ts/components/conversation/conversation-details/ConversationDetailsHeader.stories.tsx b/ts/components/conversation/conversation-details/ConversationDetailsHeader.dom.stories.tsx similarity index 100% rename from ts/components/conversation/conversation-details/ConversationDetailsHeader.stories.tsx rename to ts/components/conversation/conversation-details/ConversationDetailsHeader.dom.stories.tsx diff --git a/ts/components/conversation/conversation-details/ConversationDetailsHeader.tsx b/ts/components/conversation/conversation-details/ConversationDetailsHeader.dom.tsx similarity index 100% rename from ts/components/conversation/conversation-details/ConversationDetailsHeader.tsx rename to ts/components/conversation/conversation-details/ConversationDetailsHeader.dom.tsx diff --git a/ts/components/conversation/conversation-details/ConversationDetailsIcon.stories.tsx b/ts/components/conversation/conversation-details/ConversationDetailsIcon.dom.stories.tsx similarity index 100% rename from ts/components/conversation/conversation-details/ConversationDetailsIcon.stories.tsx rename to ts/components/conversation/conversation-details/ConversationDetailsIcon.dom.stories.tsx diff --git a/ts/components/conversation/conversation-details/ConversationDetailsIcon.tsx b/ts/components/conversation/conversation-details/ConversationDetailsIcon.dom.tsx similarity index 100% rename from ts/components/conversation/conversation-details/ConversationDetailsIcon.tsx rename to ts/components/conversation/conversation-details/ConversationDetailsIcon.dom.tsx diff --git a/ts/components/conversation/conversation-details/ConversationDetailsMembershipList.stories.tsx b/ts/components/conversation/conversation-details/ConversationDetailsMembershipList.dom.stories.tsx similarity index 100% rename from ts/components/conversation/conversation-details/ConversationDetailsMembershipList.stories.tsx rename to ts/components/conversation/conversation-details/ConversationDetailsMembershipList.dom.stories.tsx diff --git a/ts/components/conversation/conversation-details/ConversationDetailsMembershipList.tsx b/ts/components/conversation/conversation-details/ConversationDetailsMembershipList.dom.tsx similarity index 100% rename from ts/components/conversation/conversation-details/ConversationDetailsMembershipList.tsx rename to ts/components/conversation/conversation-details/ConversationDetailsMembershipList.dom.tsx diff --git a/ts/components/conversation/conversation-details/ConversationNotificationsModal.tsx b/ts/components/conversation/conversation-details/ConversationNotificationsModal.dom.tsx similarity index 100% rename from ts/components/conversation/conversation-details/ConversationNotificationsModal.tsx rename to ts/components/conversation/conversation-details/ConversationNotificationsModal.dom.tsx diff --git a/ts/components/conversation/conversation-details/ConversationNotificationsSettings.stories.tsx b/ts/components/conversation/conversation-details/ConversationNotificationsSettings.dom.stories.tsx similarity index 100% rename from ts/components/conversation/conversation-details/ConversationNotificationsSettings.stories.tsx rename to ts/components/conversation/conversation-details/ConversationNotificationsSettings.dom.stories.tsx diff --git a/ts/components/conversation/conversation-details/ConversationNotificationsSettings.tsx b/ts/components/conversation/conversation-details/ConversationNotificationsSettings.dom.tsx similarity index 100% rename from ts/components/conversation/conversation-details/ConversationNotificationsSettings.tsx rename to ts/components/conversation/conversation-details/ConversationNotificationsSettings.dom.tsx diff --git a/ts/components/conversation/conversation-details/EditConversationAttributesModal.stories.tsx b/ts/components/conversation/conversation-details/EditConversationAttributesModal.dom.stories.tsx similarity index 100% rename from ts/components/conversation/conversation-details/EditConversationAttributesModal.stories.tsx rename to ts/components/conversation/conversation-details/EditConversationAttributesModal.dom.stories.tsx diff --git a/ts/components/conversation/conversation-details/EditConversationAttributesModal.tsx b/ts/components/conversation/conversation-details/EditConversationAttributesModal.dom.tsx similarity index 100% rename from ts/components/conversation/conversation-details/EditConversationAttributesModal.tsx rename to ts/components/conversation/conversation-details/EditConversationAttributesModal.dom.tsx diff --git a/ts/components/conversation/conversation-details/GroupLinkManagement.stories.tsx b/ts/components/conversation/conversation-details/GroupLinkManagement.dom.stories.tsx similarity index 100% rename from ts/components/conversation/conversation-details/GroupLinkManagement.stories.tsx rename to ts/components/conversation/conversation-details/GroupLinkManagement.dom.stories.tsx diff --git a/ts/components/conversation/conversation-details/GroupLinkManagement.tsx b/ts/components/conversation/conversation-details/GroupLinkManagement.dom.tsx similarity index 100% rename from ts/components/conversation/conversation-details/GroupLinkManagement.tsx rename to ts/components/conversation/conversation-details/GroupLinkManagement.dom.tsx diff --git a/ts/components/conversation/conversation-details/GroupV2Permissions.stories.tsx b/ts/components/conversation/conversation-details/GroupV2Permissions.dom.stories.tsx similarity index 100% rename from ts/components/conversation/conversation-details/GroupV2Permissions.stories.tsx rename to ts/components/conversation/conversation-details/GroupV2Permissions.dom.stories.tsx diff --git a/ts/components/conversation/conversation-details/GroupV2Permissions.tsx b/ts/components/conversation/conversation-details/GroupV2Permissions.dom.tsx similarity index 100% rename from ts/components/conversation/conversation-details/GroupV2Permissions.tsx rename to ts/components/conversation/conversation-details/GroupV2Permissions.dom.tsx diff --git a/ts/components/conversation/conversation-details/PanelRow.stories.tsx b/ts/components/conversation/conversation-details/PanelRow.dom.stories.tsx similarity index 100% rename from ts/components/conversation/conversation-details/PanelRow.stories.tsx rename to ts/components/conversation/conversation-details/PanelRow.dom.stories.tsx diff --git a/ts/components/conversation/conversation-details/PanelRow.tsx b/ts/components/conversation/conversation-details/PanelRow.dom.tsx similarity index 100% rename from ts/components/conversation/conversation-details/PanelRow.tsx rename to ts/components/conversation/conversation-details/PanelRow.dom.tsx diff --git a/ts/components/conversation/conversation-details/PanelSection.stories.tsx b/ts/components/conversation/conversation-details/PanelSection.dom.stories.tsx similarity index 100% rename from ts/components/conversation/conversation-details/PanelSection.stories.tsx rename to ts/components/conversation/conversation-details/PanelSection.dom.stories.tsx diff --git a/ts/components/conversation/conversation-details/PanelSection.tsx b/ts/components/conversation/conversation-details/PanelSection.dom.tsx similarity index 100% rename from ts/components/conversation/conversation-details/PanelSection.tsx rename to ts/components/conversation/conversation-details/PanelSection.dom.tsx diff --git a/ts/components/conversation/conversation-details/PendingInvites.stories.tsx b/ts/components/conversation/conversation-details/PendingInvites.dom.stories.tsx similarity index 100% rename from ts/components/conversation/conversation-details/PendingInvites.stories.tsx rename to ts/components/conversation/conversation-details/PendingInvites.dom.stories.tsx diff --git a/ts/components/conversation/conversation-details/PendingInvites.tsx b/ts/components/conversation/conversation-details/PendingInvites.dom.tsx similarity index 100% rename from ts/components/conversation/conversation-details/PendingInvites.tsx rename to ts/components/conversation/conversation-details/PendingInvites.dom.tsx diff --git a/ts/components/conversation/conversation-details/util.ts b/ts/components/conversation/conversation-details/util.std.ts similarity index 100% rename from ts/components/conversation/conversation-details/util.ts rename to ts/components/conversation/conversation-details/util.std.ts diff --git a/ts/components/conversation/media-gallery/AttachmentSection.stories.tsx b/ts/components/conversation/media-gallery/AttachmentSection.dom.stories.tsx similarity index 100% rename from ts/components/conversation/media-gallery/AttachmentSection.stories.tsx rename to ts/components/conversation/media-gallery/AttachmentSection.dom.stories.tsx diff --git a/ts/components/conversation/media-gallery/AttachmentSection.tsx b/ts/components/conversation/media-gallery/AttachmentSection.dom.tsx similarity index 100% rename from ts/components/conversation/media-gallery/AttachmentSection.tsx rename to ts/components/conversation/media-gallery/AttachmentSection.dom.tsx diff --git a/ts/components/conversation/media-gallery/DocumentListItem.stories.tsx b/ts/components/conversation/media-gallery/DocumentListItem.dom.stories.tsx similarity index 100% rename from ts/components/conversation/media-gallery/DocumentListItem.stories.tsx rename to ts/components/conversation/media-gallery/DocumentListItem.dom.stories.tsx diff --git a/ts/components/conversation/media-gallery/DocumentListItem.tsx b/ts/components/conversation/media-gallery/DocumentListItem.dom.tsx similarity index 100% rename from ts/components/conversation/media-gallery/DocumentListItem.tsx rename to ts/components/conversation/media-gallery/DocumentListItem.dom.tsx diff --git a/ts/components/conversation/media-gallery/EmptyState.stories.tsx b/ts/components/conversation/media-gallery/EmptyState.dom.stories.tsx similarity index 100% rename from ts/components/conversation/media-gallery/EmptyState.stories.tsx rename to ts/components/conversation/media-gallery/EmptyState.dom.stories.tsx diff --git a/ts/components/conversation/media-gallery/EmptyState.tsx b/ts/components/conversation/media-gallery/EmptyState.dom.tsx similarity index 100% rename from ts/components/conversation/media-gallery/EmptyState.tsx rename to ts/components/conversation/media-gallery/EmptyState.dom.tsx diff --git a/ts/components/conversation/media-gallery/LoadingIndicator.tsx b/ts/components/conversation/media-gallery/LoadingIndicator.dom.tsx similarity index 100% rename from ts/components/conversation/media-gallery/LoadingIndicator.tsx rename to ts/components/conversation/media-gallery/LoadingIndicator.dom.tsx diff --git a/ts/components/conversation/media-gallery/MediaGallery.stories.tsx b/ts/components/conversation/media-gallery/MediaGallery.dom.stories.tsx similarity index 100% rename from ts/components/conversation/media-gallery/MediaGallery.stories.tsx rename to ts/components/conversation/media-gallery/MediaGallery.dom.stories.tsx diff --git a/ts/components/conversation/media-gallery/MediaGallery.tsx b/ts/components/conversation/media-gallery/MediaGallery.dom.tsx similarity index 100% rename from ts/components/conversation/media-gallery/MediaGallery.tsx rename to ts/components/conversation/media-gallery/MediaGallery.dom.tsx diff --git a/ts/components/conversation/media-gallery/MediaGridItem.stories.tsx b/ts/components/conversation/media-gallery/MediaGridItem.dom.stories.tsx similarity index 100% rename from ts/components/conversation/media-gallery/MediaGridItem.stories.tsx rename to ts/components/conversation/media-gallery/MediaGridItem.dom.stories.tsx diff --git a/ts/components/conversation/media-gallery/MediaGridItem.tsx b/ts/components/conversation/media-gallery/MediaGridItem.dom.tsx similarity index 100% rename from ts/components/conversation/media-gallery/MediaGridItem.tsx rename to ts/components/conversation/media-gallery/MediaGridItem.dom.tsx diff --git a/ts/components/conversation/media-gallery/groupMediaItemsByDate.ts b/ts/components/conversation/media-gallery/groupMediaItemsByDate.std.ts similarity index 100% rename from ts/components/conversation/media-gallery/groupMediaItemsByDate.ts rename to ts/components/conversation/media-gallery/groupMediaItemsByDate.std.ts diff --git a/ts/components/conversation/media-gallery/types/ItemClickEvent.ts b/ts/components/conversation/media-gallery/types/ItemClickEvent.std.ts similarity index 100% rename from ts/components/conversation/media-gallery/types/ItemClickEvent.ts rename to ts/components/conversation/media-gallery/types/ItemClickEvent.std.ts diff --git a/ts/components/conversation/media-gallery/utils/mocks.ts b/ts/components/conversation/media-gallery/utils/mocks.std.ts similarity index 100% rename from ts/components/conversation/media-gallery/utils/mocks.ts rename to ts/components/conversation/media-gallery/utils/mocks.std.ts diff --git a/ts/components/conversation/poll-message/PollMessageContents.tsx b/ts/components/conversation/poll-message/PollMessageContents.dom.tsx similarity index 100% rename from ts/components/conversation/poll-message/PollMessageContents.tsx rename to ts/components/conversation/poll-message/PollMessageContents.dom.tsx diff --git a/ts/components/conversation/poll-message/PollVotesModal.tsx b/ts/components/conversation/poll-message/PollVotesModal.dom.tsx similarity index 100% rename from ts/components/conversation/poll-message/PollVotesModal.tsx rename to ts/components/conversation/poll-message/PollVotesModal.dom.tsx diff --git a/ts/components/conversationList/BaseConversationListItem.tsx b/ts/components/conversationList/BaseConversationListItem.dom.tsx similarity index 100% rename from ts/components/conversationList/BaseConversationListItem.tsx rename to ts/components/conversationList/BaseConversationListItem.dom.tsx diff --git a/ts/components/conversationList/ComposeStepButton.tsx b/ts/components/conversationList/ComposeStepButton.dom.tsx similarity index 100% rename from ts/components/conversationList/ComposeStepButton.tsx rename to ts/components/conversationList/ComposeStepButton.dom.tsx diff --git a/ts/components/conversationList/ContactCheckbox.tsx b/ts/components/conversationList/ContactCheckbox.dom.tsx similarity index 100% rename from ts/components/conversationList/ContactCheckbox.tsx rename to ts/components/conversationList/ContactCheckbox.dom.tsx diff --git a/ts/components/conversationList/ContactListItem.tsx b/ts/components/conversationList/ContactListItem.dom.tsx similarity index 100% rename from ts/components/conversationList/ContactListItem.tsx rename to ts/components/conversationList/ContactListItem.dom.tsx diff --git a/ts/components/conversationList/ConversationListItem.tsx b/ts/components/conversationList/ConversationListItem.dom.tsx similarity index 100% rename from ts/components/conversationList/ConversationListItem.tsx rename to ts/components/conversationList/ConversationListItem.dom.tsx diff --git a/ts/components/conversationList/GroupListItem.tsx b/ts/components/conversationList/GroupListItem.dom.tsx similarity index 100% rename from ts/components/conversationList/GroupListItem.tsx rename to ts/components/conversationList/GroupListItem.dom.tsx diff --git a/ts/components/conversationList/MessageSearchResult.stories.tsx b/ts/components/conversationList/MessageSearchResult.dom.stories.tsx similarity index 100% rename from ts/components/conversationList/MessageSearchResult.stories.tsx rename to ts/components/conversationList/MessageSearchResult.dom.stories.tsx diff --git a/ts/components/conversationList/MessageSearchResult.tsx b/ts/components/conversationList/MessageSearchResult.dom.tsx similarity index 100% rename from ts/components/conversationList/MessageSearchResult.tsx rename to ts/components/conversationList/MessageSearchResult.dom.tsx diff --git a/ts/components/conversationList/PhoneNumberCheckbox.tsx b/ts/components/conversationList/PhoneNumberCheckbox.dom.tsx similarity index 100% rename from ts/components/conversationList/PhoneNumberCheckbox.tsx rename to ts/components/conversationList/PhoneNumberCheckbox.dom.tsx diff --git a/ts/components/conversationList/SearchResultsLoadingFakeHeader.tsx b/ts/components/conversationList/SearchResultsLoadingFakeHeader.dom.tsx similarity index 100% rename from ts/components/conversationList/SearchResultsLoadingFakeHeader.tsx rename to ts/components/conversationList/SearchResultsLoadingFakeHeader.dom.tsx diff --git a/ts/components/conversationList/SearchResultsLoadingFakeRow.tsx b/ts/components/conversationList/SearchResultsLoadingFakeRow.dom.tsx similarity index 100% rename from ts/components/conversationList/SearchResultsLoadingFakeRow.tsx rename to ts/components/conversationList/SearchResultsLoadingFakeRow.dom.tsx diff --git a/ts/components/conversationList/StartNewConversation.tsx b/ts/components/conversationList/StartNewConversation.dom.tsx similarity index 100% rename from ts/components/conversationList/StartNewConversation.tsx rename to ts/components/conversationList/StartNewConversation.dom.tsx diff --git a/ts/components/conversationList/UsernameCheckbox.tsx b/ts/components/conversationList/UsernameCheckbox.dom.tsx similarity index 100% rename from ts/components/conversationList/UsernameCheckbox.tsx rename to ts/components/conversationList/UsernameCheckbox.dom.tsx diff --git a/ts/components/conversationList/UsernameSearchResultListItem.tsx b/ts/components/conversationList/UsernameSearchResultListItem.dom.tsx similarity index 100% rename from ts/components/conversationList/UsernameSearchResultListItem.tsx rename to ts/components/conversationList/UsernameSearchResultListItem.dom.tsx diff --git a/ts/components/fun/FunButton.tsx b/ts/components/fun/FunButton.dom.tsx similarity index 100% rename from ts/components/fun/FunButton.tsx rename to ts/components/fun/FunButton.dom.tsx diff --git a/ts/components/fun/FunEmoji.stories.tsx b/ts/components/fun/FunEmoji.dom.stories.tsx similarity index 100% rename from ts/components/fun/FunEmoji.stories.tsx rename to ts/components/fun/FunEmoji.dom.stories.tsx diff --git a/ts/components/fun/FunEmoji.tsx b/ts/components/fun/FunEmoji.dom.tsx similarity index 100% rename from ts/components/fun/FunEmoji.tsx rename to ts/components/fun/FunEmoji.dom.tsx diff --git a/ts/components/fun/FunEmojiLocalizationProvider.tsx b/ts/components/fun/FunEmojiLocalizationProvider.dom.tsx similarity index 100% rename from ts/components/fun/FunEmojiLocalizationProvider.tsx rename to ts/components/fun/FunEmojiLocalizationProvider.dom.tsx diff --git a/ts/components/fun/FunEmojiPicker.stories.tsx b/ts/components/fun/FunEmojiPicker.dom.stories.tsx similarity index 100% rename from ts/components/fun/FunEmojiPicker.stories.tsx rename to ts/components/fun/FunEmojiPicker.dom.stories.tsx diff --git a/ts/components/fun/FunEmojiPicker.tsx b/ts/components/fun/FunEmojiPicker.dom.tsx similarity index 100% rename from ts/components/fun/FunEmojiPicker.tsx rename to ts/components/fun/FunEmojiPicker.dom.tsx diff --git a/ts/components/fun/FunGif.stories.tsx b/ts/components/fun/FunGif.dom.stories.tsx similarity index 100% rename from ts/components/fun/FunGif.stories.tsx rename to ts/components/fun/FunGif.dom.stories.tsx diff --git a/ts/components/fun/FunGif.tsx b/ts/components/fun/FunGif.dom.tsx similarity index 100% rename from ts/components/fun/FunGif.tsx rename to ts/components/fun/FunGif.dom.tsx diff --git a/ts/components/fun/FunPicker.stories.tsx b/ts/components/fun/FunPicker.dom.stories.tsx similarity index 100% rename from ts/components/fun/FunPicker.stories.tsx rename to ts/components/fun/FunPicker.dom.stories.tsx diff --git a/ts/components/fun/FunPicker.tsx b/ts/components/fun/FunPicker.dom.tsx similarity index 100% rename from ts/components/fun/FunPicker.tsx rename to ts/components/fun/FunPicker.dom.tsx diff --git a/ts/components/fun/FunProvider.tsx b/ts/components/fun/FunProvider.dom.tsx similarity index 100% rename from ts/components/fun/FunProvider.tsx rename to ts/components/fun/FunProvider.dom.tsx diff --git a/ts/components/fun/FunSkinTones.tsx b/ts/components/fun/FunSkinTones.dom.tsx similarity index 100% rename from ts/components/fun/FunSkinTones.tsx rename to ts/components/fun/FunSkinTones.dom.tsx diff --git a/ts/components/fun/FunSticker.stories.tsx b/ts/components/fun/FunSticker.dom.stories.tsx similarity index 100% rename from ts/components/fun/FunSticker.stories.tsx rename to ts/components/fun/FunSticker.dom.stories.tsx diff --git a/ts/components/fun/FunSticker.tsx b/ts/components/fun/FunSticker.dom.tsx similarity index 100% rename from ts/components/fun/FunSticker.tsx rename to ts/components/fun/FunSticker.dom.tsx diff --git a/ts/components/fun/FunStickerPicker.stories.tsx b/ts/components/fun/FunStickerPicker.dom.stories.tsx similarity index 100% rename from ts/components/fun/FunStickerPicker.stories.tsx rename to ts/components/fun/FunStickerPicker.dom.stories.tsx diff --git a/ts/components/fun/FunStickerPicker.tsx b/ts/components/fun/FunStickerPicker.dom.tsx similarity index 100% rename from ts/components/fun/FunStickerPicker.tsx rename to ts/components/fun/FunStickerPicker.dom.tsx diff --git a/ts/components/fun/base/FunErrorBoundary.tsx b/ts/components/fun/base/FunErrorBoundary.dom.tsx similarity index 100% rename from ts/components/fun/base/FunErrorBoundary.tsx rename to ts/components/fun/base/FunErrorBoundary.dom.tsx diff --git a/ts/components/fun/base/FunGrid.tsx b/ts/components/fun/base/FunGrid.dom.tsx similarity index 100% rename from ts/components/fun/base/FunGrid.tsx rename to ts/components/fun/base/FunGrid.dom.tsx diff --git a/ts/components/fun/base/FunImage.tsx b/ts/components/fun/base/FunImage.dom.tsx similarity index 100% rename from ts/components/fun/base/FunImage.tsx rename to ts/components/fun/base/FunImage.dom.tsx diff --git a/ts/components/fun/base/FunItem.tsx b/ts/components/fun/base/FunItem.dom.tsx similarity index 100% rename from ts/components/fun/base/FunItem.tsx rename to ts/components/fun/base/FunItem.dom.tsx diff --git a/ts/components/fun/base/FunLightbox.tsx b/ts/components/fun/base/FunLightbox.dom.tsx similarity index 100% rename from ts/components/fun/base/FunLightbox.tsx rename to ts/components/fun/base/FunLightbox.dom.tsx diff --git a/ts/components/fun/base/FunPanel.tsx b/ts/components/fun/base/FunPanel.dom.tsx similarity index 100% rename from ts/components/fun/base/FunPanel.tsx rename to ts/components/fun/base/FunPanel.dom.tsx diff --git a/ts/components/fun/base/FunPopover.tsx b/ts/components/fun/base/FunPopover.dom.tsx similarity index 100% rename from ts/components/fun/base/FunPopover.tsx rename to ts/components/fun/base/FunPopover.dom.tsx diff --git a/ts/components/fun/base/FunResults.tsx b/ts/components/fun/base/FunResults.dom.tsx similarity index 100% rename from ts/components/fun/base/FunResults.tsx rename to ts/components/fun/base/FunResults.dom.tsx diff --git a/ts/components/fun/base/FunScroller.tsx b/ts/components/fun/base/FunScroller.dom.tsx similarity index 100% rename from ts/components/fun/base/FunScroller.tsx rename to ts/components/fun/base/FunScroller.dom.tsx diff --git a/ts/components/fun/base/FunSearch.tsx b/ts/components/fun/base/FunSearch.dom.tsx similarity index 100% rename from ts/components/fun/base/FunSearch.tsx rename to ts/components/fun/base/FunSearch.dom.tsx diff --git a/ts/components/fun/base/FunSubNav.tsx b/ts/components/fun/base/FunSubNav.dom.tsx similarity index 100% rename from ts/components/fun/base/FunSubNav.tsx rename to ts/components/fun/base/FunSubNav.dom.tsx diff --git a/ts/components/fun/base/FunTabs.tsx b/ts/components/fun/base/FunTabs.dom.tsx similarity index 100% rename from ts/components/fun/base/FunTabs.tsx rename to ts/components/fun/base/FunTabs.dom.tsx diff --git a/ts/components/fun/base/FunTooltip.tsx b/ts/components/fun/base/FunTooltip.dom.tsx similarity index 100% rename from ts/components/fun/base/FunTooltip.tsx rename to ts/components/fun/base/FunTooltip.dom.tsx diff --git a/ts/components/fun/base/FunWaterfall.tsx b/ts/components/fun/base/FunWaterfall.dom.tsx similarity index 100% rename from ts/components/fun/base/FunWaterfall.tsx rename to ts/components/fun/base/FunWaterfall.dom.tsx diff --git a/ts/components/fun/constants.tsx b/ts/components/fun/constants.dom.tsx similarity index 100% rename from ts/components/fun/constants.tsx rename to ts/components/fun/constants.dom.tsx diff --git a/ts/components/fun/data/emojis.ts b/ts/components/fun/data/emojis.std.ts similarity index 100% rename from ts/components/fun/data/emojis.ts rename to ts/components/fun/data/emojis.std.ts diff --git a/ts/components/fun/data/gifs.ts b/ts/components/fun/data/gifs.preload.ts similarity index 100% rename from ts/components/fun/data/gifs.ts rename to ts/components/fun/data/gifs.preload.ts diff --git a/ts/components/fun/data/infinite.ts b/ts/components/fun/data/infinite.std.ts similarity index 100% rename from ts/components/fun/data/infinite.ts rename to ts/components/fun/data/infinite.std.ts diff --git a/ts/components/fun/data/segments.ts b/ts/components/fun/data/segments.std.ts similarity index 100% rename from ts/components/fun/data/segments.ts rename to ts/components/fun/data/segments.std.ts diff --git a/ts/components/fun/data/tenor.ts b/ts/components/fun/data/tenor.preload.ts similarity index 100% rename from ts/components/fun/data/tenor.ts rename to ts/components/fun/data/tenor.preload.ts diff --git a/ts/components/fun/keyboard/FunKeyboard.tsx b/ts/components/fun/keyboard/FunKeyboard.dom.tsx similarity index 100% rename from ts/components/fun/keyboard/FunKeyboard.tsx rename to ts/components/fun/keyboard/FunKeyboard.dom.tsx diff --git a/ts/components/fun/keyboard/GridKeyboardDelegate.tsx b/ts/components/fun/keyboard/GridKeyboardDelegate.dom.tsx similarity index 100% rename from ts/components/fun/keyboard/GridKeyboardDelegate.tsx rename to ts/components/fun/keyboard/GridKeyboardDelegate.dom.tsx diff --git a/ts/components/fun/keyboard/WaterfallKeyboardDelegate.tsx b/ts/components/fun/keyboard/WaterfallKeyboardDelegate.dom.tsx similarity index 100% rename from ts/components/fun/keyboard/WaterfallKeyboardDelegate.tsx rename to ts/components/fun/keyboard/WaterfallKeyboardDelegate.dom.tsx diff --git a/ts/components/fun/mocks.tsx b/ts/components/fun/mocks.dom.tsx similarity index 100% rename from ts/components/fun/mocks.tsx rename to ts/components/fun/mocks.dom.tsx diff --git a/ts/components/fun/panels/FunPanelEmojis.tsx b/ts/components/fun/panels/FunPanelEmojis.dom.tsx similarity index 100% rename from ts/components/fun/panels/FunPanelEmojis.tsx rename to ts/components/fun/panels/FunPanelEmojis.dom.tsx diff --git a/ts/components/fun/panels/FunPanelGifs.tsx b/ts/components/fun/panels/FunPanelGifs.dom.tsx similarity index 100% rename from ts/components/fun/panels/FunPanelGifs.tsx rename to ts/components/fun/panels/FunPanelGifs.dom.tsx diff --git a/ts/components/fun/panels/FunPanelStickers.tsx b/ts/components/fun/panels/FunPanelStickers.dom.tsx similarity index 100% rename from ts/components/fun/panels/FunPanelStickers.tsx rename to ts/components/fun/panels/FunPanelStickers.dom.tsx diff --git a/ts/components/fun/types.tsx b/ts/components/fun/types.dom.tsx similarity index 100% rename from ts/components/fun/types.tsx rename to ts/components/fun/types.dom.tsx diff --git a/ts/components/fun/useFunEmojiLocalizer.tsx b/ts/components/fun/useFunEmojiLocalizer.dom.tsx similarity index 100% rename from ts/components/fun/useFunEmojiLocalizer.tsx rename to ts/components/fun/useFunEmojiLocalizer.dom.tsx diff --git a/ts/components/fun/useFunEmojiSearch.tsx b/ts/components/fun/useFunEmojiSearch.dom.tsx similarity index 100% rename from ts/components/fun/useFunEmojiSearch.tsx rename to ts/components/fun/useFunEmojiSearch.dom.tsx diff --git a/ts/components/fun/virtual/useFunVirtualGrid.tsx b/ts/components/fun/virtual/useFunVirtualGrid.dom.tsx similarity index 100% rename from ts/components/fun/virtual/useFunVirtualGrid.tsx rename to ts/components/fun/virtual/useFunVirtualGrid.dom.tsx diff --git a/ts/components/installScreen/InstallScreenBackupImportStep.stories.tsx b/ts/components/installScreen/InstallScreenBackupImportStep.dom.stories.tsx similarity index 100% rename from ts/components/installScreen/InstallScreenBackupImportStep.stories.tsx rename to ts/components/installScreen/InstallScreenBackupImportStep.dom.stories.tsx diff --git a/ts/components/installScreen/InstallScreenBackupImportStep.tsx b/ts/components/installScreen/InstallScreenBackupImportStep.dom.tsx similarity index 100% rename from ts/components/installScreen/InstallScreenBackupImportStep.tsx rename to ts/components/installScreen/InstallScreenBackupImportStep.dom.tsx diff --git a/ts/components/installScreen/InstallScreenErrorStep.stories.tsx b/ts/components/installScreen/InstallScreenErrorStep.dom.stories.tsx similarity index 100% rename from ts/components/installScreen/InstallScreenErrorStep.stories.tsx rename to ts/components/installScreen/InstallScreenErrorStep.dom.stories.tsx diff --git a/ts/components/installScreen/InstallScreenErrorStep.tsx b/ts/components/installScreen/InstallScreenErrorStep.dom.tsx similarity index 100% rename from ts/components/installScreen/InstallScreenErrorStep.tsx rename to ts/components/installScreen/InstallScreenErrorStep.dom.tsx diff --git a/ts/components/installScreen/InstallScreenLinkInProgress.stories.tsx b/ts/components/installScreen/InstallScreenLinkInProgress.dom.stories.tsx similarity index 100% rename from ts/components/installScreen/InstallScreenLinkInProgress.stories.tsx rename to ts/components/installScreen/InstallScreenLinkInProgress.dom.stories.tsx diff --git a/ts/components/installScreen/InstallScreenLinkInProgressStep.tsx b/ts/components/installScreen/InstallScreenLinkInProgressStep.dom.tsx similarity index 100% rename from ts/components/installScreen/InstallScreenLinkInProgressStep.tsx rename to ts/components/installScreen/InstallScreenLinkInProgressStep.dom.tsx diff --git a/ts/components/installScreen/InstallScreenQrCodeNotScannedStep.stories.tsx b/ts/components/installScreen/InstallScreenQrCodeNotScannedStep.dom.stories.tsx similarity index 100% rename from ts/components/installScreen/InstallScreenQrCodeNotScannedStep.stories.tsx rename to ts/components/installScreen/InstallScreenQrCodeNotScannedStep.dom.stories.tsx diff --git a/ts/components/installScreen/InstallScreenQrCodeNotScannedStep.tsx b/ts/components/installScreen/InstallScreenQrCodeNotScannedStep.dom.tsx similarity index 100% rename from ts/components/installScreen/InstallScreenQrCodeNotScannedStep.tsx rename to ts/components/installScreen/InstallScreenQrCodeNotScannedStep.dom.tsx diff --git a/ts/components/installScreen/InstallScreenSignalLogo.tsx b/ts/components/installScreen/InstallScreenSignalLogo.dom.tsx similarity index 100% rename from ts/components/installScreen/InstallScreenSignalLogo.tsx rename to ts/components/installScreen/InstallScreenSignalLogo.dom.tsx diff --git a/ts/components/installScreen/InstallScreenUpdateDialog.tsx b/ts/components/installScreen/InstallScreenUpdateDialog.dom.tsx similarity index 100% rename from ts/components/installScreen/InstallScreenUpdateDialog.tsx rename to ts/components/installScreen/InstallScreenUpdateDialog.dom.tsx diff --git a/ts/components/leftPane/LeftPaneArchiveHelper.tsx b/ts/components/leftPane/LeftPaneArchiveHelper.dom.tsx similarity index 100% rename from ts/components/leftPane/LeftPaneArchiveHelper.tsx rename to ts/components/leftPane/LeftPaneArchiveHelper.dom.tsx diff --git a/ts/components/leftPane/LeftPaneChatFolders.tsx b/ts/components/leftPane/LeftPaneChatFolders.dom.tsx similarity index 100% rename from ts/components/leftPane/LeftPaneChatFolders.tsx rename to ts/components/leftPane/LeftPaneChatFolders.dom.tsx diff --git a/ts/components/leftPane/LeftPaneChooseGroupMembersHelper.tsx b/ts/components/leftPane/LeftPaneChooseGroupMembersHelper.dom.tsx similarity index 100% rename from ts/components/leftPane/LeftPaneChooseGroupMembersHelper.tsx rename to ts/components/leftPane/LeftPaneChooseGroupMembersHelper.dom.tsx diff --git a/ts/components/leftPane/LeftPaneComposeHelper.tsx b/ts/components/leftPane/LeftPaneComposeHelper.dom.tsx similarity index 100% rename from ts/components/leftPane/LeftPaneComposeHelper.tsx rename to ts/components/leftPane/LeftPaneComposeHelper.dom.tsx diff --git a/ts/components/leftPane/LeftPaneConversationListItemContextMenu.tsx b/ts/components/leftPane/LeftPaneConversationListItemContextMenu.dom.tsx similarity index 100% rename from ts/components/leftPane/LeftPaneConversationListItemContextMenu.tsx rename to ts/components/leftPane/LeftPaneConversationListItemContextMenu.dom.tsx diff --git a/ts/components/leftPane/LeftPaneFindByPhoneNumberHelper.tsx b/ts/components/leftPane/LeftPaneFindByPhoneNumberHelper.dom.tsx similarity index 100% rename from ts/components/leftPane/LeftPaneFindByPhoneNumberHelper.tsx rename to ts/components/leftPane/LeftPaneFindByPhoneNumberHelper.dom.tsx diff --git a/ts/components/leftPane/LeftPaneFindByUsernameHelper.tsx b/ts/components/leftPane/LeftPaneFindByUsernameHelper.dom.tsx similarity index 100% rename from ts/components/leftPane/LeftPaneFindByUsernameHelper.tsx rename to ts/components/leftPane/LeftPaneFindByUsernameHelper.dom.tsx diff --git a/ts/components/leftPane/LeftPaneHelper.tsx b/ts/components/leftPane/LeftPaneHelper.dom.tsx similarity index 100% rename from ts/components/leftPane/LeftPaneHelper.tsx rename to ts/components/leftPane/LeftPaneHelper.dom.tsx diff --git a/ts/components/leftPane/LeftPaneInboxHelper.tsx b/ts/components/leftPane/LeftPaneInboxHelper.dom.tsx similarity index 100% rename from ts/components/leftPane/LeftPaneInboxHelper.tsx rename to ts/components/leftPane/LeftPaneInboxHelper.dom.tsx diff --git a/ts/components/leftPane/LeftPaneSearchHelper.tsx b/ts/components/leftPane/LeftPaneSearchHelper.dom.tsx similarity index 100% rename from ts/components/leftPane/LeftPaneSearchHelper.tsx rename to ts/components/leftPane/LeftPaneSearchHelper.dom.tsx diff --git a/ts/components/leftPane/LeftPaneSetGroupMetadataHelper.tsx b/ts/components/leftPane/LeftPaneSetGroupMetadataHelper.dom.tsx similarity index 100% rename from ts/components/leftPane/LeftPaneSetGroupMetadataHelper.tsx rename to ts/components/leftPane/LeftPaneSetGroupMetadataHelper.dom.tsx diff --git a/ts/components/leftPane/getConversationInDirection.ts b/ts/components/leftPane/getConversationInDirection.dom.ts similarity index 100% rename from ts/components/leftPane/getConversationInDirection.ts rename to ts/components/leftPane/getConversationInDirection.dom.ts diff --git a/ts/components/leftPane/handleKeydownForSearch.ts b/ts/components/leftPane/handleKeydownForSearch.dom.ts similarity index 100% rename from ts/components/leftPane/handleKeydownForSearch.ts rename to ts/components/leftPane/handleKeydownForSearch.dom.ts diff --git a/ts/components/preferences/PreferencesSelectChatsDialog.tsx b/ts/components/preferences/PreferencesSelectChatsDialog.dom.tsx similarity index 100% rename from ts/components/preferences/PreferencesSelectChatsDialog.tsx rename to ts/components/preferences/PreferencesSelectChatsDialog.dom.tsx diff --git a/ts/components/preferences/chatFolders/DeleteChatFolderDialog.tsx b/ts/components/preferences/chatFolders/DeleteChatFolderDialog.dom.tsx similarity index 100% rename from ts/components/preferences/chatFolders/DeleteChatFolderDialog.tsx rename to ts/components/preferences/chatFolders/DeleteChatFolderDialog.dom.tsx diff --git a/ts/components/preferences/chatFolders/PreferencesChatFolderItems.tsx b/ts/components/preferences/chatFolders/PreferencesChatFolderItems.dom.tsx similarity index 100% rename from ts/components/preferences/chatFolders/PreferencesChatFolderItems.tsx rename to ts/components/preferences/chatFolders/PreferencesChatFolderItems.dom.tsx diff --git a/ts/components/preferences/chatFolders/PreferencesChatFoldersPage.tsx b/ts/components/preferences/chatFolders/PreferencesChatFoldersPage.dom.tsx similarity index 100% rename from ts/components/preferences/chatFolders/PreferencesChatFoldersPage.tsx rename to ts/components/preferences/chatFolders/PreferencesChatFoldersPage.dom.tsx diff --git a/ts/components/preferences/chatFolders/PreferencesEditChatFoldersPage.tsx b/ts/components/preferences/chatFolders/PreferencesEditChatFoldersPage.dom.tsx similarity index 100% rename from ts/components/preferences/chatFolders/PreferencesEditChatFoldersPage.tsx rename to ts/components/preferences/chatFolders/PreferencesEditChatFoldersPage.dom.tsx diff --git a/ts/components/preferences/donations/DonateInputAmount.tsx b/ts/components/preferences/donations/DonateInputAmount.dom.tsx similarity index 100% rename from ts/components/preferences/donations/DonateInputAmount.tsx rename to ts/components/preferences/donations/DonateInputAmount.dom.tsx diff --git a/ts/components/preferences/donations/DonateInputCardCvc.stories.tsx b/ts/components/preferences/donations/DonateInputCardCvc.dom.stories.tsx similarity index 100% rename from ts/components/preferences/donations/DonateInputCardCvc.stories.tsx rename to ts/components/preferences/donations/DonateInputCardCvc.dom.stories.tsx diff --git a/ts/components/preferences/donations/DonateInputCardCvc.tsx b/ts/components/preferences/donations/DonateInputCardCvc.dom.tsx similarity index 100% rename from ts/components/preferences/donations/DonateInputCardCvc.tsx rename to ts/components/preferences/donations/DonateInputCardCvc.dom.tsx diff --git a/ts/components/preferences/donations/DonateInputCardExp.stories.tsx b/ts/components/preferences/donations/DonateInputCardExp.dom.stories.tsx similarity index 100% rename from ts/components/preferences/donations/DonateInputCardExp.stories.tsx rename to ts/components/preferences/donations/DonateInputCardExp.dom.stories.tsx diff --git a/ts/components/preferences/donations/DonateInputCardExp.tsx b/ts/components/preferences/donations/DonateInputCardExp.dom.tsx similarity index 100% rename from ts/components/preferences/donations/DonateInputCardExp.tsx rename to ts/components/preferences/donations/DonateInputCardExp.dom.tsx diff --git a/ts/components/preferences/donations/DonateInputCardNumber.stories.tsx b/ts/components/preferences/donations/DonateInputCardNumber.dom.stories.tsx similarity index 100% rename from ts/components/preferences/donations/DonateInputCardNumber.stories.tsx rename to ts/components/preferences/donations/DonateInputCardNumber.dom.stories.tsx diff --git a/ts/components/preferences/donations/DonateInputCardNumber.tsx b/ts/components/preferences/donations/DonateInputCardNumber.dom.tsx similarity index 100% rename from ts/components/preferences/donations/DonateInputCardNumber.tsx rename to ts/components/preferences/donations/DonateInputCardNumber.dom.tsx diff --git a/ts/components/stickers/StickerManager.stories.tsx b/ts/components/stickers/StickerManager.dom.stories.tsx similarity index 100% rename from ts/components/stickers/StickerManager.stories.tsx rename to ts/components/stickers/StickerManager.dom.stories.tsx diff --git a/ts/components/stickers/StickerManager.tsx b/ts/components/stickers/StickerManager.dom.tsx similarity index 100% rename from ts/components/stickers/StickerManager.tsx rename to ts/components/stickers/StickerManager.dom.tsx diff --git a/ts/components/stickers/StickerManagerPackRow.tsx b/ts/components/stickers/StickerManagerPackRow.dom.tsx similarity index 100% rename from ts/components/stickers/StickerManagerPackRow.tsx rename to ts/components/stickers/StickerManagerPackRow.dom.tsx diff --git a/ts/components/stickers/StickerPackInstallButton.tsx b/ts/components/stickers/StickerPackInstallButton.dom.tsx similarity index 100% rename from ts/components/stickers/StickerPackInstallButton.tsx rename to ts/components/stickers/StickerPackInstallButton.dom.tsx diff --git a/ts/components/stickers/StickerPreviewModal.stories.tsx b/ts/components/stickers/StickerPreviewModal.dom.stories.tsx similarity index 100% rename from ts/components/stickers/StickerPreviewModal.stories.tsx rename to ts/components/stickers/StickerPreviewModal.dom.stories.tsx diff --git a/ts/components/stickers/StickerPreviewModal.tsx b/ts/components/stickers/StickerPreviewModal.dom.tsx similarity index 100% rename from ts/components/stickers/StickerPreviewModal.tsx rename to ts/components/stickers/StickerPreviewModal.dom.tsx diff --git a/ts/components/stickers/mocks.ts b/ts/components/stickers/mocks.std.ts similarity index 100% rename from ts/components/stickers/mocks.ts rename to ts/components/stickers/mocks.std.ts diff --git a/ts/context/Bytes.ts b/ts/context/Bytes.std.ts similarity index 100% rename from ts/context/Bytes.ts rename to ts/context/Bytes.std.ts diff --git a/ts/context/Crypto.ts b/ts/context/Crypto.node.ts similarity index 100% rename from ts/context/Crypto.ts rename to ts/context/Crypto.node.ts diff --git a/ts/context/Timers.ts b/ts/context/Timers.node.ts similarity index 100% rename from ts/context/Timers.ts rename to ts/context/Timers.node.ts diff --git a/ts/context/activeWindowService.ts b/ts/context/activeWindowService.preload.ts similarity index 100% rename from ts/context/activeWindowService.ts rename to ts/context/activeWindowService.preload.ts diff --git a/ts/context/config.ts b/ts/context/config.preload.ts similarity index 100% rename from ts/context/config.ts rename to ts/context/config.preload.ts diff --git a/ts/context/createNativeThemeListener.ts b/ts/context/createNativeThemeListener.std.ts similarity index 100% rename from ts/context/createNativeThemeListener.ts rename to ts/context/createNativeThemeListener.std.ts diff --git a/ts/context/environment.ts b/ts/context/environment.preload.ts similarity index 100% rename from ts/context/environment.ts rename to ts/context/environment.preload.ts diff --git a/ts/context/i18n.ts b/ts/context/i18n.preload.ts similarity index 100% rename from ts/context/i18n.ts rename to ts/context/i18n.preload.ts diff --git a/ts/context/localeMessages.ts b/ts/context/localeMessages.preload.ts similarity index 100% rename from ts/context/localeMessages.ts rename to ts/context/localeMessages.preload.ts diff --git a/ts/context/waitForSettingsChange.ts b/ts/context/waitForSettingsChange.preload.ts similarity index 100% rename from ts/context/waitForSettingsChange.ts rename to ts/context/waitForSettingsChange.preload.ts diff --git a/ts/conversations/isConversationTooBigToRing.ts b/ts/conversations/isConversationTooBigToRing.dom.ts similarity index 100% rename from ts/conversations/isConversationTooBigToRing.ts rename to ts/conversations/isConversationTooBigToRing.dom.ts diff --git a/ts/environment.ts b/ts/environment.std.ts similarity index 100% rename from ts/environment.ts rename to ts/environment.std.ts diff --git a/ts/groupChange.ts b/ts/groupChange.std.ts similarity index 100% rename from ts/groupChange.ts rename to ts/groupChange.std.ts diff --git a/ts/groups.ts b/ts/groups.preload.ts similarity index 100% rename from ts/groups.ts rename to ts/groups.preload.ts diff --git a/ts/groups/joinViaLink.ts b/ts/groups/joinViaLink.preload.ts similarity index 100% rename from ts/groups/joinViaLink.ts rename to ts/groups/joinViaLink.preload.ts diff --git a/ts/groups/limits.ts b/ts/groups/limits.dom.ts similarity index 100% rename from ts/groups/limits.ts rename to ts/groups/limits.dom.ts diff --git a/ts/groups/toggleSelectedContactForGroupAddition.ts b/ts/groups/toggleSelectedContactForGroupAddition.std.ts similarity index 100% rename from ts/groups/toggleSelectedContactForGroupAddition.ts rename to ts/groups/toggleSelectedContactForGroupAddition.std.ts diff --git a/ts/groups/util.ts b/ts/groups/util.std.ts similarity index 100% rename from ts/groups/util.ts rename to ts/groups/util.std.ts diff --git a/ts/hooks/useActivateSpeakerViewOnPresenting.ts b/ts/hooks/useActivateSpeakerViewOnPresenting.std.ts similarity index 100% rename from ts/hooks/useActivateSpeakerViewOnPresenting.ts rename to ts/hooks/useActivateSpeakerViewOnPresenting.std.ts diff --git a/ts/hooks/useAnimated.tsx b/ts/hooks/useAnimated.dom.tsx similarity index 100% rename from ts/hooks/useAnimated.tsx rename to ts/hooks/useAnimated.dom.tsx diff --git a/ts/hooks/useAttachmentStatus.ts b/ts/hooks/useAttachmentStatus.std.ts similarity index 100% rename from ts/hooks/useAttachmentStatus.ts rename to ts/hooks/useAttachmentStatus.std.ts diff --git a/ts/hooks/useBoundActions.ts b/ts/hooks/useBoundActions.std.ts similarity index 100% rename from ts/hooks/useBoundActions.ts rename to ts/hooks/useBoundActions.std.ts diff --git a/ts/hooks/useComputePeaks.ts b/ts/hooks/useComputePeaks.dom.ts similarity index 100% rename from ts/hooks/useComputePeaks.ts rename to ts/hooks/useComputePeaks.dom.ts diff --git a/ts/hooks/useConfirmDiscard.tsx b/ts/hooks/useConfirmDiscard.dom.tsx similarity index 100% rename from ts/hooks/useConfirmDiscard.tsx rename to ts/hooks/useConfirmDiscard.dom.tsx diff --git a/ts/hooks/useDelayedValue.ts b/ts/hooks/useDelayedValue.std.ts similarity index 100% rename from ts/hooks/useDelayedValue.ts rename to ts/hooks/useDelayedValue.std.ts diff --git a/ts/hooks/useDevicePixelRatio.ts b/ts/hooks/useDevicePixelRatio.dom.ts similarity index 100% rename from ts/hooks/useDevicePixelRatio.ts rename to ts/hooks/useDevicePixelRatio.dom.ts diff --git a/ts/hooks/useEscapeHandling.ts b/ts/hooks/useEscapeHandling.dom.ts similarity index 100% rename from ts/hooks/useEscapeHandling.ts rename to ts/hooks/useEscapeHandling.dom.ts diff --git a/ts/hooks/useHasWrapped.ts b/ts/hooks/useHasWrapped.std.ts similarity index 100% rename from ts/hooks/useHasWrapped.ts rename to ts/hooks/useHasWrapped.std.ts diff --git a/ts/hooks/useInputMask.tsx b/ts/hooks/useInputMask.dom.tsx similarity index 100% rename from ts/hooks/useInputMask.tsx rename to ts/hooks/useInputMask.dom.tsx diff --git a/ts/hooks/useIntersectionObserver.ts b/ts/hooks/useIntersectionObserver.std.ts similarity index 100% rename from ts/hooks/useIntersectionObserver.ts rename to ts/hooks/useIntersectionObserver.std.ts diff --git a/ts/hooks/useIsMounted.ts b/ts/hooks/useIsMounted.std.ts similarity index 100% rename from ts/hooks/useIsMounted.ts rename to ts/hooks/useIsMounted.std.ts diff --git a/ts/hooks/useIsWindowActive.ts b/ts/hooks/useIsWindowActive.dom.ts similarity index 100% rename from ts/hooks/useIsWindowActive.ts rename to ts/hooks/useIsWindowActive.dom.ts diff --git a/ts/hooks/useKeyboardShortcuts.tsx b/ts/hooks/useKeyboardShortcuts.dom.tsx similarity index 100% rename from ts/hooks/useKeyboardShortcuts.tsx rename to ts/hooks/useKeyboardShortcuts.dom.tsx diff --git a/ts/hooks/useMinimalConversation.ts b/ts/hooks/useMinimalConversation.std.ts similarity index 100% rename from ts/hooks/useMinimalConversation.ts rename to ts/hooks/useMinimalConversation.std.ts diff --git a/ts/hooks/useNavBlocker.ts b/ts/hooks/useNavBlocker.std.ts similarity index 100% rename from ts/hooks/useNavBlocker.ts rename to ts/hooks/useNavBlocker.std.ts diff --git a/ts/hooks/useNowThatUpdatesEveryMinute.ts b/ts/hooks/useNowThatUpdatesEveryMinute.std.ts similarity index 100% rename from ts/hooks/useNowThatUpdatesEveryMinute.ts rename to ts/hooks/useNowThatUpdatesEveryMinute.std.ts diff --git a/ts/hooks/usePageVisibility.ts b/ts/hooks/usePageVisibility.dom.ts similarity index 100% rename from ts/hooks/usePageVisibility.ts rename to ts/hooks/usePageVisibility.dom.ts diff --git a/ts/hooks/usePortal.ts b/ts/hooks/usePortal.dom.ts similarity index 100% rename from ts/hooks/usePortal.ts rename to ts/hooks/usePortal.dom.ts diff --git a/ts/hooks/usePrevious.ts b/ts/hooks/usePrevious.std.ts similarity index 100% rename from ts/hooks/usePrevious.ts rename to ts/hooks/usePrevious.std.ts diff --git a/ts/hooks/useProxySelector.ts b/ts/hooks/useProxySelector.std.ts similarity index 100% rename from ts/hooks/useProxySelector.ts rename to ts/hooks/useProxySelector.std.ts diff --git a/ts/hooks/useReducedMotion.ts b/ts/hooks/useReducedMotion.dom.ts similarity index 100% rename from ts/hooks/useReducedMotion.ts rename to ts/hooks/useReducedMotion.dom.ts diff --git a/ts/hooks/useRefMerger.ts b/ts/hooks/useRefMerger.std.ts similarity index 100% rename from ts/hooks/useRefMerger.ts rename to ts/hooks/useRefMerger.std.ts diff --git a/ts/hooks/useRestoreFocus.ts b/ts/hooks/useRestoreFocus.dom.ts similarity index 100% rename from ts/hooks/useRestoreFocus.ts rename to ts/hooks/useRestoreFocus.dom.ts diff --git a/ts/hooks/useRetryStorySend.tsx b/ts/hooks/useRetryStorySend.dom.tsx similarity index 100% rename from ts/hooks/useRetryStorySend.tsx rename to ts/hooks/useRetryStorySend.dom.tsx diff --git a/ts/hooks/useScrollLock.tsx b/ts/hooks/useScrollLock.dom.tsx similarity index 100% rename from ts/hooks/useScrollLock.tsx rename to ts/hooks/useScrollLock.dom.tsx diff --git a/ts/hooks/useSizeObserver.tsx b/ts/hooks/useSizeObserver.dom.tsx similarity index 100% rename from ts/hooks/useSizeObserver.tsx rename to ts/hooks/useSizeObserver.dom.tsx diff --git a/ts/hooks/useTabs.tsx b/ts/hooks/useTabs.dom.tsx similarity index 100% rename from ts/hooks/useTabs.tsx rename to ts/hooks/useTabs.dom.tsx diff --git a/ts/hooks/useTheme.ts b/ts/hooks/useTheme.dom.ts similarity index 100% rename from ts/hooks/useTheme.ts rename to ts/hooks/useTheme.dom.ts diff --git a/ts/hooks/useUndownloadableMediaHandler.tsx b/ts/hooks/useUndownloadableMediaHandler.dom.tsx similarity index 100% rename from ts/hooks/useUndownloadableMediaHandler.tsx rename to ts/hooks/useUndownloadableMediaHandler.dom.tsx diff --git a/ts/hooks/useValueAtFixedRate.ts b/ts/hooks/useValueAtFixedRate.std.ts similarity index 100% rename from ts/hooks/useValueAtFixedRate.ts rename to ts/hooks/useValueAtFixedRate.std.ts diff --git a/ts/indexeddb.ts b/ts/indexeddb.dom.ts similarity index 100% rename from ts/indexeddb.ts rename to ts/indexeddb.dom.ts diff --git a/ts/jobs/AttachmentBackupManager.ts b/ts/jobs/AttachmentBackupManager.preload.ts similarity index 100% rename from ts/jobs/AttachmentBackupManager.ts rename to ts/jobs/AttachmentBackupManager.preload.ts diff --git a/ts/jobs/AttachmentDownloadManager.ts b/ts/jobs/AttachmentDownloadManager.preload.ts similarity index 100% rename from ts/jobs/AttachmentDownloadManager.ts rename to ts/jobs/AttachmentDownloadManager.preload.ts diff --git a/ts/jobs/AttachmentLocalBackupManager.ts b/ts/jobs/AttachmentLocalBackupManager.preload.ts similarity index 100% rename from ts/jobs/AttachmentLocalBackupManager.ts rename to ts/jobs/AttachmentLocalBackupManager.preload.ts diff --git a/ts/jobs/CallLinkFinalizeDeleteManager.ts b/ts/jobs/CallLinkFinalizeDeleteManager.preload.ts similarity index 100% rename from ts/jobs/CallLinkFinalizeDeleteManager.ts rename to ts/jobs/CallLinkFinalizeDeleteManager.preload.ts diff --git a/ts/jobs/Job.ts b/ts/jobs/Job.std.ts similarity index 100% rename from ts/jobs/Job.ts rename to ts/jobs/Job.std.ts diff --git a/ts/jobs/JobError.ts b/ts/jobs/JobError.std.ts similarity index 100% rename from ts/jobs/JobError.ts rename to ts/jobs/JobError.std.ts diff --git a/ts/jobs/JobLogger.ts b/ts/jobs/JobLogger.std.ts similarity index 100% rename from ts/jobs/JobLogger.ts rename to ts/jobs/JobLogger.std.ts diff --git a/ts/jobs/JobManager.ts b/ts/jobs/JobManager.std.ts similarity index 100% rename from ts/jobs/JobManager.ts rename to ts/jobs/JobManager.std.ts diff --git a/ts/jobs/JobQueue.ts b/ts/jobs/JobQueue.std.ts similarity index 100% rename from ts/jobs/JobQueue.ts rename to ts/jobs/JobQueue.std.ts diff --git a/ts/jobs/JobQueueDatabaseStore.ts b/ts/jobs/JobQueueDatabaseStore.preload.ts similarity index 100% rename from ts/jobs/JobQueueDatabaseStore.ts rename to ts/jobs/JobQueueDatabaseStore.preload.ts diff --git a/ts/jobs/callLinkRefreshJobQueue.ts b/ts/jobs/callLinkRefreshJobQueue.preload.ts similarity index 100% rename from ts/jobs/callLinkRefreshJobQueue.ts rename to ts/jobs/callLinkRefreshJobQueue.preload.ts diff --git a/ts/jobs/conversationJobQueue.ts b/ts/jobs/conversationJobQueue.preload.ts similarity index 100% rename from ts/jobs/conversationJobQueue.ts rename to ts/jobs/conversationJobQueue.preload.ts diff --git a/ts/jobs/deleteDownloadsJobQueue.ts b/ts/jobs/deleteDownloadsJobQueue.preload.ts similarity index 100% rename from ts/jobs/deleteDownloadsJobQueue.ts rename to ts/jobs/deleteDownloadsJobQueue.preload.ts diff --git a/ts/jobs/formatJobForInsert.ts b/ts/jobs/formatJobForInsert.std.ts similarity index 100% rename from ts/jobs/formatJobForInsert.ts rename to ts/jobs/formatJobForInsert.std.ts diff --git a/ts/jobs/groupAvatarJobQueue.ts b/ts/jobs/groupAvatarJobQueue.preload.ts similarity index 100% rename from ts/jobs/groupAvatarJobQueue.ts rename to ts/jobs/groupAvatarJobQueue.preload.ts diff --git a/ts/jobs/helpers/InMemoryQueues.ts b/ts/jobs/helpers/InMemoryQueues.std.ts similarity index 100% rename from ts/jobs/helpers/InMemoryQueues.ts rename to ts/jobs/helpers/InMemoryQueues.std.ts diff --git a/ts/jobs/helpers/addReportSpamJob.ts b/ts/jobs/helpers/addReportSpamJob.dom.ts similarity index 100% rename from ts/jobs/helpers/addReportSpamJob.ts rename to ts/jobs/helpers/addReportSpamJob.dom.ts diff --git a/ts/jobs/helpers/areAllErrorsUnregistered.ts b/ts/jobs/helpers/areAllErrorsUnregistered.dom.ts similarity index 100% rename from ts/jobs/helpers/areAllErrorsUnregistered.ts rename to ts/jobs/helpers/areAllErrorsUnregistered.dom.ts diff --git a/ts/jobs/helpers/attachmentBackfill.ts b/ts/jobs/helpers/attachmentBackfill.preload.ts similarity index 100% rename from ts/jobs/helpers/attachmentBackfill.ts rename to ts/jobs/helpers/attachmentBackfill.preload.ts diff --git a/ts/jobs/helpers/commonShouldJobContinue.ts b/ts/jobs/helpers/commonShouldJobContinue.preload.ts similarity index 100% rename from ts/jobs/helpers/commonShouldJobContinue.ts rename to ts/jobs/helpers/commonShouldJobContinue.preload.ts diff --git a/ts/jobs/helpers/findRetryAfterTimeFromError.ts b/ts/jobs/helpers/findRetryAfterTimeFromError.std.ts similarity index 100% rename from ts/jobs/helpers/findRetryAfterTimeFromError.ts rename to ts/jobs/helpers/findRetryAfterTimeFromError.std.ts diff --git a/ts/jobs/helpers/getHttpErrorCode.ts b/ts/jobs/helpers/getHttpErrorCode.std.ts similarity index 100% rename from ts/jobs/helpers/getHttpErrorCode.ts rename to ts/jobs/helpers/getHttpErrorCode.std.ts diff --git a/ts/jobs/helpers/getUntrustedConversationServiceIds.ts b/ts/jobs/helpers/getUntrustedConversationServiceIds.dom.ts similarity index 100% rename from ts/jobs/helpers/getUntrustedConversationServiceIds.ts rename to ts/jobs/helpers/getUntrustedConversationServiceIds.dom.ts diff --git a/ts/jobs/helpers/getValidRecipients.ts b/ts/jobs/helpers/getValidRecipients.dom.ts similarity index 100% rename from ts/jobs/helpers/getValidRecipients.ts rename to ts/jobs/helpers/getValidRecipients.dom.ts diff --git a/ts/jobs/helpers/handleCommonJobRequestError.ts b/ts/jobs/helpers/handleCommonJobRequestError.std.ts similarity index 100% rename from ts/jobs/helpers/handleCommonJobRequestError.ts rename to ts/jobs/helpers/handleCommonJobRequestError.std.ts diff --git a/ts/jobs/helpers/handleMultipleSendErrors.ts b/ts/jobs/helpers/handleMultipleSendErrors.std.ts similarity index 100% rename from ts/jobs/helpers/handleMultipleSendErrors.ts rename to ts/jobs/helpers/handleMultipleSendErrors.std.ts diff --git a/ts/jobs/helpers/sendCallingMessage.ts b/ts/jobs/helpers/sendCallingMessage.preload.ts similarity index 100% rename from ts/jobs/helpers/sendCallingMessage.ts rename to ts/jobs/helpers/sendCallingMessage.preload.ts diff --git a/ts/jobs/helpers/sendDeleteForEveryone.ts b/ts/jobs/helpers/sendDeleteForEveryone.preload.ts similarity index 100% rename from ts/jobs/helpers/sendDeleteForEveryone.ts rename to ts/jobs/helpers/sendDeleteForEveryone.preload.ts diff --git a/ts/jobs/helpers/sendDeleteStoryForEveryone.ts b/ts/jobs/helpers/sendDeleteStoryForEveryone.preload.ts similarity index 100% rename from ts/jobs/helpers/sendDeleteStoryForEveryone.ts rename to ts/jobs/helpers/sendDeleteStoryForEveryone.preload.ts diff --git a/ts/jobs/helpers/sendDirectExpirationTimerUpdate.ts b/ts/jobs/helpers/sendDirectExpirationTimerUpdate.preload.ts similarity index 100% rename from ts/jobs/helpers/sendDirectExpirationTimerUpdate.ts rename to ts/jobs/helpers/sendDirectExpirationTimerUpdate.preload.ts diff --git a/ts/jobs/helpers/sendGroupCallUpdate.ts b/ts/jobs/helpers/sendGroupCallUpdate.preload.ts similarity index 100% rename from ts/jobs/helpers/sendGroupCallUpdate.ts rename to ts/jobs/helpers/sendGroupCallUpdate.preload.ts diff --git a/ts/jobs/helpers/sendGroupUpdate.ts b/ts/jobs/helpers/sendGroupUpdate.preload.ts similarity index 100% rename from ts/jobs/helpers/sendGroupUpdate.ts rename to ts/jobs/helpers/sendGroupUpdate.preload.ts diff --git a/ts/jobs/helpers/sendNormalMessage.ts b/ts/jobs/helpers/sendNormalMessage.preload.ts similarity index 100% rename from ts/jobs/helpers/sendNormalMessage.ts rename to ts/jobs/helpers/sendNormalMessage.preload.ts diff --git a/ts/jobs/helpers/sendNullMessage.ts b/ts/jobs/helpers/sendNullMessage.preload.ts similarity index 100% rename from ts/jobs/helpers/sendNullMessage.ts rename to ts/jobs/helpers/sendNullMessage.preload.ts diff --git a/ts/jobs/helpers/sendProfileKey.ts b/ts/jobs/helpers/sendProfileKey.preload.ts similarity index 100% rename from ts/jobs/helpers/sendProfileKey.ts rename to ts/jobs/helpers/sendProfileKey.preload.ts diff --git a/ts/jobs/helpers/sendReaction.ts b/ts/jobs/helpers/sendReaction.preload.ts similarity index 100% rename from ts/jobs/helpers/sendReaction.ts rename to ts/jobs/helpers/sendReaction.preload.ts diff --git a/ts/jobs/helpers/sendReceipts.ts b/ts/jobs/helpers/sendReceipts.preload.ts similarity index 100% rename from ts/jobs/helpers/sendReceipts.ts rename to ts/jobs/helpers/sendReceipts.preload.ts diff --git a/ts/jobs/helpers/sendResendRequest.ts b/ts/jobs/helpers/sendResendRequest.preload.ts similarity index 100% rename from ts/jobs/helpers/sendResendRequest.ts rename to ts/jobs/helpers/sendResendRequest.preload.ts diff --git a/ts/jobs/helpers/sendSavedProto.ts b/ts/jobs/helpers/sendSavedProto.preload.ts similarity index 100% rename from ts/jobs/helpers/sendSavedProto.ts rename to ts/jobs/helpers/sendSavedProto.preload.ts diff --git a/ts/jobs/helpers/sendSenderKeyDistribution.ts b/ts/jobs/helpers/sendSenderKeyDistribution.preload.ts similarity index 100% rename from ts/jobs/helpers/sendSenderKeyDistribution.ts rename to ts/jobs/helpers/sendSenderKeyDistribution.preload.ts diff --git a/ts/jobs/helpers/sendStory.ts b/ts/jobs/helpers/sendStory.preload.ts similarity index 100% rename from ts/jobs/helpers/sendStory.ts rename to ts/jobs/helpers/sendStory.preload.ts diff --git a/ts/jobs/helpers/shouldSendToConversation.ts b/ts/jobs/helpers/shouldSendToConversation.preload.ts similarity index 100% rename from ts/jobs/helpers/shouldSendToConversation.ts rename to ts/jobs/helpers/shouldSendToConversation.preload.ts diff --git a/ts/jobs/helpers/sleepForRateLimitRetryAfterTime.ts b/ts/jobs/helpers/sleepForRateLimitRetryAfterTime.std.ts similarity index 100% rename from ts/jobs/helpers/sleepForRateLimitRetryAfterTime.ts rename to ts/jobs/helpers/sleepForRateLimitRetryAfterTime.std.ts diff --git a/ts/jobs/helpers/syncHelpers.ts b/ts/jobs/helpers/syncHelpers.preload.ts similarity index 100% rename from ts/jobs/helpers/syncHelpers.ts rename to ts/jobs/helpers/syncHelpers.preload.ts diff --git a/ts/jobs/initializeAllJobQueues.ts b/ts/jobs/initializeAllJobQueues.preload.ts similarity index 100% rename from ts/jobs/initializeAllJobQueues.ts rename to ts/jobs/initializeAllJobQueues.preload.ts diff --git a/ts/jobs/readSyncJobQueue.ts b/ts/jobs/readSyncJobQueue.preload.ts similarity index 100% rename from ts/jobs/readSyncJobQueue.ts rename to ts/jobs/readSyncJobQueue.preload.ts diff --git a/ts/jobs/removeStorageKeyJobQueue.ts b/ts/jobs/removeStorageKeyJobQueue.preload.ts similarity index 100% rename from ts/jobs/removeStorageKeyJobQueue.ts rename to ts/jobs/removeStorageKeyJobQueue.preload.ts diff --git a/ts/jobs/reportSpamJobQueue.ts b/ts/jobs/reportSpamJobQueue.preload.ts similarity index 100% rename from ts/jobs/reportSpamJobQueue.ts rename to ts/jobs/reportSpamJobQueue.preload.ts diff --git a/ts/jobs/singleProtoJobQueue.ts b/ts/jobs/singleProtoJobQueue.preload.ts similarity index 100% rename from ts/jobs/singleProtoJobQueue.ts rename to ts/jobs/singleProtoJobQueue.preload.ts diff --git a/ts/jobs/types.ts b/ts/jobs/types.std.ts similarity index 100% rename from ts/jobs/types.ts rename to ts/jobs/types.std.ts diff --git a/ts/jobs/viewOnceOpenJobQueue.ts b/ts/jobs/viewOnceOpenJobQueue.preload.ts similarity index 100% rename from ts/jobs/viewOnceOpenJobQueue.ts rename to ts/jobs/viewOnceOpenJobQueue.preload.ts diff --git a/ts/jobs/viewSyncJobQueue.ts b/ts/jobs/viewSyncJobQueue.preload.ts similarity index 100% rename from ts/jobs/viewSyncJobQueue.ts rename to ts/jobs/viewSyncJobQueue.preload.ts diff --git a/ts/linkPreviews/isLinkPreviewDateValid.ts b/ts/linkPreviews/isLinkPreviewDateValid.std.ts similarity index 100% rename from ts/linkPreviews/isLinkPreviewDateValid.ts rename to ts/linkPreviews/isLinkPreviewDateValid.std.ts diff --git a/ts/linkPreviews/linkPreviewFetch.ts b/ts/linkPreviews/linkPreviewFetch.preload.ts similarity index 100% rename from ts/linkPreviews/linkPreviewFetch.ts rename to ts/linkPreviews/linkPreviewFetch.preload.ts diff --git a/ts/linkPreviews/shouldUseFullSizeLinkPreviewImage.ts b/ts/linkPreviews/shouldUseFullSizeLinkPreviewImage.std.ts similarity index 100% rename from ts/linkPreviews/shouldUseFullSizeLinkPreviewImage.ts rename to ts/linkPreviews/shouldUseFullSizeLinkPreviewImage.std.ts diff --git a/ts/logging/debuglogs.ts b/ts/logging/debuglogs.node.ts similarity index 100% rename from ts/logging/debuglogs.ts rename to ts/logging/debuglogs.node.ts diff --git a/ts/logging/formatCountForLogging.ts b/ts/logging/formatCountForLogging.std.ts similarity index 100% rename from ts/logging/formatCountForLogging.ts rename to ts/logging/formatCountForLogging.std.ts diff --git a/ts/logging/log.ts b/ts/logging/log.std.ts similarity index 100% rename from ts/logging/log.ts rename to ts/logging/log.std.ts diff --git a/ts/logging/main_process_logging.ts b/ts/logging/main_process_logging.main.ts similarity index 100% rename from ts/logging/main_process_logging.ts rename to ts/logging/main_process_logging.main.ts diff --git a/ts/logging/set_up_renderer_logging.ts b/ts/logging/set_up_renderer_logging.preload.ts similarity index 100% rename from ts/logging/set_up_renderer_logging.ts rename to ts/logging/set_up_renderer_logging.preload.ts diff --git a/ts/logging/shared.ts b/ts/logging/shared.std.ts similarity index 100% rename from ts/logging/shared.ts rename to ts/logging/shared.std.ts diff --git a/ts/logging/uploadDebugLog.ts b/ts/logging/uploadDebugLog.node.ts similarity index 100% rename from ts/logging/uploadDebugLog.ts rename to ts/logging/uploadDebugLog.node.ts diff --git a/ts/main/NativeThemeNotifier.ts b/ts/main/NativeThemeNotifier.main.ts similarity index 100% rename from ts/main/NativeThemeNotifier.ts rename to ts/main/NativeThemeNotifier.main.ts diff --git a/ts/main/challengeMain.ts b/ts/main/challengeMain.main.ts similarity index 100% rename from ts/main/challengeMain.ts rename to ts/main/challengeMain.main.ts diff --git a/ts/main/powerChannel.ts b/ts/main/powerChannel.main.ts similarity index 100% rename from ts/main/powerChannel.ts rename to ts/main/powerChannel.main.ts diff --git a/ts/main/settingsChannel.ts b/ts/main/settingsChannel.main.ts similarity index 100% rename from ts/main/settingsChannel.ts rename to ts/main/settingsChannel.main.ts diff --git a/ts/mediaEditor/ImageStateType.ts b/ts/mediaEditor/ImageStateType.std.ts similarity index 100% rename from ts/mediaEditor/ImageStateType.ts rename to ts/mediaEditor/ImageStateType.std.ts diff --git a/ts/mediaEditor/MediaEditorFabricAnalogTimeSticker.ts b/ts/mediaEditor/MediaEditorFabricAnalogTimeSticker.dom.ts similarity index 100% rename from ts/mediaEditor/MediaEditorFabricAnalogTimeSticker.ts rename to ts/mediaEditor/MediaEditorFabricAnalogTimeSticker.dom.ts diff --git a/ts/mediaEditor/MediaEditorFabricCropRect.ts b/ts/mediaEditor/MediaEditorFabricCropRect.dom.ts similarity index 100% rename from ts/mediaEditor/MediaEditorFabricCropRect.ts rename to ts/mediaEditor/MediaEditorFabricCropRect.dom.ts diff --git a/ts/mediaEditor/MediaEditorFabricDigitalTimeSticker.ts b/ts/mediaEditor/MediaEditorFabricDigitalTimeSticker.dom.ts similarity index 100% rename from ts/mediaEditor/MediaEditorFabricDigitalTimeSticker.ts rename to ts/mediaEditor/MediaEditorFabricDigitalTimeSticker.dom.ts diff --git a/ts/mediaEditor/MediaEditorFabricIText.ts b/ts/mediaEditor/MediaEditorFabricIText.dom.ts similarity index 100% rename from ts/mediaEditor/MediaEditorFabricIText.ts rename to ts/mediaEditor/MediaEditorFabricIText.dom.ts diff --git a/ts/mediaEditor/MediaEditorFabricPath.ts b/ts/mediaEditor/MediaEditorFabricPath.dom.ts similarity index 100% rename from ts/mediaEditor/MediaEditorFabricPath.ts rename to ts/mediaEditor/MediaEditorFabricPath.dom.ts diff --git a/ts/mediaEditor/MediaEditorFabricPencilBrush.ts b/ts/mediaEditor/MediaEditorFabricPencilBrush.dom.ts similarity index 100% rename from ts/mediaEditor/MediaEditorFabricPencilBrush.ts rename to ts/mediaEditor/MediaEditorFabricPencilBrush.dom.ts diff --git a/ts/mediaEditor/MediaEditorFabricSticker.ts b/ts/mediaEditor/MediaEditorFabricSticker.dom.ts similarity index 100% rename from ts/mediaEditor/MediaEditorFabricSticker.ts rename to ts/mediaEditor/MediaEditorFabricSticker.dom.ts diff --git a/ts/mediaEditor/fabricEffectListener.ts b/ts/mediaEditor/fabricEffectListener.std.ts similarity index 100% rename from ts/mediaEditor/fabricEffectListener.ts rename to ts/mediaEditor/fabricEffectListener.std.ts diff --git a/ts/mediaEditor/useFabricHistory.ts b/ts/mediaEditor/useFabricHistory.dom.ts similarity index 100% rename from ts/mediaEditor/useFabricHistory.ts rename to ts/mediaEditor/useFabricHistory.dom.ts diff --git a/ts/mediaEditor/util/color.ts b/ts/mediaEditor/util/color.std.ts similarity index 100% rename from ts/mediaEditor/util/color.ts rename to ts/mediaEditor/util/color.std.ts diff --git a/ts/mediaEditor/util/customFabricObjectControls.ts b/ts/mediaEditor/util/customFabricObjectControls.dom.ts similarity index 100% rename from ts/mediaEditor/util/customFabricObjectControls.ts rename to ts/mediaEditor/util/customFabricObjectControls.dom.ts diff --git a/ts/mediaEditor/util/getTextStyleAttributes.ts b/ts/mediaEditor/util/getTextStyleAttributes.std.ts similarity index 100% rename from ts/mediaEditor/util/getTextStyleAttributes.ts rename to ts/mediaEditor/util/getTextStyleAttributes.std.ts diff --git a/ts/mediaEditor/util/moreStyles.ts b/ts/mediaEditor/util/moreStyles.dom.ts similarity index 100% rename from ts/mediaEditor/util/moreStyles.ts rename to ts/mediaEditor/util/moreStyles.dom.ts diff --git a/ts/messageModifiers/AttachmentDownloads.ts b/ts/messageModifiers/AttachmentDownloads.preload.ts similarity index 100% rename from ts/messageModifiers/AttachmentDownloads.ts rename to ts/messageModifiers/AttachmentDownloads.preload.ts diff --git a/ts/messageModifiers/Deletes.ts b/ts/messageModifiers/Deletes.preload.ts similarity index 100% rename from ts/messageModifiers/Deletes.ts rename to ts/messageModifiers/Deletes.preload.ts diff --git a/ts/messageModifiers/DeletesForMe.ts b/ts/messageModifiers/DeletesForMe.preload.ts similarity index 100% rename from ts/messageModifiers/DeletesForMe.ts rename to ts/messageModifiers/DeletesForMe.preload.ts diff --git a/ts/messageModifiers/Edits.ts b/ts/messageModifiers/Edits.preload.ts similarity index 100% rename from ts/messageModifiers/Edits.ts rename to ts/messageModifiers/Edits.preload.ts diff --git a/ts/messageModifiers/MessageReceipts.ts b/ts/messageModifiers/MessageReceipts.preload.ts similarity index 100% rename from ts/messageModifiers/MessageReceipts.ts rename to ts/messageModifiers/MessageReceipts.preload.ts diff --git a/ts/messageModifiers/MessageRequests.ts b/ts/messageModifiers/MessageRequests.preload.ts similarity index 100% rename from ts/messageModifiers/MessageRequests.ts rename to ts/messageModifiers/MessageRequests.preload.ts diff --git a/ts/messageModifiers/Polls.ts b/ts/messageModifiers/Polls.preload.ts similarity index 100% rename from ts/messageModifiers/Polls.ts rename to ts/messageModifiers/Polls.preload.ts diff --git a/ts/messageModifiers/Reactions.ts b/ts/messageModifiers/Reactions.preload.ts similarity index 100% rename from ts/messageModifiers/Reactions.ts rename to ts/messageModifiers/Reactions.preload.ts diff --git a/ts/messageModifiers/ReadSyncs.ts b/ts/messageModifiers/ReadSyncs.preload.ts similarity index 100% rename from ts/messageModifiers/ReadSyncs.ts rename to ts/messageModifiers/ReadSyncs.preload.ts diff --git a/ts/messageModifiers/ViewOnceOpenSyncs.ts b/ts/messageModifiers/ViewOnceOpenSyncs.preload.ts similarity index 100% rename from ts/messageModifiers/ViewOnceOpenSyncs.ts rename to ts/messageModifiers/ViewOnceOpenSyncs.preload.ts diff --git a/ts/messageModifiers/ViewSyncs.ts b/ts/messageModifiers/ViewSyncs.preload.ts similarity index 100% rename from ts/messageModifiers/ViewSyncs.ts rename to ts/messageModifiers/ViewSyncs.preload.ts diff --git a/ts/messages/MessageReadStatus.ts b/ts/messages/MessageReadStatus.std.ts similarity index 100% rename from ts/messages/MessageReadStatus.ts rename to ts/messages/MessageReadStatus.std.ts diff --git a/ts/messages/MessageSendState.ts b/ts/messages/MessageSendState.std.ts similarity index 100% rename from ts/messages/MessageSendState.ts rename to ts/messages/MessageSendState.std.ts diff --git a/ts/messages/copyQuote.ts b/ts/messages/copyQuote.preload.ts similarity index 100% rename from ts/messages/copyQuote.ts rename to ts/messages/copyQuote.preload.ts diff --git a/ts/messages/getMessageById.ts b/ts/messages/getMessageById.preload.ts similarity index 100% rename from ts/messages/getMessageById.ts rename to ts/messages/getMessageById.preload.ts diff --git a/ts/messages/getMessagesById.ts b/ts/messages/getMessagesById.preload.ts similarity index 100% rename from ts/messages/getMessagesById.ts rename to ts/messages/getMessagesById.preload.ts diff --git a/ts/messages/handleDataMessage.ts b/ts/messages/handleDataMessage.preload.ts similarity index 100% rename from ts/messages/handleDataMessage.ts rename to ts/messages/handleDataMessage.preload.ts diff --git a/ts/messages/helpers.ts b/ts/messages/helpers.std.ts similarity index 100% rename from ts/messages/helpers.ts rename to ts/messages/helpers.std.ts diff --git a/ts/messages/maybeNotify.ts b/ts/messages/maybeNotify.preload.ts similarity index 100% rename from ts/messages/maybeNotify.ts rename to ts/messages/maybeNotify.preload.ts diff --git a/ts/messages/migrateLegacyReadStatus.ts b/ts/messages/migrateLegacyReadStatus.std.ts similarity index 100% rename from ts/messages/migrateLegacyReadStatus.ts rename to ts/messages/migrateLegacyReadStatus.std.ts diff --git a/ts/messages/migrateLegacySendAttributes.ts b/ts/messages/migrateLegacySendAttributes.preload.ts similarity index 100% rename from ts/messages/migrateLegacySendAttributes.ts rename to ts/messages/migrateLegacySendAttributes.preload.ts diff --git a/ts/messages/migrateMessageData.ts b/ts/messages/migrateMessageData.preload.ts similarity index 100% rename from ts/messages/migrateMessageData.ts rename to ts/messages/migrateMessageData.preload.ts diff --git a/ts/messages/payments.ts b/ts/messages/payments.std.ts similarity index 100% rename from ts/messages/payments.ts rename to ts/messages/payments.std.ts diff --git a/ts/messages/quotes.ts b/ts/messages/quotes.preload.ts similarity index 100% rename from ts/messages/quotes.ts rename to ts/messages/quotes.preload.ts diff --git a/ts/messages/saveAndNotify.ts b/ts/messages/saveAndNotify.preload.ts similarity index 100% rename from ts/messages/saveAndNotify.ts rename to ts/messages/saveAndNotify.preload.ts diff --git a/ts/messages/send.ts b/ts/messages/send.preload.ts similarity index 100% rename from ts/messages/send.ts rename to ts/messages/send.preload.ts diff --git a/ts/messages/sources.ts b/ts/messages/sources.preload.ts similarity index 100% rename from ts/messages/sources.ts rename to ts/messages/sources.preload.ts diff --git a/ts/models/conversations.ts b/ts/models/conversations.preload.ts similarity index 100% rename from ts/models/conversations.ts rename to ts/models/conversations.preload.ts diff --git a/ts/models/messages.ts b/ts/models/messages.preload.ts similarity index 100% rename from ts/models/messages.ts rename to ts/models/messages.preload.ts diff --git a/ts/protobuf/index.ts b/ts/protobuf/index.std.ts similarity index 100% rename from ts/protobuf/index.ts rename to ts/protobuf/index.std.ts diff --git a/ts/protobuf/wrap.ts b/ts/protobuf/wrap.node.ts similarity index 100% rename from ts/protobuf/wrap.ts rename to ts/protobuf/wrap.node.ts diff --git a/ts/quill/auto-substitute-ascii-emojis/index.tsx b/ts/quill/auto-substitute-ascii-emojis/index.dom.tsx similarity index 100% rename from ts/quill/auto-substitute-ascii-emojis/index.tsx rename to ts/quill/auto-substitute-ascii-emojis/index.dom.tsx diff --git a/ts/quill/block/blot.tsx b/ts/quill/block/blot.dom.tsx similarity index 100% rename from ts/quill/block/blot.tsx rename to ts/quill/block/blot.dom.tsx diff --git a/ts/quill/emoji/blot.tsx b/ts/quill/emoji/blot.dom.tsx similarity index 100% rename from ts/quill/emoji/blot.tsx rename to ts/quill/emoji/blot.dom.tsx diff --git a/ts/quill/emoji/completion.tsx b/ts/quill/emoji/completion.dom.tsx similarity index 100% rename from ts/quill/emoji/completion.tsx rename to ts/quill/emoji/completion.dom.tsx diff --git a/ts/quill/emoji/index.tsx b/ts/quill/emoji/index.dom.tsx similarity index 100% rename from ts/quill/emoji/index.tsx rename to ts/quill/emoji/index.dom.tsx diff --git a/ts/quill/emoji/matchers.ts b/ts/quill/emoji/matchers.dom.ts similarity index 100% rename from ts/quill/emoji/matchers.ts rename to ts/quill/emoji/matchers.dom.ts diff --git a/ts/quill/formatting/matchers.ts b/ts/quill/formatting/matchers.dom.ts similarity index 100% rename from ts/quill/formatting/matchers.ts rename to ts/quill/formatting/matchers.dom.ts diff --git a/ts/quill/formatting/menu.tsx b/ts/quill/formatting/menu.dom.tsx similarity index 100% rename from ts/quill/formatting/menu.tsx rename to ts/quill/formatting/menu.dom.tsx diff --git a/ts/quill/formatting/monospaceBlot.ts b/ts/quill/formatting/monospaceBlot.std.ts similarity index 100% rename from ts/quill/formatting/monospaceBlot.ts rename to ts/quill/formatting/monospaceBlot.std.ts diff --git a/ts/quill/formatting/spoilerBlot.ts b/ts/quill/formatting/spoilerBlot.std.ts similarity index 100% rename from ts/quill/formatting/spoilerBlot.ts rename to ts/quill/formatting/spoilerBlot.std.ts diff --git a/ts/quill/memberRepository.ts b/ts/quill/memberRepository.std.ts similarity index 100% rename from ts/quill/memberRepository.ts rename to ts/quill/memberRepository.std.ts diff --git a/ts/quill/mentions/blot.tsx b/ts/quill/mentions/blot.dom.tsx similarity index 100% rename from ts/quill/mentions/blot.tsx rename to ts/quill/mentions/blot.dom.tsx diff --git a/ts/quill/mentions/completion.tsx b/ts/quill/mentions/completion.dom.tsx similarity index 100% rename from ts/quill/mentions/completion.tsx rename to ts/quill/mentions/completion.dom.tsx diff --git a/ts/quill/mentions/matchers.ts b/ts/quill/mentions/matchers.std.ts similarity index 100% rename from ts/quill/mentions/matchers.ts rename to ts/quill/mentions/matchers.std.ts diff --git a/ts/quill/signal-clipboard/index.ts b/ts/quill/signal-clipboard/index.dom.ts similarity index 100% rename from ts/quill/signal-clipboard/index.ts rename to ts/quill/signal-clipboard/index.dom.ts diff --git a/ts/quill/signal-clipboard/util.ts b/ts/quill/signal-clipboard/util.dom.ts similarity index 100% rename from ts/quill/signal-clipboard/util.ts rename to ts/quill/signal-clipboard/util.dom.ts diff --git a/ts/quill/util.ts b/ts/quill/util.dom.ts similarity index 100% rename from ts/quill/util.ts rename to ts/quill/util.dom.ts diff --git a/ts/reactions/ReactionSource.ts b/ts/reactions/ReactionSource.std.ts similarity index 100% rename from ts/reactions/ReactionSource.ts rename to ts/reactions/ReactionSource.std.ts diff --git a/ts/reactions/constants.ts b/ts/reactions/constants.std.ts similarity index 100% rename from ts/reactions/constants.ts rename to ts/reactions/constants.std.ts diff --git a/ts/reactions/enqueueReactionForSend.ts b/ts/reactions/enqueueReactionForSend.preload.ts similarity index 100% rename from ts/reactions/enqueueReactionForSend.ts rename to ts/reactions/enqueueReactionForSend.preload.ts diff --git a/ts/reactions/isValidReactionEmoji.ts b/ts/reactions/isValidReactionEmoji.std.ts similarity index 100% rename from ts/reactions/isValidReactionEmoji.ts rename to ts/reactions/isValidReactionEmoji.std.ts diff --git a/ts/reactions/preferredReactionEmoji.ts b/ts/reactions/preferredReactionEmoji.std.ts similarity index 100% rename from ts/reactions/preferredReactionEmoji.ts rename to ts/reactions/preferredReactionEmoji.std.ts diff --git a/ts/reactions/util.ts b/ts/reactions/util.std.ts similarity index 100% rename from ts/reactions/util.ts rename to ts/reactions/util.std.ts diff --git a/ts/routineProfileRefresh.ts b/ts/routineProfileRefresh.preload.ts similarity index 100% rename from ts/routineProfileRefresh.ts rename to ts/routineProfileRefresh.preload.ts diff --git a/ts/scripts/after-all-artifact-build.ts b/ts/scripts/after-all-artifact-build.node.ts similarity index 100% rename from ts/scripts/after-all-artifact-build.ts rename to ts/scripts/after-all-artifact-build.node.ts diff --git a/ts/scripts/after-pack.ts b/ts/scripts/after-pack.node.ts similarity index 100% rename from ts/scripts/after-pack.ts rename to ts/scripts/after-pack.node.ts diff --git a/ts/scripts/after-sign.ts b/ts/scripts/after-sign.node.ts similarity index 100% rename from ts/scripts/after-sign.ts rename to ts/scripts/after-sign.node.ts diff --git a/ts/scripts/artifact-build-completed.ts b/ts/scripts/artifact-build-completed.node.ts similarity index 100% rename from ts/scripts/artifact-build-completed.ts rename to ts/scripts/artifact-build-completed.node.ts diff --git a/ts/scripts/build-localized-display-names.ts b/ts/scripts/build-localized-display-names.main.ts similarity index 100% rename from ts/scripts/build-localized-display-names.ts rename to ts/scripts/build-localized-display-names.main.ts diff --git a/ts/scripts/check-min-os-version.ts b/ts/scripts/check-min-os-version.node.ts similarity index 100% rename from ts/scripts/check-min-os-version.ts rename to ts/scripts/check-min-os-version.node.ts diff --git a/ts/scripts/check-upgradeable-deps.ts b/ts/scripts/check-upgradeable-deps.node.ts similarity index 100% rename from ts/scripts/check-upgradeable-deps.ts rename to ts/scripts/check-upgradeable-deps.node.ts diff --git a/ts/scripts/compile-stories-icu-lookup.ts b/ts/scripts/compile-stories-icu-lookup.node.ts similarity index 100% rename from ts/scripts/compile-stories-icu-lookup.ts rename to ts/scripts/compile-stories-icu-lookup.node.ts diff --git a/ts/scripts/constants.ts b/ts/scripts/constants.std.ts similarity index 100% rename from ts/scripts/constants.ts rename to ts/scripts/constants.std.ts diff --git a/ts/scripts/copy-language-packs.ts b/ts/scripts/copy-language-packs.node.ts similarity index 100% rename from ts/scripts/copy-language-packs.ts rename to ts/scripts/copy-language-packs.node.ts diff --git a/ts/scripts/copy.ts b/ts/scripts/copy.node.ts similarity index 100% rename from ts/scripts/copy.ts rename to ts/scripts/copy.node.ts diff --git a/ts/scripts/dd-installer-size.ts b/ts/scripts/dd-installer-size.node.ts similarity index 100% rename from ts/scripts/dd-installer-size.ts rename to ts/scripts/dd-installer-size.node.ts diff --git a/ts/scripts/ensure-linux-file-permissions.ts b/ts/scripts/ensure-linux-file-permissions.node.ts similarity index 100% rename from ts/scripts/ensure-linux-file-permissions.ts rename to ts/scripts/ensure-linux-file-permissions.node.ts diff --git a/ts/scripts/fuse-electron.ts b/ts/scripts/fuse-electron.node.ts similarity index 100% rename from ts/scripts/fuse-electron.ts rename to ts/scripts/fuse-electron.node.ts diff --git a/ts/scripts/gen-locales-config.ts b/ts/scripts/gen-locales-config.node.ts similarity index 100% rename from ts/scripts/gen-locales-config.ts rename to ts/scripts/gen-locales-config.node.ts diff --git a/ts/scripts/gen-nsis-script.ts b/ts/scripts/gen-nsis-script.node.ts similarity index 100% rename from ts/scripts/gen-nsis-script.ts rename to ts/scripts/gen-nsis-script.node.ts diff --git a/ts/scripts/generate-compact-locales.ts b/ts/scripts/generate-compact-locales.node.ts similarity index 100% rename from ts/scripts/generate-compact-locales.ts rename to ts/scripts/generate-compact-locales.node.ts diff --git a/ts/scripts/generate-dns-fallback.ts b/ts/scripts/generate-dns-fallback.node.ts similarity index 100% rename from ts/scripts/generate-dns-fallback.ts rename to ts/scripts/generate-dns-fallback.node.ts diff --git a/ts/scripts/generate-fixtures.ts b/ts/scripts/generate-fixtures.node.ts similarity index 100% rename from ts/scripts/generate-fixtures.ts rename to ts/scripts/generate-fixtures.node.ts diff --git a/ts/scripts/generate-icu-types.ts b/ts/scripts/generate-icu-types.node.ts similarity index 100% rename from ts/scripts/generate-icu-types.ts rename to ts/scripts/generate-icu-types.node.ts diff --git a/ts/scripts/generate-preload-cache.ts b/ts/scripts/generate-preload-cache.node.ts similarity index 100% rename from ts/scripts/generate-preload-cache.ts rename to ts/scripts/generate-preload-cache.node.ts diff --git a/ts/scripts/generate-tray-icons.ts b/ts/scripts/generate-tray-icons.node.ts similarity index 100% rename from ts/scripts/generate-tray-icons.ts rename to ts/scripts/generate-tray-icons.node.ts diff --git a/ts/scripts/get-emoji-locales.ts b/ts/scripts/get-emoji-locales.node.ts similarity index 100% rename from ts/scripts/get-emoji-locales.ts rename to ts/scripts/get-emoji-locales.node.ts diff --git a/ts/scripts/get-expire-time.ts b/ts/scripts/get-expire-time.node.ts similarity index 100% rename from ts/scripts/get-expire-time.ts rename to ts/scripts/get-expire-time.node.ts diff --git a/ts/scripts/get-jumbomoji.ts b/ts/scripts/get-jumbomoji.node.ts similarity index 100% rename from ts/scripts/get-jumbomoji.ts rename to ts/scripts/get-jumbomoji.node.ts diff --git a/ts/scripts/get-strings.ts b/ts/scripts/get-strings.node.ts similarity index 100% rename from ts/scripts/get-strings.ts rename to ts/scripts/get-strings.node.ts diff --git a/ts/scripts/mark-unused-strings-deleted.ts b/ts/scripts/mark-unused-strings-deleted.node.ts similarity index 100% rename from ts/scripts/mark-unused-strings-deleted.ts rename to ts/scripts/mark-unused-strings-deleted.node.ts diff --git a/ts/scripts/mocha-separator.ts b/ts/scripts/mocha-separator.node.ts similarity index 100% rename from ts/scripts/mocha-separator.ts rename to ts/scripts/mocha-separator.node.ts diff --git a/ts/scripts/notarize-universal-dmg.ts b/ts/scripts/notarize-universal-dmg.node.ts similarity index 100% rename from ts/scripts/notarize-universal-dmg.ts rename to ts/scripts/notarize-universal-dmg.node.ts diff --git a/ts/scripts/notarize.ts b/ts/scripts/notarize.node.ts similarity index 100% rename from ts/scripts/notarize.ts rename to ts/scripts/notarize.node.ts diff --git a/ts/scripts/prepare-no-delay-release.ts b/ts/scripts/prepare-no-delay-release.node.ts similarity index 100% rename from ts/scripts/prepare-no-delay-release.ts rename to ts/scripts/prepare-no-delay-release.node.ts diff --git a/ts/scripts/prune-macos-release.ts b/ts/scripts/prune-macos-release.node.ts similarity index 100% rename from ts/scripts/prune-macos-release.ts rename to ts/scripts/prune-macos-release.node.ts diff --git a/ts/scripts/push-strings.ts b/ts/scripts/push-strings.node.ts similarity index 100% rename from ts/scripts/push-strings.ts rename to ts/scripts/push-strings.node.ts diff --git a/ts/scripts/remove-strings.ts b/ts/scripts/remove-strings.node.ts similarity index 100% rename from ts/scripts/remove-strings.ts rename to ts/scripts/remove-strings.node.ts diff --git a/ts/scripts/sign-macos.ts b/ts/scripts/sign-macos.node.ts similarity index 100% rename from ts/scripts/sign-macos.ts rename to ts/scripts/sign-macos.node.ts diff --git a/ts/scripts/sign-windows.ts b/ts/scripts/sign-windows.node.ts similarity index 100% rename from ts/scripts/sign-windows.ts rename to ts/scripts/sign-windows.node.ts diff --git a/ts/scripts/symbolicate-crash-report.ts b/ts/scripts/symbolicate-crash-report.node.ts similarity index 100% rename from ts/scripts/symbolicate-crash-report.ts rename to ts/scripts/symbolicate-crash-report.node.ts diff --git a/ts/scripts/test-electron.ts b/ts/scripts/test-electron.node.ts similarity index 100% rename from ts/scripts/test-electron.ts rename to ts/scripts/test-electron.node.ts diff --git a/ts/scripts/test-release.ts b/ts/scripts/test-release.node.ts similarity index 100% rename from ts/scripts/test-release.ts rename to ts/scripts/test-release.node.ts diff --git a/ts/scripts/update-gha.ts b/ts/scripts/update-gha.node.ts similarity index 100% rename from ts/scripts/update-gha.ts rename to ts/scripts/update-gha.node.ts diff --git a/ts/services/ActiveWindowService.ts b/ts/services/ActiveWindowService.std.ts similarity index 100% rename from ts/services/ActiveWindowService.ts rename to ts/services/ActiveWindowService.std.ts diff --git a/ts/services/BeforeNavigate.ts b/ts/services/BeforeNavigate.std.ts similarity index 100% rename from ts/services/BeforeNavigate.ts rename to ts/services/BeforeNavigate.std.ts diff --git a/ts/services/InteractionMode.ts b/ts/services/InteractionMode.dom.ts similarity index 100% rename from ts/services/InteractionMode.ts rename to ts/services/InteractionMode.dom.ts diff --git a/ts/services/LinkPreview.ts b/ts/services/LinkPreview.preload.ts similarity index 100% rename from ts/services/LinkPreview.ts rename to ts/services/LinkPreview.preload.ts diff --git a/ts/services/MessageCache.ts b/ts/services/MessageCache.preload.ts similarity index 100% rename from ts/services/MessageCache.ts rename to ts/services/MessageCache.preload.ts diff --git a/ts/services/MessageUpdater.ts b/ts/services/MessageUpdater.preload.ts similarity index 100% rename from ts/services/MessageUpdater.ts rename to ts/services/MessageUpdater.preload.ts diff --git a/ts/services/ZoomFactorService.ts b/ts/services/ZoomFactorService.main.ts similarity index 100% rename from ts/services/ZoomFactorService.ts rename to ts/services/ZoomFactorService.main.ts diff --git a/ts/services/addGlobalKeyboardShortcuts.ts b/ts/services/addGlobalKeyboardShortcuts.preload.ts similarity index 100% rename from ts/services/addGlobalKeyboardShortcuts.ts rename to ts/services/addGlobalKeyboardShortcuts.preload.ts diff --git a/ts/services/allLoaders.ts b/ts/services/allLoaders.preload.ts similarity index 100% rename from ts/services/allLoaders.ts rename to ts/services/allLoaders.preload.ts diff --git a/ts/services/areWeASubscriber.ts b/ts/services/areWeASubscriber.dom.ts similarity index 100% rename from ts/services/areWeASubscriber.ts rename to ts/services/areWeASubscriber.dom.ts diff --git a/ts/services/audioRecorder.ts b/ts/services/audioRecorder.dom.ts similarity index 100% rename from ts/services/audioRecorder.ts rename to ts/services/audioRecorder.dom.ts diff --git a/ts/services/backups/api.ts b/ts/services/backups/api.preload.ts similarity index 100% rename from ts/services/backups/api.ts rename to ts/services/backups/api.preload.ts diff --git a/ts/services/backups/constants.ts b/ts/services/backups/constants.std.ts similarity index 100% rename from ts/services/backups/constants.ts rename to ts/services/backups/constants.std.ts diff --git a/ts/services/backups/credentials.ts b/ts/services/backups/credentials.preload.ts similarity index 100% rename from ts/services/backups/credentials.ts rename to ts/services/backups/credentials.preload.ts diff --git a/ts/services/backups/crypto.ts b/ts/services/backups/crypto.preload.ts similarity index 100% rename from ts/services/backups/crypto.ts rename to ts/services/backups/crypto.preload.ts diff --git a/ts/services/backups/errors.ts b/ts/services/backups/errors.std.ts similarity index 100% rename from ts/services/backups/errors.ts rename to ts/services/backups/errors.std.ts diff --git a/ts/services/backups/export.ts b/ts/services/backups/export.preload.ts similarity index 100% rename from ts/services/backups/export.ts rename to ts/services/backups/export.preload.ts diff --git a/ts/services/backups/import.ts b/ts/services/backups/import.preload.ts similarity index 100% rename from ts/services/backups/import.ts rename to ts/services/backups/import.preload.ts diff --git a/ts/services/backups/index.ts b/ts/services/backups/index.preload.ts similarity index 100% rename from ts/services/backups/index.ts rename to ts/services/backups/index.preload.ts diff --git a/ts/services/backups/types.ts b/ts/services/backups/types.std.ts similarity index 100% rename from ts/services/backups/types.ts rename to ts/services/backups/types.std.ts diff --git a/ts/services/backups/util/FileStream.ts b/ts/services/backups/util/FileStream.node.ts similarity index 100% rename from ts/services/backups/util/FileStream.ts rename to ts/services/backups/util/FileStream.node.ts diff --git a/ts/services/backups/util/filePointers.ts b/ts/services/backups/util/filePointers.preload.ts similarity index 100% rename from ts/services/backups/util/filePointers.ts rename to ts/services/backups/util/filePointers.preload.ts diff --git a/ts/services/backups/util/localBackup.ts b/ts/services/backups/util/localBackup.node.ts similarity index 100% rename from ts/services/backups/util/localBackup.ts rename to ts/services/backups/util/localBackup.node.ts diff --git a/ts/services/backups/util/mediaId.ts b/ts/services/backups/util/mediaId.preload.ts similarity index 100% rename from ts/services/backups/util/mediaId.ts rename to ts/services/backups/util/mediaId.preload.ts diff --git a/ts/services/backups/validator.ts b/ts/services/backups/validator.preload.ts similarity index 100% rename from ts/services/backups/validator.ts rename to ts/services/backups/validator.preload.ts diff --git a/ts/services/badgeLoader.ts b/ts/services/badgeLoader.preload.ts similarity index 100% rename from ts/services/badgeLoader.ts rename to ts/services/badgeLoader.preload.ts diff --git a/ts/services/bounce.ts b/ts/services/bounce.main.ts similarity index 100% rename from ts/services/bounce.ts rename to ts/services/bounce.main.ts diff --git a/ts/services/buildExpiration.ts b/ts/services/buildExpiration.preload.ts similarity index 100% rename from ts/services/buildExpiration.ts rename to ts/services/buildExpiration.preload.ts diff --git a/ts/services/callHistoryLoader.ts b/ts/services/callHistoryLoader.preload.ts similarity index 100% rename from ts/services/callHistoryLoader.ts rename to ts/services/callHistoryLoader.preload.ts diff --git a/ts/services/callLinksLoader.ts b/ts/services/callLinksLoader.preload.ts similarity index 100% rename from ts/services/callLinksLoader.ts rename to ts/services/callLinksLoader.preload.ts diff --git a/ts/services/calling.ts b/ts/services/calling.preload.ts similarity index 100% rename from ts/services/calling.ts rename to ts/services/calling.preload.ts diff --git a/ts/services/challengeHandler.ts b/ts/services/challengeHandler.preload.ts similarity index 100% rename from ts/services/challengeHandler.ts rename to ts/services/challengeHandler.preload.ts diff --git a/ts/services/chatFoldersLoader.ts b/ts/services/chatFoldersLoader.preload.ts similarity index 100% rename from ts/services/chatFoldersLoader.ts rename to ts/services/chatFoldersLoader.preload.ts diff --git a/ts/services/contactSync.ts b/ts/services/contactSync.preload.ts similarity index 100% rename from ts/services/contactSync.ts rename to ts/services/contactSync.preload.ts diff --git a/ts/services/distributionListLoader.ts b/ts/services/distributionListLoader.preload.ts similarity index 100% rename from ts/services/distributionListLoader.ts rename to ts/services/distributionListLoader.preload.ts diff --git a/ts/services/donations.ts b/ts/services/donations.preload.ts similarity index 100% rename from ts/services/donations.ts rename to ts/services/donations.preload.ts diff --git a/ts/services/donationsLoader.ts b/ts/services/donationsLoader.preload.ts similarity index 100% rename from ts/services/donationsLoader.ts rename to ts/services/donationsLoader.preload.ts diff --git a/ts/services/expiring/chatFolderCleanupService.ts b/ts/services/expiring/chatFolderCleanupService.preload.ts similarity index 100% rename from ts/services/expiring/chatFolderCleanupService.ts rename to ts/services/expiring/chatFolderCleanupService.preload.ts diff --git a/ts/services/expiring/createExpiringEntityCleanupService.ts b/ts/services/expiring/createExpiringEntityCleanupService.std.ts similarity index 100% rename from ts/services/expiring/createExpiringEntityCleanupService.ts rename to ts/services/expiring/createExpiringEntityCleanupService.std.ts diff --git a/ts/services/expiringMessagesDeletion.ts b/ts/services/expiringMessagesDeletion.preload.ts similarity index 100% rename from ts/services/expiringMessagesDeletion.ts rename to ts/services/expiringMessagesDeletion.preload.ts diff --git a/ts/services/gifsLoader.ts b/ts/services/gifsLoader.preload.ts similarity index 100% rename from ts/services/gifsLoader.ts rename to ts/services/gifsLoader.preload.ts diff --git a/ts/services/globalMessageAudio.ts b/ts/services/globalMessageAudio.std.ts similarity index 100% rename from ts/services/globalMessageAudio.ts rename to ts/services/globalMessageAudio.std.ts diff --git a/ts/services/groupCredentialFetcher.ts b/ts/services/groupCredentialFetcher.preload.ts similarity index 100% rename from ts/services/groupCredentialFetcher.ts rename to ts/services/groupCredentialFetcher.preload.ts diff --git a/ts/services/keyboardLayout.ts b/ts/services/keyboardLayout.dom.ts similarity index 100% rename from ts/services/keyboardLayout.ts rename to ts/services/keyboardLayout.dom.ts diff --git a/ts/services/messageStateCleanup.ts b/ts/services/messageStateCleanup.preload.ts similarity index 100% rename from ts/services/messageStateCleanup.ts rename to ts/services/messageStateCleanup.preload.ts diff --git a/ts/services/networkObserver.ts b/ts/services/networkObserver.preload.ts similarity index 100% rename from ts/services/networkObserver.ts rename to ts/services/networkObserver.preload.ts diff --git a/ts/services/notificationProfilesService.ts b/ts/services/notificationProfilesService.preload.ts similarity index 100% rename from ts/services/notificationProfilesService.ts rename to ts/services/notificationProfilesService.preload.ts diff --git a/ts/services/notifications.ts b/ts/services/notifications.preload.ts similarity index 100% rename from ts/services/notifications.ts rename to ts/services/notifications.preload.ts diff --git a/ts/services/ourProfileKey.ts b/ts/services/ourProfileKey.std.ts similarity index 100% rename from ts/services/ourProfileKey.ts rename to ts/services/ourProfileKey.std.ts diff --git a/ts/services/profiles.ts b/ts/services/profiles.preload.ts similarity index 100% rename from ts/services/profiles.ts rename to ts/services/profiles.preload.ts diff --git a/ts/services/releaseNotesFetcher.ts b/ts/services/releaseNotesFetcher.preload.ts similarity index 100% rename from ts/services/releaseNotesFetcher.ts rename to ts/services/releaseNotesFetcher.preload.ts diff --git a/ts/services/retryPlaceholders.ts b/ts/services/retryPlaceholders.std.ts similarity index 100% rename from ts/services/retryPlaceholders.ts rename to ts/services/retryPlaceholders.std.ts diff --git a/ts/services/senderCertificate.ts b/ts/services/senderCertificate.preload.ts similarity index 100% rename from ts/services/senderCertificate.ts rename to ts/services/senderCertificate.preload.ts diff --git a/ts/services/singleServePromise.ts b/ts/services/singleServePromise.std.ts similarity index 100% rename from ts/services/singleServePromise.ts rename to ts/services/singleServePromise.std.ts diff --git a/ts/services/storage.ts b/ts/services/storage.preload.ts similarity index 100% rename from ts/services/storage.ts rename to ts/services/storage.preload.ts diff --git a/ts/services/storageConstants.ts b/ts/services/storageConstants.std.ts similarity index 100% rename from ts/services/storageConstants.ts rename to ts/services/storageConstants.std.ts diff --git a/ts/services/storageRecordOps.ts b/ts/services/storageRecordOps.preload.ts similarity index 100% rename from ts/services/storageRecordOps.ts rename to ts/services/storageRecordOps.preload.ts diff --git a/ts/services/storyLoader.ts b/ts/services/storyLoader.preload.ts similarity index 100% rename from ts/services/storyLoader.ts rename to ts/services/storyLoader.preload.ts diff --git a/ts/services/tapToViewMessagesDeletionService.ts b/ts/services/tapToViewMessagesDeletionService.preload.ts similarity index 100% rename from ts/services/tapToViewMessagesDeletionService.ts rename to ts/services/tapToViewMessagesDeletionService.preload.ts diff --git a/ts/services/updateListener.ts b/ts/services/updateListener.preload.ts similarity index 100% rename from ts/services/updateListener.ts rename to ts/services/updateListener.preload.ts diff --git a/ts/services/userLoader.ts b/ts/services/userLoader.dom.ts similarity index 100% rename from ts/services/userLoader.ts rename to ts/services/userLoader.dom.ts diff --git a/ts/services/username.ts b/ts/services/username.preload.ts similarity index 100% rename from ts/services/username.ts rename to ts/services/username.preload.ts diff --git a/ts/services/usernameIntegrity.ts b/ts/services/usernameIntegrity.preload.ts similarity index 100% rename from ts/services/usernameIntegrity.ts rename to ts/services/usernameIntegrity.preload.ts diff --git a/ts/services/writeProfile.ts b/ts/services/writeProfile.preload.ts similarity index 100% rename from ts/services/writeProfile.ts rename to ts/services/writeProfile.preload.ts diff --git a/ts/setAppLoadingScreenMessage.ts b/ts/setAppLoadingScreenMessage.dom.ts similarity index 100% rename from ts/setAppLoadingScreenMessage.ts rename to ts/setAppLoadingScreenMessage.dom.ts diff --git a/ts/shims/bounceAppIcon.ts b/ts/shims/bounceAppIcon.preload.ts similarity index 100% rename from ts/shims/bounceAppIcon.ts rename to ts/shims/bounceAppIcon.preload.ts diff --git a/ts/shims/contactVerification.ts b/ts/shims/contactVerification.dom.ts similarity index 100% rename from ts/shims/contactVerification.ts rename to ts/shims/contactVerification.dom.ts diff --git a/ts/shims/deleteAllData.ts b/ts/shims/deleteAllData.preload.ts similarity index 100% rename from ts/shims/deleteAllData.ts rename to ts/shims/deleteAllData.preload.ts diff --git a/ts/shims/dispatchItemsMiddleware.ts b/ts/shims/dispatchItemsMiddleware.preload.ts similarity index 100% rename from ts/shims/dispatchItemsMiddleware.ts rename to ts/shims/dispatchItemsMiddleware.preload.ts diff --git a/ts/shims/events.ts b/ts/shims/events.dom.ts similarity index 100% rename from ts/shims/events.ts rename to ts/shims/events.dom.ts diff --git a/ts/shims/getUserTheme.ts b/ts/shims/getUserTheme.dom.ts similarity index 100% rename from ts/shims/getUserTheme.ts rename to ts/shims/getUserTheme.dom.ts diff --git a/ts/shims/reloadSelectedConversation.ts b/ts/shims/reloadSelectedConversation.dom.ts similarity index 100% rename from ts/shims/reloadSelectedConversation.ts rename to ts/shims/reloadSelectedConversation.dom.ts diff --git a/ts/shims/renderClearingDataView.tsx b/ts/shims/renderClearingDataView.preload.tsx similarity index 100% rename from ts/shims/renderClearingDataView.tsx rename to ts/shims/renderClearingDataView.preload.tsx diff --git a/ts/shims/storage.ts b/ts/shims/storage.preload.ts similarity index 100% rename from ts/shims/storage.ts rename to ts/shims/storage.preload.ts diff --git a/ts/shims/textsecure.ts b/ts/shims/textsecure.preload.ts similarity index 100% rename from ts/shims/textsecure.ts rename to ts/shims/textsecure.preload.ts diff --git a/ts/shims/themeChanged.ts b/ts/shims/themeChanged.dom.ts similarity index 100% rename from ts/shims/themeChanged.ts rename to ts/shims/themeChanged.dom.ts diff --git a/ts/shims/updateIpc.ts b/ts/shims/updateIpc.preload.ts similarity index 100% rename from ts/shims/updateIpc.ts rename to ts/shims/updateIpc.preload.ts diff --git a/ts/signal.ts b/ts/signal.preload.ts similarity index 100% rename from ts/signal.ts rename to ts/signal.preload.ts diff --git a/ts/sql/Client.ts b/ts/sql/Client.preload.ts similarity index 100% rename from ts/sql/Client.ts rename to ts/sql/Client.preload.ts diff --git a/ts/sql/Interface.ts b/ts/sql/Interface.std.ts similarity index 100% rename from ts/sql/Interface.ts rename to ts/sql/Interface.std.ts diff --git a/ts/sql/Server.ts b/ts/sql/Server.node.ts similarity index 100% rename from ts/sql/Server.ts rename to ts/sql/Server.node.ts diff --git a/ts/sql/channels.ts b/ts/sql/channels.preload.ts similarity index 100% rename from ts/sql/channels.ts rename to ts/sql/channels.preload.ts diff --git a/ts/sql/cleanDataForIpc.ts b/ts/sql/cleanDataForIpc.std.ts similarity index 100% rename from ts/sql/cleanDataForIpc.ts rename to ts/sql/cleanDataForIpc.std.ts diff --git a/ts/sql/errors.ts b/ts/sql/errors.std.ts similarity index 100% rename from ts/sql/errors.ts rename to ts/sql/errors.std.ts diff --git a/ts/sql/hydration.ts b/ts/sql/hydration.std.ts similarity index 100% rename from ts/sql/hydration.ts rename to ts/sql/hydration.std.ts diff --git a/ts/sql/main.ts b/ts/sql/main.main.ts similarity index 100% rename from ts/sql/main.ts rename to ts/sql/main.main.ts diff --git a/ts/sql/mainWorker.ts b/ts/sql/mainWorker.node.ts similarity index 100% rename from ts/sql/mainWorker.ts rename to ts/sql/mainWorker.node.ts diff --git a/ts/sql/migrations/1000-mark-unread-call-history-messages-as-unseen.ts b/ts/sql/migrations/1000-mark-unread-call-history-messages-as-unseen.std.ts similarity index 100% rename from ts/sql/migrations/1000-mark-unread-call-history-messages-as-unseen.ts rename to ts/sql/migrations/1000-mark-unread-call-history-messages-as-unseen.std.ts diff --git a/ts/sql/migrations/1010-call-links-table.ts b/ts/sql/migrations/1010-call-links-table.std.ts similarity index 100% rename from ts/sql/migrations/1010-call-links-table.ts rename to ts/sql/migrations/1010-call-links-table.std.ts diff --git a/ts/sql/migrations/1020-self-merges.ts b/ts/sql/migrations/1020-self-merges.std.ts similarity index 100% rename from ts/sql/migrations/1020-self-merges.ts rename to ts/sql/migrations/1020-self-merges.std.ts diff --git a/ts/sql/migrations/1030-unblock-event.ts b/ts/sql/migrations/1030-unblock-event.std.ts similarity index 100% rename from ts/sql/migrations/1030-unblock-event.ts rename to ts/sql/migrations/1030-unblock-event.std.ts diff --git a/ts/sql/migrations/1040-undownloaded-backed-up-media.ts b/ts/sql/migrations/1040-undownloaded-backed-up-media.std.ts similarity index 100% rename from ts/sql/migrations/1040-undownloaded-backed-up-media.ts rename to ts/sql/migrations/1040-undownloaded-backed-up-media.std.ts diff --git a/ts/sql/migrations/1050-group-send-endorsements.ts b/ts/sql/migrations/1050-group-send-endorsements.std.ts similarity index 100% rename from ts/sql/migrations/1050-group-send-endorsements.ts rename to ts/sql/migrations/1050-group-send-endorsements.std.ts diff --git a/ts/sql/migrations/1060-addressable-messages-and-sync-tasks.ts b/ts/sql/migrations/1060-addressable-messages-and-sync-tasks.std.ts similarity index 100% rename from ts/sql/migrations/1060-addressable-messages-and-sync-tasks.ts rename to ts/sql/migrations/1060-addressable-messages-and-sync-tasks.std.ts diff --git a/ts/sql/migrations/1070-attachment-backup.ts b/ts/sql/migrations/1070-attachment-backup.std.ts similarity index 100% rename from ts/sql/migrations/1070-attachment-backup.ts rename to ts/sql/migrations/1070-attachment-backup.std.ts diff --git a/ts/sql/migrations/1080-nondisappearing-addressable.ts b/ts/sql/migrations/1080-nondisappearing-addressable.std.ts similarity index 100% rename from ts/sql/migrations/1080-nondisappearing-addressable.ts rename to ts/sql/migrations/1080-nondisappearing-addressable.std.ts diff --git a/ts/sql/migrations/1090-message-delete-indexes.ts b/ts/sql/migrations/1090-message-delete-indexes.std.ts similarity index 100% rename from ts/sql/migrations/1090-message-delete-indexes.ts rename to ts/sql/migrations/1090-message-delete-indexes.std.ts diff --git a/ts/sql/migrations/1100-optimize-mark-call-history-read-in-conversation.ts b/ts/sql/migrations/1100-optimize-mark-call-history-read-in-conversation.std.ts similarity index 100% rename from ts/sql/migrations/1100-optimize-mark-call-history-read-in-conversation.ts rename to ts/sql/migrations/1100-optimize-mark-call-history-read-in-conversation.std.ts diff --git a/ts/sql/migrations/1110-sticker-local-key.ts b/ts/sql/migrations/1110-sticker-local-key.std.ts similarity index 100% rename from ts/sql/migrations/1110-sticker-local-key.ts rename to ts/sql/migrations/1110-sticker-local-key.std.ts diff --git a/ts/sql/migrations/1120-messages-foreign-keys-indexes.ts b/ts/sql/migrations/1120-messages-foreign-keys-indexes.std.ts similarity index 100% rename from ts/sql/migrations/1120-messages-foreign-keys-indexes.ts rename to ts/sql/migrations/1120-messages-foreign-keys-indexes.std.ts diff --git a/ts/sql/migrations/1130-isStory-index.ts b/ts/sql/migrations/1130-isStory-index.std.ts similarity index 100% rename from ts/sql/migrations/1130-isStory-index.ts rename to ts/sql/migrations/1130-isStory-index.std.ts diff --git a/ts/sql/migrations/1140-call-links-deleted-column.ts b/ts/sql/migrations/1140-call-links-deleted-column.std.ts similarity index 100% rename from ts/sql/migrations/1140-call-links-deleted-column.ts rename to ts/sql/migrations/1140-call-links-deleted-column.std.ts diff --git a/ts/sql/migrations/1150-expire-timer-version.ts b/ts/sql/migrations/1150-expire-timer-version.std.ts similarity index 100% rename from ts/sql/migrations/1150-expire-timer-version.ts rename to ts/sql/migrations/1150-expire-timer-version.std.ts diff --git a/ts/sql/migrations/1160-optimize-calls-unread-count.ts b/ts/sql/migrations/1160-optimize-calls-unread-count.std.ts similarity index 100% rename from ts/sql/migrations/1160-optimize-calls-unread-count.ts rename to ts/sql/migrations/1160-optimize-calls-unread-count.std.ts diff --git a/ts/sql/migrations/1170-update-call-history-unread-index.ts b/ts/sql/migrations/1170-update-call-history-unread-index.std.ts similarity index 100% rename from ts/sql/migrations/1170-update-call-history-unread-index.ts rename to ts/sql/migrations/1170-update-call-history-unread-index.std.ts diff --git a/ts/sql/migrations/1180-add-attachment-download-source.ts b/ts/sql/migrations/1180-add-attachment-download-source.std.ts similarity index 100% rename from ts/sql/migrations/1180-add-attachment-download-source.ts rename to ts/sql/migrations/1180-add-attachment-download-source.std.ts diff --git a/ts/sql/migrations/1190-call-links-storage.ts b/ts/sql/migrations/1190-call-links-storage.std.ts similarity index 100% rename from ts/sql/migrations/1190-call-links-storage.ts rename to ts/sql/migrations/1190-call-links-storage.std.ts diff --git a/ts/sql/migrations/1200-attachment-download-source-index.ts b/ts/sql/migrations/1200-attachment-download-source-index.std.ts similarity index 100% rename from ts/sql/migrations/1200-attachment-download-source-index.ts rename to ts/sql/migrations/1200-attachment-download-source-index.std.ts diff --git a/ts/sql/migrations/1210-call-history-started-id.ts b/ts/sql/migrations/1210-call-history-started-id.std.ts similarity index 100% rename from ts/sql/migrations/1210-call-history-started-id.ts rename to ts/sql/migrations/1210-call-history-started-id.std.ts diff --git a/ts/sql/migrations/1220-blob-sessions.ts b/ts/sql/migrations/1220-blob-sessions.node.ts similarity index 100% rename from ts/sql/migrations/1220-blob-sessions.ts rename to ts/sql/migrations/1220-blob-sessions.node.ts diff --git a/ts/sql/migrations/1230-call-links-admin-key-index.ts b/ts/sql/migrations/1230-call-links-admin-key-index.std.ts similarity index 100% rename from ts/sql/migrations/1230-call-links-admin-key-index.ts rename to ts/sql/migrations/1230-call-links-admin-key-index.std.ts diff --git a/ts/sql/migrations/1240-defunct-call-links-table.ts b/ts/sql/migrations/1240-defunct-call-links-table.std.ts similarity index 100% rename from ts/sql/migrations/1240-defunct-call-links-table.ts rename to ts/sql/migrations/1240-defunct-call-links-table.std.ts diff --git a/ts/sql/migrations/1250-defunct-call-links-storage.ts b/ts/sql/migrations/1250-defunct-call-links-storage.std.ts similarity index 100% rename from ts/sql/migrations/1250-defunct-call-links-storage.ts rename to ts/sql/migrations/1250-defunct-call-links-storage.std.ts diff --git a/ts/sql/migrations/1260-sync-tasks-rowid.ts b/ts/sql/migrations/1260-sync-tasks-rowid.std.ts similarity index 100% rename from ts/sql/migrations/1260-sync-tasks-rowid.ts rename to ts/sql/migrations/1260-sync-tasks-rowid.std.ts diff --git a/ts/sql/migrations/1270-normalize-messages.ts b/ts/sql/migrations/1270-normalize-messages.std.ts similarity index 100% rename from ts/sql/migrations/1270-normalize-messages.ts rename to ts/sql/migrations/1270-normalize-messages.std.ts diff --git a/ts/sql/migrations/1280-blob-unprocessed.ts b/ts/sql/migrations/1280-blob-unprocessed.std.ts similarity index 100% rename from ts/sql/migrations/1280-blob-unprocessed.ts rename to ts/sql/migrations/1280-blob-unprocessed.std.ts diff --git a/ts/sql/migrations/1290-int-unprocessed-source-device.ts b/ts/sql/migrations/1290-int-unprocessed-source-device.std.ts similarity index 100% rename from ts/sql/migrations/1290-int-unprocessed-source-device.ts rename to ts/sql/migrations/1290-int-unprocessed-source-device.std.ts diff --git a/ts/sql/migrations/1300-sticker-pack-refs.ts b/ts/sql/migrations/1300-sticker-pack-refs.std.ts similarity index 100% rename from ts/sql/migrations/1300-sticker-pack-refs.ts rename to ts/sql/migrations/1300-sticker-pack-refs.std.ts diff --git a/ts/sql/migrations/1310-muted-fixup.ts b/ts/sql/migrations/1310-muted-fixup.std.ts similarity index 100% rename from ts/sql/migrations/1310-muted-fixup.ts rename to ts/sql/migrations/1310-muted-fixup.std.ts diff --git a/ts/sql/migrations/1320-unprocessed-received-at-date.ts b/ts/sql/migrations/1320-unprocessed-received-at-date.std.ts similarity index 100% rename from ts/sql/migrations/1320-unprocessed-received-at-date.ts rename to ts/sql/migrations/1320-unprocessed-received-at-date.std.ts diff --git a/ts/sql/migrations/1330-sync-tasks-type-index.ts b/ts/sql/migrations/1330-sync-tasks-type-index.std.ts similarity index 100% rename from ts/sql/migrations/1330-sync-tasks-type-index.ts rename to ts/sql/migrations/1330-sync-tasks-type-index.std.ts diff --git a/ts/sql/migrations/1340-recent-gifs.ts b/ts/sql/migrations/1340-recent-gifs.std.ts similarity index 100% rename from ts/sql/migrations/1340-recent-gifs.ts rename to ts/sql/migrations/1340-recent-gifs.std.ts diff --git a/ts/sql/migrations/1350-notification-profiles.ts b/ts/sql/migrations/1350-notification-profiles.std.ts similarity index 100% rename from ts/sql/migrations/1350-notification-profiles.ts rename to ts/sql/migrations/1350-notification-profiles.std.ts diff --git a/ts/sql/migrations/1360-attachments.ts b/ts/sql/migrations/1360-attachments.std.ts similarity index 100% rename from ts/sql/migrations/1360-attachments.ts rename to ts/sql/migrations/1360-attachments.std.ts diff --git a/ts/sql/migrations/1370-message-attachment-indexes.ts b/ts/sql/migrations/1370-message-attachment-indexes.std.ts similarity index 100% rename from ts/sql/migrations/1370-message-attachment-indexes.ts rename to ts/sql/migrations/1370-message-attachment-indexes.std.ts diff --git a/ts/sql/migrations/1380-donation-receipts.ts b/ts/sql/migrations/1380-donation-receipts.std.ts similarity index 100% rename from ts/sql/migrations/1380-donation-receipts.ts rename to ts/sql/migrations/1380-donation-receipts.std.ts diff --git a/ts/sql/migrations/1390-attachment-download-keys.ts b/ts/sql/migrations/1390-attachment-download-keys.std.ts similarity index 100% rename from ts/sql/migrations/1390-attachment-download-keys.ts rename to ts/sql/migrations/1390-attachment-download-keys.std.ts diff --git a/ts/sql/migrations/1400-simplify-receipts.ts b/ts/sql/migrations/1400-simplify-receipts.std.ts similarity index 100% rename from ts/sql/migrations/1400-simplify-receipts.ts rename to ts/sql/migrations/1400-simplify-receipts.std.ts diff --git a/ts/sql/migrations/1410-remove-wallpaper.ts b/ts/sql/migrations/1410-remove-wallpaper.std.ts similarity index 100% rename from ts/sql/migrations/1410-remove-wallpaper.ts rename to ts/sql/migrations/1410-remove-wallpaper.std.ts diff --git a/ts/sql/migrations/1420-backup-downloads.ts b/ts/sql/migrations/1420-backup-downloads.std.ts similarity index 100% rename from ts/sql/migrations/1420-backup-downloads.ts rename to ts/sql/migrations/1420-backup-downloads.std.ts diff --git a/ts/sql/migrations/1430-call-links-epoch-id.ts b/ts/sql/migrations/1430-call-links-epoch-id.std.ts similarity index 100% rename from ts/sql/migrations/1430-call-links-epoch-id.ts rename to ts/sql/migrations/1430-call-links-epoch-id.std.ts diff --git a/ts/sql/migrations/1440-chat-folders.ts b/ts/sql/migrations/1440-chat-folders.std.ts similarity index 100% rename from ts/sql/migrations/1440-chat-folders.ts rename to ts/sql/migrations/1440-chat-folders.std.ts diff --git a/ts/sql/migrations/1450-all-media.ts b/ts/sql/migrations/1450-all-media.std.ts similarity index 100% rename from ts/sql/migrations/1450-all-media.ts rename to ts/sql/migrations/1450-all-media.std.ts diff --git a/ts/sql/migrations/1460-attachment-duration.ts b/ts/sql/migrations/1460-attachment-duration.std.ts similarity index 100% rename from ts/sql/migrations/1460-attachment-duration.ts rename to ts/sql/migrations/1460-attachment-duration.std.ts diff --git a/ts/sql/migrations/1470-kyber-triple.ts b/ts/sql/migrations/1470-kyber-triple.std.ts similarity index 100% rename from ts/sql/migrations/1470-kyber-triple.ts rename to ts/sql/migrations/1470-kyber-triple.std.ts diff --git a/ts/sql/migrations/1480-chat-folders-remove-duplicates.ts b/ts/sql/migrations/1480-chat-folders-remove-duplicates.std.ts similarity index 100% rename from ts/sql/migrations/1480-chat-folders-remove-duplicates.ts rename to ts/sql/migrations/1480-chat-folders-remove-duplicates.std.ts diff --git a/ts/sql/migrations/41-uuid-keys.ts b/ts/sql/migrations/41-uuid-keys.std.ts similarity index 100% rename from ts/sql/migrations/41-uuid-keys.ts rename to ts/sql/migrations/41-uuid-keys.std.ts diff --git a/ts/sql/migrations/42-stale-reactions.ts b/ts/sql/migrations/42-stale-reactions.std.ts similarity index 100% rename from ts/sql/migrations/42-stale-reactions.ts rename to ts/sql/migrations/42-stale-reactions.std.ts diff --git a/ts/sql/migrations/43-gv2-uuid.ts b/ts/sql/migrations/43-gv2-uuid.std.ts similarity index 100% rename from ts/sql/migrations/43-gv2-uuid.ts rename to ts/sql/migrations/43-gv2-uuid.std.ts diff --git a/ts/sql/migrations/44-badges.ts b/ts/sql/migrations/44-badges.std.ts similarity index 100% rename from ts/sql/migrations/44-badges.ts rename to ts/sql/migrations/44-badges.std.ts diff --git a/ts/sql/migrations/45-stories.ts b/ts/sql/migrations/45-stories.std.ts similarity index 100% rename from ts/sql/migrations/45-stories.ts rename to ts/sql/migrations/45-stories.std.ts diff --git a/ts/sql/migrations/46-optimize-stories.ts b/ts/sql/migrations/46-optimize-stories.std.ts similarity index 100% rename from ts/sql/migrations/46-optimize-stories.ts rename to ts/sql/migrations/46-optimize-stories.std.ts diff --git a/ts/sql/migrations/47-further-optimize.ts b/ts/sql/migrations/47-further-optimize.std.ts similarity index 100% rename from ts/sql/migrations/47-further-optimize.ts rename to ts/sql/migrations/47-further-optimize.std.ts diff --git a/ts/sql/migrations/48-fix-user-initiated-index.ts b/ts/sql/migrations/48-fix-user-initiated-index.std.ts similarity index 100% rename from ts/sql/migrations/48-fix-user-initiated-index.ts rename to ts/sql/migrations/48-fix-user-initiated-index.std.ts diff --git a/ts/sql/migrations/49-fix-preview-index.ts b/ts/sql/migrations/49-fix-preview-index.std.ts similarity index 100% rename from ts/sql/migrations/49-fix-preview-index.ts rename to ts/sql/migrations/49-fix-preview-index.std.ts diff --git a/ts/sql/migrations/50-fix-messages-unread-index.ts b/ts/sql/migrations/50-fix-messages-unread-index.std.ts similarity index 100% rename from ts/sql/migrations/50-fix-messages-unread-index.ts rename to ts/sql/migrations/50-fix-messages-unread-index.std.ts diff --git a/ts/sql/migrations/51-centralize-conversation-jobs.ts b/ts/sql/migrations/51-centralize-conversation-jobs.node.ts similarity index 100% rename from ts/sql/migrations/51-centralize-conversation-jobs.ts rename to ts/sql/migrations/51-centralize-conversation-jobs.node.ts diff --git a/ts/sql/migrations/52-optimize-stories.ts b/ts/sql/migrations/52-optimize-stories.std.ts similarity index 100% rename from ts/sql/migrations/52-optimize-stories.ts rename to ts/sql/migrations/52-optimize-stories.std.ts diff --git a/ts/sql/migrations/53-gv2-banned-members.ts b/ts/sql/migrations/53-gv2-banned-members.std.ts similarity index 100% rename from ts/sql/migrations/53-gv2-banned-members.ts rename to ts/sql/migrations/53-gv2-banned-members.std.ts diff --git a/ts/sql/migrations/54-unprocessed-received-at-counter.ts b/ts/sql/migrations/54-unprocessed-received-at-counter.std.ts similarity index 100% rename from ts/sql/migrations/54-unprocessed-received-at-counter.ts rename to ts/sql/migrations/54-unprocessed-received-at-counter.std.ts diff --git a/ts/sql/migrations/55-report-message-aci.ts b/ts/sql/migrations/55-report-message-aci.node.ts similarity index 100% rename from ts/sql/migrations/55-report-message-aci.ts rename to ts/sql/migrations/55-report-message-aci.node.ts diff --git a/ts/sql/migrations/56-add-unseen-to-message.ts b/ts/sql/migrations/56-add-unseen-to-message.std.ts similarity index 100% rename from ts/sql/migrations/56-add-unseen-to-message.ts rename to ts/sql/migrations/56-add-unseen-to-message.std.ts diff --git a/ts/sql/migrations/57-rm-message-history-unsynced.ts b/ts/sql/migrations/57-rm-message-history-unsynced.std.ts similarity index 100% rename from ts/sql/migrations/57-rm-message-history-unsynced.ts rename to ts/sql/migrations/57-rm-message-history-unsynced.std.ts diff --git a/ts/sql/migrations/58-update-unread.ts b/ts/sql/migrations/58-update-unread.std.ts similarity index 100% rename from ts/sql/migrations/58-update-unread.ts rename to ts/sql/migrations/58-update-unread.std.ts diff --git a/ts/sql/migrations/59-unprocessed-received-at-counter-index.ts b/ts/sql/migrations/59-unprocessed-received-at-counter-index.std.ts similarity index 100% rename from ts/sql/migrations/59-unprocessed-received-at-counter-index.ts rename to ts/sql/migrations/59-unprocessed-received-at-counter-index.std.ts diff --git a/ts/sql/migrations/60-update-expiring-index.ts b/ts/sql/migrations/60-update-expiring-index.std.ts similarity index 100% rename from ts/sql/migrations/60-update-expiring-index.ts rename to ts/sql/migrations/60-update-expiring-index.std.ts diff --git a/ts/sql/migrations/61-distribution-list-storage.ts b/ts/sql/migrations/61-distribution-list-storage.std.ts similarity index 100% rename from ts/sql/migrations/61-distribution-list-storage.ts rename to ts/sql/migrations/61-distribution-list-storage.std.ts diff --git a/ts/sql/migrations/62-add-urgent-to-send-log.ts b/ts/sql/migrations/62-add-urgent-to-send-log.std.ts similarity index 100% rename from ts/sql/migrations/62-add-urgent-to-send-log.ts rename to ts/sql/migrations/62-add-urgent-to-send-log.std.ts diff --git a/ts/sql/migrations/63-add-urgent-to-unprocessed.ts b/ts/sql/migrations/63-add-urgent-to-unprocessed.std.ts similarity index 100% rename from ts/sql/migrations/63-add-urgent-to-unprocessed.ts rename to ts/sql/migrations/63-add-urgent-to-unprocessed.std.ts diff --git a/ts/sql/migrations/64-uuid-column-for-pre-keys.ts b/ts/sql/migrations/64-uuid-column-for-pre-keys.std.ts similarity index 100% rename from ts/sql/migrations/64-uuid-column-for-pre-keys.ts rename to ts/sql/migrations/64-uuid-column-for-pre-keys.std.ts diff --git a/ts/sql/migrations/65-add-storage-id-to-stickers.ts b/ts/sql/migrations/65-add-storage-id-to-stickers.std.ts similarity index 100% rename from ts/sql/migrations/65-add-storage-id-to-stickers.ts rename to ts/sql/migrations/65-add-storage-id-to-stickers.std.ts diff --git a/ts/sql/migrations/66-add-pni-signature-to-sent-protos.ts b/ts/sql/migrations/66-add-pni-signature-to-sent-protos.std.ts similarity index 100% rename from ts/sql/migrations/66-add-pni-signature-to-sent-protos.ts rename to ts/sql/migrations/66-add-pni-signature-to-sent-protos.std.ts diff --git a/ts/sql/migrations/67-add-story-to-unprocessed.ts b/ts/sql/migrations/67-add-story-to-unprocessed.std.ts similarity index 100% rename from ts/sql/migrations/67-add-story-to-unprocessed.ts rename to ts/sql/migrations/67-add-story-to-unprocessed.std.ts diff --git a/ts/sql/migrations/68-drop-deprecated-columns.ts b/ts/sql/migrations/68-drop-deprecated-columns.std.ts similarity index 100% rename from ts/sql/migrations/68-drop-deprecated-columns.ts rename to ts/sql/migrations/68-drop-deprecated-columns.std.ts diff --git a/ts/sql/migrations/69-group-call-ring-cancellations.ts b/ts/sql/migrations/69-group-call-ring-cancellations.std.ts similarity index 100% rename from ts/sql/migrations/69-group-call-ring-cancellations.ts rename to ts/sql/migrations/69-group-call-ring-cancellations.std.ts diff --git a/ts/sql/migrations/70-story-reply-index.ts b/ts/sql/migrations/70-story-reply-index.std.ts similarity index 100% rename from ts/sql/migrations/70-story-reply-index.ts rename to ts/sql/migrations/70-story-reply-index.std.ts diff --git a/ts/sql/migrations/71-merge-notifications.ts b/ts/sql/migrations/71-merge-notifications.std.ts similarity index 100% rename from ts/sql/migrations/71-merge-notifications.ts rename to ts/sql/migrations/71-merge-notifications.std.ts diff --git a/ts/sql/migrations/72-optimize-call-id-message-lookup.ts b/ts/sql/migrations/72-optimize-call-id-message-lookup.std.ts similarity index 100% rename from ts/sql/migrations/72-optimize-call-id-message-lookup.ts rename to ts/sql/migrations/72-optimize-call-id-message-lookup.std.ts diff --git a/ts/sql/migrations/73-remove-phone-number-discovery.ts b/ts/sql/migrations/73-remove-phone-number-discovery.std.ts similarity index 100% rename from ts/sql/migrations/73-remove-phone-number-discovery.ts rename to ts/sql/migrations/73-remove-phone-number-discovery.std.ts diff --git a/ts/sql/migrations/74-optimize-convo-open.ts b/ts/sql/migrations/74-optimize-convo-open.std.ts similarity index 100% rename from ts/sql/migrations/74-optimize-convo-open.ts rename to ts/sql/migrations/74-optimize-convo-open.std.ts diff --git a/ts/sql/migrations/75-noop.ts b/ts/sql/migrations/75-noop.std.ts similarity index 100% rename from ts/sql/migrations/75-noop.ts rename to ts/sql/migrations/75-noop.std.ts diff --git a/ts/sql/migrations/76-optimize-convo-open-2.ts b/ts/sql/migrations/76-optimize-convo-open-2.std.ts similarity index 100% rename from ts/sql/migrations/76-optimize-convo-open-2.ts rename to ts/sql/migrations/76-optimize-convo-open-2.std.ts diff --git a/ts/sql/migrations/77-signal-tokenizer.ts b/ts/sql/migrations/77-signal-tokenizer.std.ts similarity index 100% rename from ts/sql/migrations/77-signal-tokenizer.ts rename to ts/sql/migrations/77-signal-tokenizer.std.ts diff --git a/ts/sql/migrations/78-merge-receipt-jobs.ts b/ts/sql/migrations/78-merge-receipt-jobs.node.ts similarity index 100% rename from ts/sql/migrations/78-merge-receipt-jobs.ts rename to ts/sql/migrations/78-merge-receipt-jobs.node.ts diff --git a/ts/sql/migrations/79-paging-lightbox.ts b/ts/sql/migrations/79-paging-lightbox.std.ts similarity index 100% rename from ts/sql/migrations/79-paging-lightbox.ts rename to ts/sql/migrations/79-paging-lightbox.std.ts diff --git a/ts/sql/migrations/80-edited-messages.ts b/ts/sql/migrations/80-edited-messages.std.ts similarity index 100% rename from ts/sql/migrations/80-edited-messages.ts rename to ts/sql/migrations/80-edited-messages.std.ts diff --git a/ts/sql/migrations/81-contact-removed-notification.ts b/ts/sql/migrations/81-contact-removed-notification.std.ts similarity index 100% rename from ts/sql/migrations/81-contact-removed-notification.ts rename to ts/sql/migrations/81-contact-removed-notification.std.ts diff --git a/ts/sql/migrations/82-edited-messages-read-index.ts b/ts/sql/migrations/82-edited-messages-read-index.std.ts similarity index 100% rename from ts/sql/migrations/82-edited-messages-read-index.ts rename to ts/sql/migrations/82-edited-messages-read-index.std.ts diff --git a/ts/sql/migrations/83-mentions.ts b/ts/sql/migrations/83-mentions.std.ts similarity index 100% rename from ts/sql/migrations/83-mentions.ts rename to ts/sql/migrations/83-mentions.std.ts diff --git a/ts/sql/migrations/84-all-mentions.ts b/ts/sql/migrations/84-all-mentions.std.ts similarity index 100% rename from ts/sql/migrations/84-all-mentions.ts rename to ts/sql/migrations/84-all-mentions.std.ts diff --git a/ts/sql/migrations/85-add-kyber-keys.ts b/ts/sql/migrations/85-add-kyber-keys.std.ts similarity index 100% rename from ts/sql/migrations/85-add-kyber-keys.ts rename to ts/sql/migrations/85-add-kyber-keys.std.ts diff --git a/ts/sql/migrations/86-story-replies-index.ts b/ts/sql/migrations/86-story-replies-index.std.ts similarity index 100% rename from ts/sql/migrations/86-story-replies-index.ts rename to ts/sql/migrations/86-story-replies-index.std.ts diff --git a/ts/sql/migrations/87-cleanup.ts b/ts/sql/migrations/87-cleanup.std.ts similarity index 100% rename from ts/sql/migrations/87-cleanup.ts rename to ts/sql/migrations/87-cleanup.std.ts diff --git a/ts/sql/migrations/88-service-ids.ts b/ts/sql/migrations/88-service-ids.std.ts similarity index 100% rename from ts/sql/migrations/88-service-ids.ts rename to ts/sql/migrations/88-service-ids.std.ts diff --git a/ts/sql/migrations/89-call-history.ts b/ts/sql/migrations/89-call-history.node.ts similarity index 100% rename from ts/sql/migrations/89-call-history.ts rename to ts/sql/migrations/89-call-history.node.ts diff --git a/ts/sql/migrations/90-delete-story-reply-screenshot.ts b/ts/sql/migrations/90-delete-story-reply-screenshot.std.ts similarity index 100% rename from ts/sql/migrations/90-delete-story-reply-screenshot.ts rename to ts/sql/migrations/90-delete-story-reply-screenshot.std.ts diff --git a/ts/sql/migrations/91-clean-keys.ts b/ts/sql/migrations/91-clean-keys.std.ts similarity index 100% rename from ts/sql/migrations/91-clean-keys.ts rename to ts/sql/migrations/91-clean-keys.std.ts diff --git a/ts/sql/migrations/920-clean-more-keys.ts b/ts/sql/migrations/920-clean-more-keys.std.ts similarity index 100% rename from ts/sql/migrations/920-clean-more-keys.ts rename to ts/sql/migrations/920-clean-more-keys.std.ts diff --git a/ts/sql/migrations/930-fts5-secure-delete.ts b/ts/sql/migrations/930-fts5-secure-delete.std.ts similarity index 100% rename from ts/sql/migrations/930-fts5-secure-delete.ts rename to ts/sql/migrations/930-fts5-secure-delete.std.ts diff --git a/ts/sql/migrations/940-fts5-revert.ts b/ts/sql/migrations/940-fts5-revert.std.ts similarity index 100% rename from ts/sql/migrations/940-fts5-revert.ts rename to ts/sql/migrations/940-fts5-revert.std.ts diff --git a/ts/sql/migrations/950-fts5-secure-delete.ts b/ts/sql/migrations/950-fts5-secure-delete.std.ts similarity index 100% rename from ts/sql/migrations/950-fts5-secure-delete.ts rename to ts/sql/migrations/950-fts5-secure-delete.std.ts diff --git a/ts/sql/migrations/960-untag-pni.ts b/ts/sql/migrations/960-untag-pni.std.ts similarity index 100% rename from ts/sql/migrations/960-untag-pni.ts rename to ts/sql/migrations/960-untag-pni.std.ts diff --git a/ts/sql/migrations/970-fts5-optimize.ts b/ts/sql/migrations/970-fts5-optimize.std.ts similarity index 100% rename from ts/sql/migrations/970-fts5-optimize.ts rename to ts/sql/migrations/970-fts5-optimize.std.ts diff --git a/ts/sql/migrations/980-reaction-timestamp.ts b/ts/sql/migrations/980-reaction-timestamp.std.ts similarity index 100% rename from ts/sql/migrations/980-reaction-timestamp.ts rename to ts/sql/migrations/980-reaction-timestamp.std.ts diff --git a/ts/sql/migrations/990-phone-number-sharing.ts b/ts/sql/migrations/990-phone-number-sharing.std.ts similarity index 100% rename from ts/sql/migrations/990-phone-number-sharing.ts rename to ts/sql/migrations/990-phone-number-sharing.std.ts diff --git a/ts/sql/migrations/index.ts b/ts/sql/migrations/index.node.ts similarity index 100% rename from ts/sql/migrations/index.ts rename to ts/sql/migrations/index.node.ts diff --git a/ts/sql/server/callLinks.ts b/ts/sql/server/callLinks.node.ts similarity index 100% rename from ts/sql/server/callLinks.ts rename to ts/sql/server/callLinks.node.ts diff --git a/ts/sql/server/chatFolders.ts b/ts/sql/server/chatFolders.std.ts similarity index 100% rename from ts/sql/server/chatFolders.ts rename to ts/sql/server/chatFolders.std.ts diff --git a/ts/sql/server/donationReceipts.ts b/ts/sql/server/donationReceipts.std.ts similarity index 100% rename from ts/sql/server/donationReceipts.ts rename to ts/sql/server/donationReceipts.std.ts diff --git a/ts/sql/server/groupSendEndorsements.ts b/ts/sql/server/groupSendEndorsements.std.ts similarity index 100% rename from ts/sql/server/groupSendEndorsements.ts rename to ts/sql/server/groupSendEndorsements.std.ts diff --git a/ts/sql/server/messageAttachments.ts b/ts/sql/server/messageAttachments.std.ts similarity index 100% rename from ts/sql/server/messageAttachments.ts rename to ts/sql/server/messageAttachments.std.ts diff --git a/ts/sql/sqlLogger.ts b/ts/sql/sqlLogger.node.ts similarity index 100% rename from ts/sql/sqlLogger.ts rename to ts/sql/sqlLogger.node.ts diff --git a/ts/sql/util.ts b/ts/sql/util.std.ts similarity index 100% rename from ts/sql/util.ts rename to ts/sql/util.std.ts diff --git a/ts/state/actions.ts b/ts/state/actions.preload.ts similarity index 100% rename from ts/state/actions.ts rename to ts/state/actions.preload.ts diff --git a/ts/state/createStore.ts b/ts/state/createStore.preload.ts similarity index 100% rename from ts/state/createStore.ts rename to ts/state/createStore.preload.ts diff --git a/ts/state/ducks/accounts.ts b/ts/state/ducks/accounts.preload.ts similarity index 100% rename from ts/state/ducks/accounts.ts rename to ts/state/ducks/accounts.preload.ts diff --git a/ts/state/ducks/app.ts b/ts/state/ducks/app.preload.ts similarity index 100% rename from ts/state/ducks/app.ts rename to ts/state/ducks/app.preload.ts diff --git a/ts/state/ducks/audioPlayer.ts b/ts/state/ducks/audioPlayer.preload.ts similarity index 100% rename from ts/state/ducks/audioPlayer.ts rename to ts/state/ducks/audioPlayer.preload.ts diff --git a/ts/state/ducks/audioRecorder.ts b/ts/state/ducks/audioRecorder.preload.ts similarity index 100% rename from ts/state/ducks/audioRecorder.ts rename to ts/state/ducks/audioRecorder.preload.ts diff --git a/ts/state/ducks/badges.ts b/ts/state/ducks/badges.preload.ts similarity index 100% rename from ts/state/ducks/badges.ts rename to ts/state/ducks/badges.preload.ts diff --git a/ts/state/ducks/callHistory.ts b/ts/state/ducks/callHistory.preload.ts similarity index 100% rename from ts/state/ducks/callHistory.ts rename to ts/state/ducks/callHistory.preload.ts diff --git a/ts/state/ducks/calling.ts b/ts/state/ducks/calling.preload.ts similarity index 100% rename from ts/state/ducks/calling.ts rename to ts/state/ducks/calling.preload.ts diff --git a/ts/state/ducks/callingHelpers.ts b/ts/state/ducks/callingHelpers.std.ts similarity index 100% rename from ts/state/ducks/callingHelpers.ts rename to ts/state/ducks/callingHelpers.std.ts diff --git a/ts/state/ducks/chatFolders.ts b/ts/state/ducks/chatFolders.preload.ts similarity index 100% rename from ts/state/ducks/chatFolders.ts rename to ts/state/ducks/chatFolders.preload.ts diff --git a/ts/state/ducks/composer.ts b/ts/state/ducks/composer.preload.ts similarity index 100% rename from ts/state/ducks/composer.ts rename to ts/state/ducks/composer.preload.ts diff --git a/ts/state/ducks/conversations.ts b/ts/state/ducks/conversations.preload.ts similarity index 100% rename from ts/state/ducks/conversations.ts rename to ts/state/ducks/conversations.preload.ts diff --git a/ts/state/ducks/conversationsEnums.ts b/ts/state/ducks/conversationsEnums.std.ts similarity index 100% rename from ts/state/ducks/conversationsEnums.ts rename to ts/state/ducks/conversationsEnums.std.ts diff --git a/ts/state/ducks/crashReports.ts b/ts/state/ducks/crashReports.preload.ts similarity index 100% rename from ts/state/ducks/crashReports.ts rename to ts/state/ducks/crashReports.preload.ts diff --git a/ts/state/ducks/donations.ts b/ts/state/ducks/donations.preload.ts similarity index 100% rename from ts/state/ducks/donations.ts rename to ts/state/ducks/donations.preload.ts diff --git a/ts/state/ducks/emojis.ts b/ts/state/ducks/emojis.preload.ts similarity index 100% rename from ts/state/ducks/emojis.ts rename to ts/state/ducks/emojis.preload.ts diff --git a/ts/state/ducks/expiration.ts b/ts/state/ducks/expiration.std.ts similarity index 100% rename from ts/state/ducks/expiration.ts rename to ts/state/ducks/expiration.std.ts diff --git a/ts/state/ducks/gifs.ts b/ts/state/ducks/gifs.preload.ts similarity index 100% rename from ts/state/ducks/gifs.ts rename to ts/state/ducks/gifs.preload.ts diff --git a/ts/state/ducks/globalModals.ts b/ts/state/ducks/globalModals.preload.ts similarity index 100% rename from ts/state/ducks/globalModals.ts rename to ts/state/ducks/globalModals.preload.ts diff --git a/ts/state/ducks/inbox.ts b/ts/state/ducks/inbox.std.ts similarity index 100% rename from ts/state/ducks/inbox.ts rename to ts/state/ducks/inbox.std.ts diff --git a/ts/state/ducks/installer.ts b/ts/state/ducks/installer.preload.ts similarity index 100% rename from ts/state/ducks/installer.ts rename to ts/state/ducks/installer.preload.ts diff --git a/ts/state/ducks/items.ts b/ts/state/ducks/items.preload.ts similarity index 100% rename from ts/state/ducks/items.ts rename to ts/state/ducks/items.preload.ts diff --git a/ts/state/ducks/lightbox.ts b/ts/state/ducks/lightbox.preload.ts similarity index 100% rename from ts/state/ducks/lightbox.ts rename to ts/state/ducks/lightbox.preload.ts diff --git a/ts/state/ducks/linkPreviews.ts b/ts/state/ducks/linkPreviews.preload.ts similarity index 100% rename from ts/state/ducks/linkPreviews.ts rename to ts/state/ducks/linkPreviews.preload.ts diff --git a/ts/state/ducks/mediaGallery.ts b/ts/state/ducks/mediaGallery.preload.ts similarity index 100% rename from ts/state/ducks/mediaGallery.ts rename to ts/state/ducks/mediaGallery.preload.ts diff --git a/ts/state/ducks/nav.ts b/ts/state/ducks/nav.std.ts similarity index 100% rename from ts/state/ducks/nav.ts rename to ts/state/ducks/nav.std.ts diff --git a/ts/state/ducks/network.ts b/ts/state/ducks/network.dom.ts similarity index 100% rename from ts/state/ducks/network.ts rename to ts/state/ducks/network.dom.ts diff --git a/ts/state/ducks/noop.ts b/ts/state/ducks/noop.std.ts similarity index 100% rename from ts/state/ducks/noop.ts rename to ts/state/ducks/noop.std.ts diff --git a/ts/state/ducks/notificationProfiles.ts b/ts/state/ducks/notificationProfiles.preload.ts similarity index 100% rename from ts/state/ducks/notificationProfiles.ts rename to ts/state/ducks/notificationProfiles.preload.ts diff --git a/ts/state/ducks/preferredReactions.ts b/ts/state/ducks/preferredReactions.preload.ts similarity index 100% rename from ts/state/ducks/preferredReactions.ts rename to ts/state/ducks/preferredReactions.preload.ts diff --git a/ts/state/ducks/safetyNumber.ts b/ts/state/ducks/safetyNumber.preload.ts similarity index 100% rename from ts/state/ducks/safetyNumber.ts rename to ts/state/ducks/safetyNumber.preload.ts diff --git a/ts/state/ducks/search.ts b/ts/state/ducks/search.preload.ts similarity index 100% rename from ts/state/ducks/search.ts rename to ts/state/ducks/search.preload.ts diff --git a/ts/state/ducks/stickers.ts b/ts/state/ducks/stickers.preload.ts similarity index 100% rename from ts/state/ducks/stickers.ts rename to ts/state/ducks/stickers.preload.ts diff --git a/ts/state/ducks/stories.ts b/ts/state/ducks/stories.preload.ts similarity index 100% rename from ts/state/ducks/stories.ts rename to ts/state/ducks/stories.preload.ts diff --git a/ts/state/ducks/storyDistributionLists.ts b/ts/state/ducks/storyDistributionLists.preload.ts similarity index 100% rename from ts/state/ducks/storyDistributionLists.ts rename to ts/state/ducks/storyDistributionLists.preload.ts diff --git a/ts/state/ducks/toast.ts b/ts/state/ducks/toast.preload.ts similarity index 100% rename from ts/state/ducks/toast.ts rename to ts/state/ducks/toast.preload.ts diff --git a/ts/state/ducks/updates.ts b/ts/state/ducks/updates.preload.ts similarity index 100% rename from ts/state/ducks/updates.ts rename to ts/state/ducks/updates.preload.ts diff --git a/ts/state/ducks/user.ts b/ts/state/ducks/user.preload.ts similarity index 100% rename from ts/state/ducks/user.ts rename to ts/state/ducks/user.preload.ts diff --git a/ts/state/ducks/username.ts b/ts/state/ducks/username.preload.ts similarity index 100% rename from ts/state/ducks/username.ts rename to ts/state/ducks/username.preload.ts diff --git a/ts/state/ducks/usernameEnums.ts b/ts/state/ducks/usernameEnums.std.ts similarity index 100% rename from ts/state/ducks/usernameEnums.ts rename to ts/state/ducks/usernameEnums.std.ts diff --git a/ts/state/getInitialState.ts b/ts/state/getInitialState.preload.ts similarity index 100% rename from ts/state/getInitialState.ts rename to ts/state/getInitialState.preload.ts diff --git a/ts/state/initializeRedux.ts b/ts/state/initializeRedux.preload.ts similarity index 100% rename from ts/state/initializeRedux.ts rename to ts/state/initializeRedux.preload.ts diff --git a/ts/state/reducer.ts b/ts/state/reducer.preload.ts similarity index 100% rename from ts/state/reducer.ts rename to ts/state/reducer.preload.ts diff --git a/ts/state/reinitializeRedux.ts b/ts/state/reinitializeRedux.preload.ts similarity index 100% rename from ts/state/reinitializeRedux.ts rename to ts/state/reinitializeRedux.preload.ts diff --git a/ts/state/roots/createApp.tsx b/ts/state/roots/createApp.preload.tsx similarity index 100% rename from ts/state/roots/createApp.tsx rename to ts/state/roots/createApp.preload.tsx diff --git a/ts/state/roots/createGroupV2JoinModal.tsx b/ts/state/roots/createGroupV2JoinModal.dom.tsx similarity index 100% rename from ts/state/roots/createGroupV2JoinModal.tsx rename to ts/state/roots/createGroupV2JoinModal.dom.tsx diff --git a/ts/state/selectors/accounts.ts b/ts/state/selectors/accounts.std.ts similarity index 100% rename from ts/state/selectors/accounts.ts rename to ts/state/selectors/accounts.std.ts diff --git a/ts/state/selectors/app.ts b/ts/state/selectors/app.std.ts similarity index 100% rename from ts/state/selectors/app.ts rename to ts/state/selectors/app.std.ts diff --git a/ts/state/selectors/audioPlayer.ts b/ts/state/selectors/audioPlayer.preload.ts similarity index 100% rename from ts/state/selectors/audioPlayer.ts rename to ts/state/selectors/audioPlayer.preload.ts diff --git a/ts/state/selectors/audioRecorder.ts b/ts/state/selectors/audioRecorder.std.ts similarity index 100% rename from ts/state/selectors/audioRecorder.ts rename to ts/state/selectors/audioRecorder.std.ts diff --git a/ts/state/selectors/badges.ts b/ts/state/selectors/badges.preload.ts similarity index 100% rename from ts/state/selectors/badges.ts rename to ts/state/selectors/badges.preload.ts diff --git a/ts/state/selectors/callHistory.ts b/ts/state/selectors/callHistory.std.ts similarity index 100% rename from ts/state/selectors/callHistory.ts rename to ts/state/selectors/callHistory.std.ts diff --git a/ts/state/selectors/calling.ts b/ts/state/selectors/calling.std.ts similarity index 100% rename from ts/state/selectors/calling.ts rename to ts/state/selectors/calling.std.ts diff --git a/ts/state/selectors/chatFolders.ts b/ts/state/selectors/chatFolders.std.ts similarity index 100% rename from ts/state/selectors/chatFolders.ts rename to ts/state/selectors/chatFolders.std.ts diff --git a/ts/state/selectors/composer.ts b/ts/state/selectors/composer.preload.ts similarity index 100% rename from ts/state/selectors/composer.ts rename to ts/state/selectors/composer.preload.ts diff --git a/ts/state/selectors/conversations-extra.ts b/ts/state/selectors/conversations-extra.preload.ts similarity index 100% rename from ts/state/selectors/conversations-extra.ts rename to ts/state/selectors/conversations-extra.preload.ts diff --git a/ts/state/selectors/conversations.ts b/ts/state/selectors/conversations.dom.ts similarity index 100% rename from ts/state/selectors/conversations.ts rename to ts/state/selectors/conversations.dom.ts diff --git a/ts/state/selectors/crashReports.ts b/ts/state/selectors/crashReports.std.ts similarity index 100% rename from ts/state/selectors/crashReports.ts rename to ts/state/selectors/crashReports.std.ts diff --git a/ts/state/selectors/emojis.ts b/ts/state/selectors/emojis.std.ts similarity index 100% rename from ts/state/selectors/emojis.ts rename to ts/state/selectors/emojis.std.ts diff --git a/ts/state/selectors/expiration.ts b/ts/state/selectors/expiration.dom.ts similarity index 100% rename from ts/state/selectors/expiration.ts rename to ts/state/selectors/expiration.dom.ts diff --git a/ts/state/selectors/gifs.ts b/ts/state/selectors/gifs.std.ts similarity index 100% rename from ts/state/selectors/gifs.ts rename to ts/state/selectors/gifs.std.ts diff --git a/ts/state/selectors/globalModals.ts b/ts/state/selectors/globalModals.std.ts similarity index 100% rename from ts/state/selectors/globalModals.ts rename to ts/state/selectors/globalModals.std.ts diff --git a/ts/state/selectors/inbox.ts b/ts/state/selectors/inbox.std.ts similarity index 100% rename from ts/state/selectors/inbox.ts rename to ts/state/selectors/inbox.std.ts diff --git a/ts/state/selectors/installer.ts b/ts/state/selectors/installer.std.ts similarity index 100% rename from ts/state/selectors/installer.ts rename to ts/state/selectors/installer.std.ts diff --git a/ts/state/selectors/items.ts b/ts/state/selectors/items.dom.ts similarity index 100% rename from ts/state/selectors/items.ts rename to ts/state/selectors/items.dom.ts diff --git a/ts/state/selectors/lightbox.ts b/ts/state/selectors/lightbox.std.ts similarity index 100% rename from ts/state/selectors/lightbox.ts rename to ts/state/selectors/lightbox.std.ts diff --git a/ts/state/selectors/linkPreviews.ts b/ts/state/selectors/linkPreviews.std.ts similarity index 100% rename from ts/state/selectors/linkPreviews.ts rename to ts/state/selectors/linkPreviews.std.ts diff --git a/ts/state/selectors/mediaGallery.ts b/ts/state/selectors/mediaGallery.std.ts similarity index 100% rename from ts/state/selectors/mediaGallery.ts rename to ts/state/selectors/mediaGallery.std.ts diff --git a/ts/state/selectors/message.ts b/ts/state/selectors/message.preload.ts similarity index 100% rename from ts/state/selectors/message.ts rename to ts/state/selectors/message.preload.ts diff --git a/ts/state/selectors/nav.ts b/ts/state/selectors/nav.preload.ts similarity index 100% rename from ts/state/selectors/nav.ts rename to ts/state/selectors/nav.preload.ts diff --git a/ts/state/selectors/network.ts b/ts/state/selectors/network.preload.ts similarity index 100% rename from ts/state/selectors/network.ts rename to ts/state/selectors/network.preload.ts diff --git a/ts/state/selectors/notificationProfiles.ts b/ts/state/selectors/notificationProfiles.dom.ts similarity index 100% rename from ts/state/selectors/notificationProfiles.ts rename to ts/state/selectors/notificationProfiles.dom.ts diff --git a/ts/state/selectors/preferredReactions.ts b/ts/state/selectors/preferredReactions.std.ts similarity index 100% rename from ts/state/selectors/preferredReactions.ts rename to ts/state/selectors/preferredReactions.std.ts diff --git a/ts/state/selectors/safetyNumber.ts b/ts/state/selectors/safetyNumber.std.ts similarity index 100% rename from ts/state/selectors/safetyNumber.ts rename to ts/state/selectors/safetyNumber.std.ts diff --git a/ts/state/selectors/search.ts b/ts/state/selectors/search.dom.ts similarity index 100% rename from ts/state/selectors/search.ts rename to ts/state/selectors/search.dom.ts diff --git a/ts/state/selectors/stickers.ts b/ts/state/selectors/stickers.std.ts similarity index 100% rename from ts/state/selectors/stickers.ts rename to ts/state/selectors/stickers.std.ts diff --git a/ts/state/selectors/stories.ts b/ts/state/selectors/stories.preload.ts similarity index 100% rename from ts/state/selectors/stories.ts rename to ts/state/selectors/stories.preload.ts diff --git a/ts/state/selectors/stories2.ts b/ts/state/selectors/stories2.dom.ts similarity index 100% rename from ts/state/selectors/stories2.ts rename to ts/state/selectors/stories2.dom.ts diff --git a/ts/state/selectors/storyDistributionLists.ts b/ts/state/selectors/storyDistributionLists.dom.ts similarity index 100% rename from ts/state/selectors/storyDistributionLists.ts rename to ts/state/selectors/storyDistributionLists.dom.ts diff --git a/ts/state/selectors/timeline.ts b/ts/state/selectors/timeline.preload.ts similarity index 100% rename from ts/state/selectors/timeline.ts rename to ts/state/selectors/timeline.preload.ts diff --git a/ts/state/selectors/toast.ts b/ts/state/selectors/toast.std.ts similarity index 100% rename from ts/state/selectors/toast.ts rename to ts/state/selectors/toast.std.ts diff --git a/ts/state/selectors/updates.ts b/ts/state/selectors/updates.std.ts similarity index 100% rename from ts/state/selectors/updates.ts rename to ts/state/selectors/updates.std.ts diff --git a/ts/state/selectors/user.ts b/ts/state/selectors/user.std.ts similarity index 100% rename from ts/state/selectors/user.ts rename to ts/state/selectors/user.std.ts diff --git a/ts/state/selectors/username.ts b/ts/state/selectors/username.std.ts similarity index 100% rename from ts/state/selectors/username.ts rename to ts/state/selectors/username.std.ts diff --git a/ts/state/smart/AboutContactModal.tsx b/ts/state/smart/AboutContactModal.preload.tsx similarity index 100% rename from ts/state/smart/AboutContactModal.tsx rename to ts/state/smart/AboutContactModal.preload.tsx diff --git a/ts/state/smart/AddUserToAnotherGroupModal.tsx b/ts/state/smart/AddUserToAnotherGroupModal.preload.tsx similarity index 100% rename from ts/state/smart/AddUserToAnotherGroupModal.tsx rename to ts/state/smart/AddUserToAnotherGroupModal.preload.tsx diff --git a/ts/state/smart/AllMedia.tsx b/ts/state/smart/AllMedia.preload.tsx similarity index 100% rename from ts/state/smart/AllMedia.tsx rename to ts/state/smart/AllMedia.preload.tsx diff --git a/ts/state/smart/App.tsx b/ts/state/smart/App.preload.tsx similarity index 100% rename from ts/state/smart/App.tsx rename to ts/state/smart/App.preload.tsx diff --git a/ts/state/smart/CallLinkAddNameModal.tsx b/ts/state/smart/CallLinkAddNameModal.preload.tsx similarity index 100% rename from ts/state/smart/CallLinkAddNameModal.tsx rename to ts/state/smart/CallLinkAddNameModal.preload.tsx diff --git a/ts/state/smart/CallLinkDetails.tsx b/ts/state/smart/CallLinkDetails.preload.tsx similarity index 100% rename from ts/state/smart/CallLinkDetails.tsx rename to ts/state/smart/CallLinkDetails.preload.tsx diff --git a/ts/state/smart/CallLinkEditModal.tsx b/ts/state/smart/CallLinkEditModal.preload.tsx similarity index 100% rename from ts/state/smart/CallLinkEditModal.tsx rename to ts/state/smart/CallLinkEditModal.preload.tsx diff --git a/ts/state/smart/CallLinkPendingParticipantModal.tsx b/ts/state/smart/CallLinkPendingParticipantModal.preload.tsx similarity index 100% rename from ts/state/smart/CallLinkPendingParticipantModal.tsx rename to ts/state/smart/CallLinkPendingParticipantModal.preload.tsx diff --git a/ts/state/smart/CallManager.tsx b/ts/state/smart/CallManager.preload.tsx similarity index 100% rename from ts/state/smart/CallManager.tsx rename to ts/state/smart/CallManager.preload.tsx diff --git a/ts/state/smart/CallingDeviceSelection.tsx b/ts/state/smart/CallingDeviceSelection.preload.tsx similarity index 100% rename from ts/state/smart/CallingDeviceSelection.tsx rename to ts/state/smart/CallingDeviceSelection.preload.tsx diff --git a/ts/state/smart/CallsTab.tsx b/ts/state/smart/CallsTab.preload.tsx similarity index 100% rename from ts/state/smart/CallsTab.tsx rename to ts/state/smart/CallsTab.preload.tsx diff --git a/ts/state/smart/CaptchaDialog.tsx b/ts/state/smart/CaptchaDialog.preload.tsx similarity index 100% rename from ts/state/smart/CaptchaDialog.tsx rename to ts/state/smart/CaptchaDialog.preload.tsx diff --git a/ts/state/smart/ChatColorPicker.tsx b/ts/state/smart/ChatColorPicker.preload.tsx similarity index 100% rename from ts/state/smart/ChatColorPicker.tsx rename to ts/state/smart/ChatColorPicker.preload.tsx diff --git a/ts/state/smart/ChatsTab.tsx b/ts/state/smart/ChatsTab.preload.tsx similarity index 100% rename from ts/state/smart/ChatsTab.tsx rename to ts/state/smart/ChatsTab.preload.tsx diff --git a/ts/state/smart/ChooseGroupMembersModal.tsx b/ts/state/smart/ChooseGroupMembersModal.preload.tsx similarity index 100% rename from ts/state/smart/ChooseGroupMembersModal.tsx rename to ts/state/smart/ChooseGroupMembersModal.preload.tsx diff --git a/ts/state/smart/CollidingAvatars.tsx b/ts/state/smart/CollidingAvatars.dom.tsx similarity index 100% rename from ts/state/smart/CollidingAvatars.tsx rename to ts/state/smart/CollidingAvatars.dom.tsx diff --git a/ts/state/smart/CompositionArea.tsx b/ts/state/smart/CompositionArea.preload.tsx similarity index 100% rename from ts/state/smart/CompositionArea.tsx rename to ts/state/smart/CompositionArea.preload.tsx diff --git a/ts/state/smart/CompositionRecording.tsx b/ts/state/smart/CompositionRecording.preload.tsx similarity index 100% rename from ts/state/smart/CompositionRecording.tsx rename to ts/state/smart/CompositionRecording.preload.tsx diff --git a/ts/state/smart/CompositionRecordingDraft.tsx b/ts/state/smart/CompositionRecordingDraft.preload.tsx similarity index 100% rename from ts/state/smart/CompositionRecordingDraft.tsx rename to ts/state/smart/CompositionRecordingDraft.preload.tsx diff --git a/ts/state/smart/CompositionTextArea.tsx b/ts/state/smart/CompositionTextArea.preload.tsx similarity index 100% rename from ts/state/smart/CompositionTextArea.tsx rename to ts/state/smart/CompositionTextArea.preload.tsx diff --git a/ts/state/smart/ConfirmAdditionsModal.tsx b/ts/state/smart/ConfirmAdditionsModal.dom.tsx similarity index 100% rename from ts/state/smart/ConfirmAdditionsModal.tsx rename to ts/state/smart/ConfirmAdditionsModal.dom.tsx diff --git a/ts/state/smart/ConfirmLeaveCallModal.tsx b/ts/state/smart/ConfirmLeaveCallModal.preload.tsx similarity index 100% rename from ts/state/smart/ConfirmLeaveCallModal.tsx rename to ts/state/smart/ConfirmLeaveCallModal.preload.tsx diff --git a/ts/state/smart/ContactDetail.tsx b/ts/state/smart/ContactDetail.preload.tsx similarity index 100% rename from ts/state/smart/ContactDetail.tsx rename to ts/state/smart/ContactDetail.preload.tsx diff --git a/ts/state/smart/ContactModal.tsx b/ts/state/smart/ContactModal.preload.tsx similarity index 100% rename from ts/state/smart/ContactModal.tsx rename to ts/state/smart/ContactModal.preload.tsx diff --git a/ts/state/smart/ContactName.tsx b/ts/state/smart/ContactName.preload.tsx similarity index 100% rename from ts/state/smart/ContactName.tsx rename to ts/state/smart/ContactName.preload.tsx diff --git a/ts/state/smart/ContactSpoofingReviewDialog.tsx b/ts/state/smart/ContactSpoofingReviewDialog.preload.tsx similarity index 100% rename from ts/state/smart/ContactSpoofingReviewDialog.tsx rename to ts/state/smart/ContactSpoofingReviewDialog.preload.tsx diff --git a/ts/state/smart/ConversationDetails.tsx b/ts/state/smart/ConversationDetails.preload.tsx similarity index 100% rename from ts/state/smart/ConversationDetails.tsx rename to ts/state/smart/ConversationDetails.preload.tsx diff --git a/ts/state/smart/ConversationHeader.tsx b/ts/state/smart/ConversationHeader.preload.tsx similarity index 100% rename from ts/state/smart/ConversationHeader.tsx rename to ts/state/smart/ConversationHeader.preload.tsx diff --git a/ts/state/smart/ConversationNotificationsSettings.tsx b/ts/state/smart/ConversationNotificationsSettings.preload.tsx similarity index 100% rename from ts/state/smart/ConversationNotificationsSettings.tsx rename to ts/state/smart/ConversationNotificationsSettings.preload.tsx diff --git a/ts/state/smart/ConversationPanel.tsx b/ts/state/smart/ConversationPanel.preload.tsx similarity index 100% rename from ts/state/smart/ConversationPanel.tsx rename to ts/state/smart/ConversationPanel.preload.tsx diff --git a/ts/state/smart/ConversationView.tsx b/ts/state/smart/ConversationView.preload.tsx similarity index 100% rename from ts/state/smart/ConversationView.tsx rename to ts/state/smart/ConversationView.preload.tsx diff --git a/ts/state/smart/CrashReportDialog.tsx b/ts/state/smart/CrashReportDialog.preload.tsx similarity index 100% rename from ts/state/smart/CrashReportDialog.tsx rename to ts/state/smart/CrashReportDialog.preload.tsx diff --git a/ts/state/smart/CustomizingPreferredReactionsModal.tsx b/ts/state/smart/CustomizingPreferredReactionsModal.preload.tsx similarity index 100% rename from ts/state/smart/CustomizingPreferredReactionsModal.tsx rename to ts/state/smart/CustomizingPreferredReactionsModal.preload.tsx diff --git a/ts/state/smart/DeleteMessagesModal.tsx b/ts/state/smart/DeleteMessagesModal.preload.tsx similarity index 100% rename from ts/state/smart/DeleteMessagesModal.tsx rename to ts/state/smart/DeleteMessagesModal.preload.tsx diff --git a/ts/state/smart/DraftGifMessageSendModal.tsx b/ts/state/smart/DraftGifMessageSendModal.preload.tsx similarity index 100% rename from ts/state/smart/DraftGifMessageSendModal.tsx rename to ts/state/smart/DraftGifMessageSendModal.preload.tsx diff --git a/ts/state/smart/EditHistoryMessagesModal.tsx b/ts/state/smart/EditHistoryMessagesModal.preload.tsx similarity index 100% rename from ts/state/smart/EditHistoryMessagesModal.tsx rename to ts/state/smart/EditHistoryMessagesModal.preload.tsx diff --git a/ts/state/smart/EditNicknameAndNoteModal.tsx b/ts/state/smart/EditNicknameAndNoteModal.preload.tsx similarity index 100% rename from ts/state/smart/EditNicknameAndNoteModal.tsx rename to ts/state/smart/EditNicknameAndNoteModal.preload.tsx diff --git a/ts/state/smart/ForwardMessagesModal.tsx b/ts/state/smart/ForwardMessagesModal.preload.tsx similarity index 100% rename from ts/state/smart/ForwardMessagesModal.tsx rename to ts/state/smart/ForwardMessagesModal.preload.tsx diff --git a/ts/state/smart/FunProvider.tsx b/ts/state/smart/FunProvider.preload.tsx similarity index 100% rename from ts/state/smart/FunProvider.tsx rename to ts/state/smart/FunProvider.preload.tsx diff --git a/ts/state/smart/GV1Members.tsx b/ts/state/smart/GV1Members.preload.tsx similarity index 100% rename from ts/state/smart/GV1Members.tsx rename to ts/state/smart/GV1Members.preload.tsx diff --git a/ts/state/smart/GlobalModalContainer.tsx b/ts/state/smart/GlobalModalContainer.preload.tsx similarity index 100% rename from ts/state/smart/GlobalModalContainer.tsx rename to ts/state/smart/GlobalModalContainer.preload.tsx diff --git a/ts/state/smart/GroupLinkManagement.tsx b/ts/state/smart/GroupLinkManagement.preload.tsx similarity index 100% rename from ts/state/smart/GroupLinkManagement.tsx rename to ts/state/smart/GroupLinkManagement.preload.tsx diff --git a/ts/state/smart/GroupV1MigrationDialog.tsx b/ts/state/smart/GroupV1MigrationDialog.preload.tsx similarity index 100% rename from ts/state/smart/GroupV1MigrationDialog.tsx rename to ts/state/smart/GroupV1MigrationDialog.preload.tsx diff --git a/ts/state/smart/GroupV2JoinDialog.tsx b/ts/state/smart/GroupV2JoinDialog.dom.tsx similarity index 100% rename from ts/state/smart/GroupV2JoinDialog.tsx rename to ts/state/smart/GroupV2JoinDialog.dom.tsx diff --git a/ts/state/smart/GroupV2Permissions.tsx b/ts/state/smart/GroupV2Permissions.preload.tsx similarity index 100% rename from ts/state/smart/GroupV2Permissions.tsx rename to ts/state/smart/GroupV2Permissions.preload.tsx diff --git a/ts/state/smart/HeroRow.tsx b/ts/state/smart/HeroRow.preload.tsx similarity index 100% rename from ts/state/smart/HeroRow.tsx rename to ts/state/smart/HeroRow.preload.tsx diff --git a/ts/state/smart/Inbox.tsx b/ts/state/smart/Inbox.preload.tsx similarity index 100% rename from ts/state/smart/Inbox.tsx rename to ts/state/smart/Inbox.preload.tsx diff --git a/ts/state/smart/InstallScreen.tsx b/ts/state/smart/InstallScreen.preload.tsx similarity index 100% rename from ts/state/smart/InstallScreen.tsx rename to ts/state/smart/InstallScreen.preload.tsx diff --git a/ts/state/smart/LeftPane.tsx b/ts/state/smart/LeftPane.preload.tsx similarity index 100% rename from ts/state/smart/LeftPane.tsx rename to ts/state/smart/LeftPane.preload.tsx diff --git a/ts/state/smart/LeftPaneChatFolders.tsx b/ts/state/smart/LeftPaneChatFolders.preload.tsx similarity index 100% rename from ts/state/smart/LeftPaneChatFolders.tsx rename to ts/state/smart/LeftPaneChatFolders.preload.tsx diff --git a/ts/state/smart/LeftPaneConversationListItemContextMenu.tsx b/ts/state/smart/LeftPaneConversationListItemContextMenu.preload.tsx similarity index 100% rename from ts/state/smart/LeftPaneConversationListItemContextMenu.tsx rename to ts/state/smart/LeftPaneConversationListItemContextMenu.preload.tsx diff --git a/ts/state/smart/Lightbox.tsx b/ts/state/smart/Lightbox.preload.tsx similarity index 100% rename from ts/state/smart/Lightbox.tsx rename to ts/state/smart/Lightbox.preload.tsx diff --git a/ts/state/smart/MessageAudio.tsx b/ts/state/smart/MessageAudio.preload.tsx similarity index 100% rename from ts/state/smart/MessageAudio.tsx rename to ts/state/smart/MessageAudio.preload.tsx diff --git a/ts/state/smart/MessageDetail.tsx b/ts/state/smart/MessageDetail.preload.tsx similarity index 100% rename from ts/state/smart/MessageDetail.tsx rename to ts/state/smart/MessageDetail.preload.tsx diff --git a/ts/state/smart/MessageRequestActionsConfirmation.tsx b/ts/state/smart/MessageRequestActionsConfirmation.preload.tsx similarity index 100% rename from ts/state/smart/MessageRequestActionsConfirmation.tsx rename to ts/state/smart/MessageRequestActionsConfirmation.preload.tsx diff --git a/ts/state/smart/MessageSearchResult.tsx b/ts/state/smart/MessageSearchResult.preload.tsx similarity index 100% rename from ts/state/smart/MessageSearchResult.tsx rename to ts/state/smart/MessageSearchResult.preload.tsx diff --git a/ts/state/smart/MiniPlayer.tsx b/ts/state/smart/MiniPlayer.preload.tsx similarity index 100% rename from ts/state/smart/MiniPlayer.tsx rename to ts/state/smart/MiniPlayer.preload.tsx diff --git a/ts/state/smart/NavTabs.tsx b/ts/state/smart/NavTabs.preload.tsx similarity index 100% rename from ts/state/smart/NavTabs.tsx rename to ts/state/smart/NavTabs.preload.tsx diff --git a/ts/state/smart/NetworkStatus.tsx b/ts/state/smart/NetworkStatus.preload.tsx similarity index 100% rename from ts/state/smart/NetworkStatus.tsx rename to ts/state/smart/NetworkStatus.preload.tsx diff --git a/ts/state/smart/NotePreviewModal.tsx b/ts/state/smart/NotePreviewModal.preload.tsx similarity index 100% rename from ts/state/smart/NotePreviewModal.tsx rename to ts/state/smart/NotePreviewModal.preload.tsx diff --git a/ts/state/smart/NotificationProfilesMenu.tsx b/ts/state/smart/NotificationProfilesMenu.preload.tsx similarity index 100% rename from ts/state/smart/NotificationProfilesMenu.tsx rename to ts/state/smart/NotificationProfilesMenu.preload.tsx diff --git a/ts/state/smart/PendingInvites.tsx b/ts/state/smart/PendingInvites.preload.tsx similarity index 100% rename from ts/state/smart/PendingInvites.tsx rename to ts/state/smart/PendingInvites.preload.tsx diff --git a/ts/state/smart/Preferences.tsx b/ts/state/smart/Preferences.preload.tsx similarity index 100% rename from ts/state/smart/Preferences.tsx rename to ts/state/smart/Preferences.preload.tsx diff --git a/ts/state/smart/PreferencesChatFoldersPage.tsx b/ts/state/smart/PreferencesChatFoldersPage.preload.tsx similarity index 100% rename from ts/state/smart/PreferencesChatFoldersPage.tsx rename to ts/state/smart/PreferencesChatFoldersPage.preload.tsx diff --git a/ts/state/smart/PreferencesDonations.tsx b/ts/state/smart/PreferencesDonations.preload.tsx similarity index 100% rename from ts/state/smart/PreferencesDonations.tsx rename to ts/state/smart/PreferencesDonations.preload.tsx diff --git a/ts/state/smart/PreferencesEditChatFolderPage.tsx b/ts/state/smart/PreferencesEditChatFolderPage.preload.tsx similarity index 100% rename from ts/state/smart/PreferencesEditChatFolderPage.tsx rename to ts/state/smart/PreferencesEditChatFolderPage.preload.tsx diff --git a/ts/state/smart/PreferencesNotificationProfiles.tsx b/ts/state/smart/PreferencesNotificationProfiles.preload.tsx similarity index 100% rename from ts/state/smart/PreferencesNotificationProfiles.tsx rename to ts/state/smart/PreferencesNotificationProfiles.preload.tsx diff --git a/ts/state/smart/ProfileEditor.tsx b/ts/state/smart/ProfileEditor.preload.tsx similarity index 100% rename from ts/state/smart/ProfileEditor.tsx rename to ts/state/smart/ProfileEditor.preload.tsx diff --git a/ts/state/smart/ProfileNameWarningModal.tsx b/ts/state/smart/ProfileNameWarningModal.preload.tsx similarity index 100% rename from ts/state/smart/ProfileNameWarningModal.tsx rename to ts/state/smart/ProfileNameWarningModal.preload.tsx diff --git a/ts/state/smart/ReactionPicker.tsx b/ts/state/smart/ReactionPicker.dom.tsx similarity index 100% rename from ts/state/smart/ReactionPicker.tsx rename to ts/state/smart/ReactionPicker.dom.tsx diff --git a/ts/state/smart/RelinkDialog.tsx b/ts/state/smart/RelinkDialog.dom.tsx similarity index 100% rename from ts/state/smart/RelinkDialog.tsx rename to ts/state/smart/RelinkDialog.dom.tsx diff --git a/ts/state/smart/SafetyNumberModal.tsx b/ts/state/smart/SafetyNumberModal.preload.tsx similarity index 100% rename from ts/state/smart/SafetyNumberModal.tsx rename to ts/state/smart/SafetyNumberModal.preload.tsx diff --git a/ts/state/smart/SafetyNumberViewer.tsx b/ts/state/smart/SafetyNumberViewer.preload.tsx similarity index 100% rename from ts/state/smart/SafetyNumberViewer.tsx rename to ts/state/smart/SafetyNumberViewer.preload.tsx diff --git a/ts/state/smart/SendAnywayDialog.tsx b/ts/state/smart/SendAnywayDialog.preload.tsx similarity index 100% rename from ts/state/smart/SendAnywayDialog.tsx rename to ts/state/smart/SendAnywayDialog.preload.tsx diff --git a/ts/state/smart/ShortcutGuideModal.tsx b/ts/state/smart/ShortcutGuideModal.preload.tsx similarity index 100% rename from ts/state/smart/ShortcutGuideModal.tsx rename to ts/state/smart/ShortcutGuideModal.preload.tsx diff --git a/ts/state/smart/StickerManager.tsx b/ts/state/smart/StickerManager.preload.tsx similarity index 100% rename from ts/state/smart/StickerManager.tsx rename to ts/state/smart/StickerManager.preload.tsx diff --git a/ts/state/smart/StickerPreviewModal.tsx b/ts/state/smart/StickerPreviewModal.preload.tsx similarity index 100% rename from ts/state/smart/StickerPreviewModal.tsx rename to ts/state/smart/StickerPreviewModal.preload.tsx diff --git a/ts/state/smart/StoriesSettingsModal.tsx b/ts/state/smart/StoriesSettingsModal.preload.tsx similarity index 100% rename from ts/state/smart/StoriesSettingsModal.tsx rename to ts/state/smart/StoriesSettingsModal.preload.tsx diff --git a/ts/state/smart/StoriesTab.tsx b/ts/state/smart/StoriesTab.preload.tsx similarity index 100% rename from ts/state/smart/StoriesTab.tsx rename to ts/state/smart/StoriesTab.preload.tsx diff --git a/ts/state/smart/StoryCreator.tsx b/ts/state/smart/StoryCreator.preload.tsx similarity index 100% rename from ts/state/smart/StoryCreator.tsx rename to ts/state/smart/StoryCreator.preload.tsx diff --git a/ts/state/smart/StoryViewer.tsx b/ts/state/smart/StoryViewer.preload.tsx similarity index 100% rename from ts/state/smart/StoryViewer.tsx rename to ts/state/smart/StoryViewer.preload.tsx diff --git a/ts/state/smart/Timeline.tsx b/ts/state/smart/Timeline.preload.tsx similarity index 100% rename from ts/state/smart/Timeline.tsx rename to ts/state/smart/Timeline.preload.tsx diff --git a/ts/state/smart/TimelineItem.tsx b/ts/state/smart/TimelineItem.preload.tsx similarity index 100% rename from ts/state/smart/TimelineItem.tsx rename to ts/state/smart/TimelineItem.preload.tsx diff --git a/ts/state/smart/ToastManager.tsx b/ts/state/smart/ToastManager.preload.tsx similarity index 100% rename from ts/state/smart/ToastManager.tsx rename to ts/state/smart/ToastManager.preload.tsx diff --git a/ts/state/smart/TypingBubble.tsx b/ts/state/smart/TypingBubble.preload.tsx similarity index 100% rename from ts/state/smart/TypingBubble.tsx rename to ts/state/smart/TypingBubble.preload.tsx diff --git a/ts/state/smart/UniversalTimerNotification.tsx b/ts/state/smart/UniversalTimerNotification.dom.tsx similarity index 100% rename from ts/state/smart/UniversalTimerNotification.tsx rename to ts/state/smart/UniversalTimerNotification.dom.tsx diff --git a/ts/state/smart/UnsupportedOSDialog.tsx b/ts/state/smart/UnsupportedOSDialog.preload.tsx similarity index 100% rename from ts/state/smart/UnsupportedOSDialog.tsx rename to ts/state/smart/UnsupportedOSDialog.preload.tsx diff --git a/ts/state/smart/UpdateDialog.tsx b/ts/state/smart/UpdateDialog.preload.tsx similarity index 100% rename from ts/state/smart/UpdateDialog.tsx rename to ts/state/smart/UpdateDialog.preload.tsx diff --git a/ts/state/smart/UsernameEditor.tsx b/ts/state/smart/UsernameEditor.preload.tsx similarity index 100% rename from ts/state/smart/UsernameEditor.tsx rename to ts/state/smart/UsernameEditor.preload.tsx diff --git a/ts/state/smart/UsernameOnboardingModal.tsx b/ts/state/smart/UsernameOnboardingModal.preload.tsx similarity index 100% rename from ts/state/smart/UsernameOnboardingModal.tsx rename to ts/state/smart/UsernameOnboardingModal.preload.tsx diff --git a/ts/state/smart/VoiceNotesPlaybackProvider.tsx b/ts/state/smart/VoiceNotesPlaybackProvider.preload.tsx similarity index 100% rename from ts/state/smart/VoiceNotesPlaybackProvider.tsx rename to ts/state/smart/VoiceNotesPlaybackProvider.preload.tsx diff --git a/ts/state/smart/Waveform.tsx b/ts/state/smart/Waveform.dom.tsx similarity index 100% rename from ts/state/smart/Waveform.tsx rename to ts/state/smart/Waveform.dom.tsx diff --git a/ts/state/smart/renderAudioAttachment.tsx b/ts/state/smart/renderAudioAttachment.preload.tsx similarity index 100% rename from ts/state/smart/renderAudioAttachment.tsx rename to ts/state/smart/renderAudioAttachment.preload.tsx diff --git a/ts/state/smart/renderReactionPicker.tsx b/ts/state/smart/renderReactionPicker.dom.tsx similarity index 100% rename from ts/state/smart/renderReactionPicker.tsx rename to ts/state/smart/renderReactionPicker.dom.tsx diff --git a/ts/state/types.ts b/ts/state/types.std.ts similarity index 100% rename from ts/state/types.ts rename to ts/state/types.std.ts diff --git a/ts/state/util.ts b/ts/state/util.std.ts similarity index 100% rename from ts/state/util.ts rename to ts/state/util.std.ts diff --git a/ts/storybook/Fixtures.ts b/ts/storybook/Fixtures.std.ts similarity index 100% rename from ts/storybook/Fixtures.ts rename to ts/storybook/Fixtures.std.ts diff --git a/ts/storybook/types.ts b/ts/storybook/types.std.ts similarity index 100% rename from ts/storybook/types.ts rename to ts/storybook/types.std.ts diff --git a/ts/test-electron/ContactsParser_test.ts b/ts/test-electron/ContactsParser_test.preload.ts similarity index 100% rename from ts/test-electron/ContactsParser_test.ts rename to ts/test-electron/ContactsParser_test.preload.ts diff --git a/ts/test-electron/ConversationController_test.ts b/ts/test-electron/ConversationController_test.preload.ts similarity index 100% rename from ts/test-electron/ConversationController_test.ts rename to ts/test-electron/ConversationController_test.preload.ts diff --git a/ts/test-electron/Crypto_test.ts b/ts/test-electron/Crypto_test.preload.ts similarity index 100% rename from ts/test-electron/Crypto_test.ts rename to ts/test-electron/Crypto_test.preload.ts diff --git a/ts/test-electron/Curve_test.ts b/ts/test-electron/Curve_test.node.ts similarity index 100% rename from ts/test-electron/Curve_test.ts rename to ts/test-electron/Curve_test.node.ts diff --git a/ts/test-electron/MessageReceipts_test.ts b/ts/test-electron/MessageReceipts_test.preload.ts similarity index 100% rename from ts/test-electron/MessageReceipts_test.ts rename to ts/test-electron/MessageReceipts_test.preload.ts diff --git a/ts/test-electron/MessageReceiver_test.ts b/ts/test-electron/MessageReceiver_test.preload.ts similarity index 100% rename from ts/test-electron/MessageReceiver_test.ts rename to ts/test-electron/MessageReceiver_test.preload.ts diff --git a/ts/test-electron/SignalProtocolStore_test.ts b/ts/test-electron/SignalProtocolStore_test.preload.ts similarity index 100% rename from ts/test-electron/SignalProtocolStore_test.ts rename to ts/test-electron/SignalProtocolStore_test.preload.ts diff --git a/ts/test-electron/WebsocketResources_test.ts b/ts/test-electron/WebsocketResources_test.preload.ts similarity index 100% rename from ts/test-electron/WebsocketResources_test.ts rename to ts/test-electron/WebsocketResources_test.preload.ts diff --git a/ts/test-electron/background_test.ts b/ts/test-electron/background_test.preload.ts similarity index 100% rename from ts/test-electron/background_test.ts rename to ts/test-electron/background_test.preload.ts diff --git a/ts/test-electron/backup/attachments_test.ts b/ts/test-electron/backup/attachments_test.preload.ts similarity index 100% rename from ts/test-electron/backup/attachments_test.ts rename to ts/test-electron/backup/attachments_test.preload.ts diff --git a/ts/test-electron/backup/backup_groupv2_notifications_test.ts b/ts/test-electron/backup/backup_groupv2_notifications_test.preload.ts similarity index 100% rename from ts/test-electron/backup/backup_groupv2_notifications_test.ts rename to ts/test-electron/backup/backup_groupv2_notifications_test.preload.ts diff --git a/ts/test-electron/backup/bubble_test.ts b/ts/test-electron/backup/bubble_test.preload.ts similarity index 100% rename from ts/test-electron/backup/bubble_test.ts rename to ts/test-electron/backup/bubble_test.preload.ts diff --git a/ts/test-electron/backup/calling_test.ts b/ts/test-electron/backup/calling_test.preload.ts similarity index 100% rename from ts/test-electron/backup/calling_test.ts rename to ts/test-electron/backup/calling_test.preload.ts diff --git a/ts/test-electron/backup/conversations_test.ts b/ts/test-electron/backup/conversations_test.preload.ts similarity index 100% rename from ts/test-electron/backup/conversations_test.ts rename to ts/test-electron/backup/conversations_test.preload.ts diff --git a/ts/test-electron/backup/filePointer_test.ts b/ts/test-electron/backup/filePointer_test.preload.ts similarity index 100% rename from ts/test-electron/backup/filePointer_test.ts rename to ts/test-electron/backup/filePointer_test.preload.ts diff --git a/ts/test-electron/backup/helpers.ts b/ts/test-electron/backup/helpers.preload.ts similarity index 100% rename from ts/test-electron/backup/helpers.ts rename to ts/test-electron/backup/helpers.preload.ts diff --git a/ts/test-electron/backup/integration_test.ts b/ts/test-electron/backup/integration_test.preload.ts similarity index 100% rename from ts/test-electron/backup/integration_test.ts rename to ts/test-electron/backup/integration_test.preload.ts diff --git a/ts/test-electron/backup/non_bubble_test.ts b/ts/test-electron/backup/non_bubble_test.preload.ts similarity index 100% rename from ts/test-electron/backup/non_bubble_test.ts rename to ts/test-electron/backup/non_bubble_test.preload.ts diff --git a/ts/test-electron/cleanupOrphanedAttachments_test.ts b/ts/test-electron/cleanupOrphanedAttachments_test.preload.ts similarity index 100% rename from ts/test-electron/cleanupOrphanedAttachments_test.ts rename to ts/test-electron/cleanupOrphanedAttachments_test.preload.ts diff --git a/ts/test-electron/components/Avatar_test.tsx b/ts/test-electron/components/Avatar_test.dom.tsx similarity index 100% rename from ts/test-electron/components/Avatar_test.tsx rename to ts/test-electron/components/Avatar_test.dom.tsx diff --git a/ts/test-electron/context/Crypto_test.ts b/ts/test-electron/context/Crypto_test.node.ts similarity index 100% rename from ts/test-electron/context/Crypto_test.ts rename to ts/test-electron/context/Crypto_test.node.ts diff --git a/ts/test-electron/context/createNativeThemeListener_test.ts b/ts/test-electron/context/createNativeThemeListener_test.node.ts similarity index 100% rename from ts/test-electron/context/createNativeThemeListener_test.ts rename to ts/test-electron/context/createNativeThemeListener_test.node.ts diff --git a/ts/test-electron/deleteMessageAttachments_test.ts b/ts/test-electron/deleteMessageAttachments_test.preload.ts similarity index 100% rename from ts/test-electron/deleteMessageAttachments_test.ts rename to ts/test-electron/deleteMessageAttachments_test.preload.ts diff --git a/ts/test-electron/linkPreviews/linkPreviewFetch_test.ts b/ts/test-electron/linkPreviews/linkPreviewFetch_test.preload.ts similarity index 100% rename from ts/test-electron/linkPreviews/linkPreviewFetch_test.ts rename to ts/test-electron/linkPreviews/linkPreviewFetch_test.preload.ts diff --git a/ts/test-electron/models/conversations_test.ts b/ts/test-electron/models/conversations_test.preload.ts similarity index 100% rename from ts/test-electron/models/conversations_test.ts rename to ts/test-electron/models/conversations_test.preload.ts diff --git a/ts/test-electron/models/messages_test.ts b/ts/test-electron/models/messages_test.preload.ts similarity index 100% rename from ts/test-electron/models/messages_test.ts rename to ts/test-electron/models/messages_test.preload.ts diff --git a/ts/test-electron/normalizedAttachments_test.ts b/ts/test-electron/normalizedAttachments_test.preload.ts similarity index 100% rename from ts/test-electron/normalizedAttachments_test.ts rename to ts/test-electron/normalizedAttachments_test.preload.ts diff --git a/ts/test-electron/quill/emoji/completion_test.tsx b/ts/test-electron/quill/emoji/completion_test.dom.tsx similarity index 100% rename from ts/test-electron/quill/emoji/completion_test.tsx rename to ts/test-electron/quill/emoji/completion_test.dom.tsx diff --git a/ts/test-electron/quill/memberRepository_test.ts b/ts/test-electron/quill/memberRepository_test.std.ts similarity index 100% rename from ts/test-electron/quill/memberRepository_test.ts rename to ts/test-electron/quill/memberRepository_test.std.ts diff --git a/ts/test-electron/quill/mentions/completion_test.tsx b/ts/test-electron/quill/mentions/completion_test.dom.tsx similarity index 100% rename from ts/test-electron/quill/mentions/completion_test.tsx rename to ts/test-electron/quill/mentions/completion_test.dom.tsx diff --git a/ts/test-electron/quill/mentions/matchers_test.ts b/ts/test-electron/quill/mentions/matchers_test.std.ts similarity index 100% rename from ts/test-electron/quill/mentions/matchers_test.ts rename to ts/test-electron/quill/mentions/matchers_test.std.ts diff --git a/ts/test-electron/quill/util_test.ts b/ts/test-electron/quill/util_test.dom.ts similarity index 100% rename from ts/test-electron/quill/util_test.ts rename to ts/test-electron/quill/util_test.dom.ts diff --git a/ts/test-electron/routineProfileRefresh_test.ts b/ts/test-electron/routineProfileRefresh_test.preload.ts similarity index 100% rename from ts/test-electron/routineProfileRefresh_test.ts rename to ts/test-electron/routineProfileRefresh_test.preload.ts diff --git a/ts/test-electron/scrollUtil_test.ts b/ts/test-electron/scrollUtil_test.dom.ts similarity index 100% rename from ts/test-electron/scrollUtil_test.ts rename to ts/test-electron/scrollUtil_test.dom.ts diff --git a/ts/test-electron/services/ActiveWindowService_test.ts b/ts/test-electron/services/ActiveWindowService_test.preload.ts similarity index 100% rename from ts/test-electron/services/ActiveWindowService_test.ts rename to ts/test-electron/services/ActiveWindowService_test.preload.ts diff --git a/ts/test-electron/services/AttachmentBackupManager_test.ts b/ts/test-electron/services/AttachmentBackupManager_test.preload.ts similarity index 100% rename from ts/test-electron/services/AttachmentBackupManager_test.ts rename to ts/test-electron/services/AttachmentBackupManager_test.preload.ts diff --git a/ts/test-electron/services/AttachmentDownloadManager_test.ts b/ts/test-electron/services/AttachmentDownloadManager_test.preload.ts similarity index 100% rename from ts/test-electron/services/AttachmentDownloadManager_test.ts rename to ts/test-electron/services/AttachmentDownloadManager_test.preload.ts diff --git a/ts/test-electron/services/MessageCache_test.ts b/ts/test-electron/services/MessageCache_test.preload.ts similarity index 100% rename from ts/test-electron/services/MessageCache_test.ts rename to ts/test-electron/services/MessageCache_test.preload.ts diff --git a/ts/test-electron/services/ReleaseNotesFetcher_test.ts b/ts/test-electron/services/ReleaseNotesFetcher_test.preload.ts similarity index 100% rename from ts/test-electron/services/ReleaseNotesFetcher_test.ts rename to ts/test-electron/services/ReleaseNotesFetcher_test.preload.ts diff --git a/ts/test-electron/services/areWeASubscriber_test.ts b/ts/test-electron/services/areWeASubscriber_test.dom.ts similarity index 100% rename from ts/test-electron/services/areWeASubscriber_test.ts rename to ts/test-electron/services/areWeASubscriber_test.dom.ts diff --git a/ts/test-electron/services/profiles_test.ts b/ts/test-electron/services/profiles_test.preload.ts similarity index 100% rename from ts/test-electron/services/profiles_test.ts rename to ts/test-electron/services/profiles_test.preload.ts diff --git a/ts/test-electron/services/senderCertificate_test.ts b/ts/test-electron/services/senderCertificate_test.preload.ts similarity index 100% rename from ts/test-electron/services/senderCertificate_test.ts rename to ts/test-electron/services/senderCertificate_test.preload.ts diff --git a/ts/test-electron/sql/attachment_download_backup_stats_test.ts b/ts/test-electron/sql/attachment_download_backup_stats_test.preload.ts similarity index 100% rename from ts/test-electron/sql/attachment_download_backup_stats_test.ts rename to ts/test-electron/sql/attachment_download_backup_stats_test.preload.ts diff --git a/ts/test-electron/sql/callLinks_test.ts b/ts/test-electron/sql/callLinks_test.preload.ts similarity index 100% rename from ts/test-electron/sql/callLinks_test.ts rename to ts/test-electron/sql/callLinks_test.preload.ts diff --git a/ts/test-electron/sql/conversationSummary_test.ts b/ts/test-electron/sql/conversationSummary_test.preload.ts similarity index 100% rename from ts/test-electron/sql/conversationSummary_test.ts rename to ts/test-electron/sql/conversationSummary_test.preload.ts diff --git a/ts/test-electron/sql/donationReceipts_test.ts b/ts/test-electron/sql/donationReceipts_test.preload.ts similarity index 100% rename from ts/test-electron/sql/donationReceipts_test.ts rename to ts/test-electron/sql/donationReceipts_test.preload.ts diff --git a/ts/test-electron/sql/fullTextSearch_test.ts b/ts/test-electron/sql/fullTextSearch_test.preload.ts similarity index 100% rename from ts/test-electron/sql/fullTextSearch_test.ts rename to ts/test-electron/sql/fullTextSearch_test.preload.ts diff --git a/ts/test-electron/sql/getCallHistoryGroups_test.ts b/ts/test-electron/sql/getCallHistoryGroups_test.preload.ts similarity index 100% rename from ts/test-electron/sql/getCallHistoryGroups_test.ts rename to ts/test-electron/sql/getCallHistoryGroups_test.preload.ts diff --git a/ts/test-electron/sql/getCallHistoryMessageByCallId_test.ts b/ts/test-electron/sql/getCallHistoryMessageByCallId_test.preload.ts similarity index 100% rename from ts/test-electron/sql/getCallHistoryMessageByCallId_test.ts rename to ts/test-electron/sql/getCallHistoryMessageByCallId_test.preload.ts diff --git a/ts/test-electron/sql/getMessagesBetween_test.ts b/ts/test-electron/sql/getMessagesBetween_test.preload.ts similarity index 100% rename from ts/test-electron/sql/getMessagesBetween_test.ts rename to ts/test-electron/sql/getMessagesBetween_test.preload.ts diff --git a/ts/test-electron/sql/getNearbyMessageFromDeletedSet_test.ts b/ts/test-electron/sql/getNearbyMessageFromDeletedSet_test.preload.ts similarity index 100% rename from ts/test-electron/sql/getNearbyMessageFromDeletedSet_test.ts rename to ts/test-electron/sql/getNearbyMessageFromDeletedSet_test.preload.ts diff --git a/ts/test-electron/sql/getRecentStaleRingsAndMarkOlderMissed_test.ts b/ts/test-electron/sql/getRecentStaleRingsAndMarkOlderMissed_test.preload.ts similarity index 100% rename from ts/test-electron/sql/getRecentStaleRingsAndMarkOlderMissed_test.ts rename to ts/test-electron/sql/getRecentStaleRingsAndMarkOlderMissed_test.preload.ts diff --git a/ts/test-electron/sql/getRecentStoryReplies_test.ts b/ts/test-electron/sql/getRecentStoryReplies_test.preload.ts similarity index 100% rename from ts/test-electron/sql/getRecentStoryReplies_test.ts rename to ts/test-electron/sql/getRecentStoryReplies_test.preload.ts diff --git a/ts/test-electron/sql/markRead_test.ts b/ts/test-electron/sql/markRead_test.preload.ts similarity index 100% rename from ts/test-electron/sql/markRead_test.ts rename to ts/test-electron/sql/markRead_test.preload.ts diff --git a/ts/test-electron/sql/notificationProfiles_test.ts b/ts/test-electron/sql/notificationProfiles_test.preload.ts similarity index 100% rename from ts/test-electron/sql/notificationProfiles_test.ts rename to ts/test-electron/sql/notificationProfiles_test.preload.ts diff --git a/ts/test-electron/sql/removeAllConfiguration_test.ts b/ts/test-electron/sql/removeAllConfiguration_test.preload.ts similarity index 100% rename from ts/test-electron/sql/removeAllConfiguration_test.ts rename to ts/test-electron/sql/removeAllConfiguration_test.preload.ts diff --git a/ts/test-electron/sql/sendLog_test.ts b/ts/test-electron/sql/sendLog_test.preload.ts similarity index 100% rename from ts/test-electron/sql/sendLog_test.ts rename to ts/test-electron/sql/sendLog_test.preload.ts diff --git a/ts/test-electron/sql/stories_test.ts b/ts/test-electron/sql/stories_test.preload.ts similarity index 100% rename from ts/test-electron/sql/stories_test.ts rename to ts/test-electron/sql/stories_test.preload.ts diff --git a/ts/test-electron/sql/storyDistribution_test.ts b/ts/test-electron/sql/storyDistribution_test.preload.ts similarity index 100% rename from ts/test-electron/sql/storyDistribution_test.ts rename to ts/test-electron/sql/storyDistribution_test.preload.ts diff --git a/ts/test-electron/sql/storyReads_test.ts b/ts/test-electron/sql/storyReads_test.preload.ts similarity index 100% rename from ts/test-electron/sql/storyReads_test.ts rename to ts/test-electron/sql/storyReads_test.preload.ts diff --git a/ts/test-electron/sql/timelineFetches_test.ts b/ts/test-electron/sql/timelineFetches_test.preload.ts similarity index 100% rename from ts/test-electron/sql/timelineFetches_test.ts rename to ts/test-electron/sql/timelineFetches_test.preload.ts diff --git a/ts/test-electron/sql/utils_test.ts b/ts/test-electron/sql/utils_test.node.ts similarity index 100% rename from ts/test-electron/sql/utils_test.ts rename to ts/test-electron/sql/utils_test.node.ts diff --git a/ts/test-electron/state/ducks/calling_test.ts b/ts/test-electron/state/ducks/calling_test.preload.ts similarity index 100% rename from ts/test-electron/state/ducks/calling_test.ts rename to ts/test-electron/state/ducks/calling_test.preload.ts diff --git a/ts/test-electron/state/ducks/conversations_test.ts b/ts/test-electron/state/ducks/conversations_test.preload.ts similarity index 100% rename from ts/test-electron/state/ducks/conversations_test.ts rename to ts/test-electron/state/ducks/conversations_test.preload.ts diff --git a/ts/test-electron/state/ducks/stories_test.ts b/ts/test-electron/state/ducks/stories_test.preload.ts similarity index 100% rename from ts/test-electron/state/ducks/stories_test.ts rename to ts/test-electron/state/ducks/stories_test.preload.ts diff --git a/ts/test-electron/state/ducks/username_test.ts b/ts/test-electron/state/ducks/username_test.preload.ts similarity index 100% rename from ts/test-electron/state/ducks/username_test.ts rename to ts/test-electron/state/ducks/username_test.preload.ts diff --git a/ts/test-electron/state/selectors/audioPlayer_test.ts b/ts/test-electron/state/selectors/audioPlayer_test.preload.ts similarity index 100% rename from ts/test-electron/state/selectors/audioPlayer_test.ts rename to ts/test-electron/state/selectors/audioPlayer_test.preload.ts diff --git a/ts/test-electron/state/selectors/calling_test.ts b/ts/test-electron/state/selectors/calling_test.preload.ts similarity index 100% rename from ts/test-electron/state/selectors/calling_test.ts rename to ts/test-electron/state/selectors/calling_test.preload.ts diff --git a/ts/test-electron/state/selectors/conversations-extra_test.ts b/ts/test-electron/state/selectors/conversations-extra_test.preload.ts similarity index 100% rename from ts/test-electron/state/selectors/conversations-extra_test.ts rename to ts/test-electron/state/selectors/conversations-extra_test.preload.ts diff --git a/ts/test-electron/state/selectors/messages_test.ts b/ts/test-electron/state/selectors/messages_test.preload.ts similarity index 100% rename from ts/test-electron/state/selectors/messages_test.ts rename to ts/test-electron/state/selectors/messages_test.preload.ts diff --git a/ts/test-electron/textsecure/AccountManager_test.ts b/ts/test-electron/textsecure/AccountManager_test.preload.ts similarity index 100% rename from ts/test-electron/textsecure/AccountManager_test.ts rename to ts/test-electron/textsecure/AccountManager_test.preload.ts diff --git a/ts/test-electron/textsecure/KeyChangeListener_test.ts b/ts/test-electron/textsecure/KeyChangeListener_test.preload.ts similarity index 100% rename from ts/test-electron/textsecure/KeyChangeListener_test.ts rename to ts/test-electron/textsecure/KeyChangeListener_test.preload.ts diff --git a/ts/test-electron/textsecure/WebAPI_test.ts b/ts/test-electron/textsecure/WebAPI_test.preload.ts similarity index 100% rename from ts/test-electron/textsecure/WebAPI_test.ts rename to ts/test-electron/textsecure/WebAPI_test.preload.ts diff --git a/ts/test-electron/textsecure/generate_keys_test.ts b/ts/test-electron/textsecure/generate_keys_test.preload.ts similarity index 100% rename from ts/test-electron/textsecure/generate_keys_test.ts rename to ts/test-electron/textsecure/generate_keys_test.preload.ts diff --git a/ts/test-electron/updateConversationsWithUuidLookup_test.ts b/ts/test-electron/updateConversationsWithUuidLookup_test.preload.ts similarity index 100% rename from ts/test-electron/updateConversationsWithUuidLookup_test.ts rename to ts/test-electron/updateConversationsWithUuidLookup_test.preload.ts diff --git a/ts/test-electron/util/Username_test.ts b/ts/test-electron/util/Username_test.dom.ts similarity index 100% rename from ts/test-electron/util/Username_test.ts rename to ts/test-electron/util/Username_test.dom.ts diff --git a/ts/test-electron/util/canvasToBlob_test.ts b/ts/test-electron/util/canvasToBlob_test.dom.ts similarity index 100% rename from ts/test-electron/util/canvasToBlob_test.ts rename to ts/test-electron/util/canvasToBlob_test.dom.ts diff --git a/ts/test-electron/util/canvasToBytes_test.ts b/ts/test-electron/util/canvasToBytes_test.dom.ts similarity index 100% rename from ts/test-electron/util/canvasToBytes_test.ts rename to ts/test-electron/util/canvasToBytes_test.dom.ts diff --git a/ts/test-electron/util/downloadAttachment_test.ts b/ts/test-electron/util/downloadAttachment_test.preload.ts similarity index 100% rename from ts/test-electron/util/downloadAttachment_test.ts rename to ts/test-electron/util/downloadAttachment_test.preload.ts diff --git a/ts/test-electron/util/encryptProfileData_test.ts b/ts/test-electron/util/encryptProfileData_test.preload.ts similarity index 100% rename from ts/test-electron/util/encryptProfileData_test.ts rename to ts/test-electron/util/encryptProfileData_test.preload.ts diff --git a/ts/test-electron/util/formatTimestamp_test.ts b/ts/test-electron/util/formatTimestamp_test.preload.ts similarity index 100% rename from ts/test-electron/util/formatTimestamp_test.ts rename to ts/test-electron/util/formatTimestamp_test.preload.ts diff --git a/ts/test-electron/util/imagePathToBytes_test.ts b/ts/test-electron/util/imagePathToBytes_test.preload.ts similarity index 100% rename from ts/test-electron/util/imagePathToBytes_test.ts rename to ts/test-electron/util/imagePathToBytes_test.preload.ts diff --git a/ts/test-electron/util/isWindowDragElement_test.ts b/ts/test-electron/util/isWindowDragElement_test.dom.ts similarity index 100% rename from ts/test-electron/util/isWindowDragElement_test.ts rename to ts/test-electron/util/isWindowDragElement_test.dom.ts diff --git a/ts/test-electron/util/migrateMessageData_test.ts b/ts/test-electron/util/migrateMessageData_test.preload.ts similarity index 100% rename from ts/test-electron/util/migrateMessageData_test.ts rename to ts/test-electron/util/migrateMessageData_test.preload.ts diff --git a/ts/test-electron/util/reactions_test.ts b/ts/test-electron/util/reactions_test.preload.ts similarity index 100% rename from ts/test-electron/util/reactions_test.ts rename to ts/test-electron/util/reactions_test.preload.ts diff --git a/ts/test-electron/util/scaleImageToLevel_test.ts b/ts/test-electron/util/scaleImageToLevel_test.preload.ts similarity index 100% rename from ts/test-electron/util/scaleImageToLevel_test.ts rename to ts/test-electron/util/scaleImageToLevel_test.preload.ts diff --git a/ts/test-electron/util/sendToGroup_test.ts b/ts/test-electron/util/sendToGroup_test.preload.ts similarity index 100% rename from ts/test-electron/util/sendToGroup_test.ts rename to ts/test-electron/util/sendToGroup_test.preload.ts diff --git a/ts/test-electron/util/waitForOnline_test.ts b/ts/test-electron/util/waitForOnline_test.preload.ts similarity index 100% rename from ts/test-electron/util/waitForOnline_test.ts rename to ts/test-electron/util/waitForOnline_test.preload.ts diff --git a/ts/test-electron/windows/attachments_test.ts b/ts/test-electron/windows/attachments_test.preload.ts similarity index 100% rename from ts/test-electron/windows/attachments_test.ts rename to ts/test-electron/windows/attachments_test.preload.ts diff --git a/ts/test-helpers/FakeLeftPaneContainer.tsx b/ts/test-helpers/FakeLeftPaneContainer.dom.tsx similarity index 100% rename from ts/test-helpers/FakeLeftPaneContainer.tsx rename to ts/test-helpers/FakeLeftPaneContainer.dom.tsx diff --git a/ts/test-helpers/RemoteConfigStub.ts b/ts/test-helpers/RemoteConfigStub.dom.ts similarity index 100% rename from ts/test-helpers/RemoteConfigStub.ts rename to ts/test-helpers/RemoteConfigStub.dom.ts diff --git a/ts/test-helpers/attachmentDownloads.ts b/ts/test-helpers/attachmentDownloads.std.ts similarity index 100% rename from ts/test-helpers/attachmentDownloads.ts rename to ts/test-helpers/attachmentDownloads.std.ts diff --git a/ts/test-helpers/createCallParticipant.ts b/ts/test-helpers/createCallParticipant.std.ts similarity index 100% rename from ts/test-helpers/createCallParticipant.ts rename to ts/test-helpers/createCallParticipant.std.ts diff --git a/ts/test-helpers/defaultComposerStates.ts b/ts/test-helpers/defaultComposerStates.std.ts similarity index 100% rename from ts/test-helpers/defaultComposerStates.ts rename to ts/test-helpers/defaultComposerStates.std.ts diff --git a/ts/test-helpers/expireTimers.ts b/ts/test-helpers/expireTimers.std.ts similarity index 100% rename from ts/test-helpers/expireTimers.ts rename to ts/test-helpers/expireTimers.std.ts diff --git a/ts/test-helpers/fakeAttachment.ts b/ts/test-helpers/fakeAttachment.std.ts similarity index 100% rename from ts/test-helpers/fakeAttachment.ts rename to ts/test-helpers/fakeAttachment.std.ts diff --git a/ts/test-helpers/fakeCallLink.ts b/ts/test-helpers/fakeCallLink.std.ts similarity index 100% rename from ts/test-helpers/fakeCallLink.ts rename to ts/test-helpers/fakeCallLink.std.ts diff --git a/ts/test-helpers/fakeGetGroupCallVideoFrameSource.ts b/ts/test-helpers/fakeGetGroupCallVideoFrameSource.std.ts similarity index 100% rename from ts/test-helpers/fakeGetGroupCallVideoFrameSource.ts rename to ts/test-helpers/fakeGetGroupCallVideoFrameSource.std.ts diff --git a/ts/test-helpers/fakeLookupConversationWithoutServiceId.ts b/ts/test-helpers/fakeLookupConversationWithoutServiceId.std.ts similarity index 100% rename from ts/test-helpers/fakeLookupConversationWithoutServiceId.ts rename to ts/test-helpers/fakeLookupConversationWithoutServiceId.std.ts diff --git a/ts/test-helpers/generateBackup.ts b/ts/test-helpers/generateBackup.node.ts similarity index 100% rename from ts/test-helpers/generateBackup.ts rename to ts/test-helpers/generateBackup.node.ts diff --git a/ts/test-helpers/getDefaultConversation.ts b/ts/test-helpers/getDefaultConversation.std.ts similarity index 100% rename from ts/test-helpers/getDefaultConversation.ts rename to ts/test-helpers/getDefaultConversation.std.ts diff --git a/ts/test-helpers/getFakeBadge.ts b/ts/test-helpers/getFakeBadge.std.ts similarity index 100% rename from ts/test-helpers/getFakeBadge.ts rename to ts/test-helpers/getFakeBadge.std.ts diff --git a/ts/test-helpers/getFakeCallHistoryGroup.ts b/ts/test-helpers/getFakeCallHistoryGroup.std.ts similarity index 100% rename from ts/test-helpers/getFakeCallHistoryGroup.ts rename to ts/test-helpers/getFakeCallHistoryGroup.std.ts diff --git a/ts/test-helpers/getFakeDistributionLists.ts b/ts/test-helpers/getFakeDistributionLists.std.ts similarity index 100% rename from ts/test-helpers/getFakeDistributionLists.ts rename to ts/test-helpers/getFakeDistributionLists.std.ts diff --git a/ts/test-helpers/getFakeStory.tsx b/ts/test-helpers/getFakeStory.dom.tsx similarity index 100% rename from ts/test-helpers/getFakeStory.tsx rename to ts/test-helpers/getFakeStory.dom.tsx diff --git a/ts/test-helpers/getRandomColor.ts b/ts/test-helpers/getRandomColor.std.ts similarity index 100% rename from ts/test-helpers/getRandomColor.ts rename to ts/test-helpers/getRandomColor.std.ts diff --git a/ts/test-helpers/getStickerPacks.ts b/ts/test-helpers/getStickerPacks.std.ts similarity index 100% rename from ts/test-helpers/getStickerPacks.ts rename to ts/test-helpers/getStickerPacks.std.ts diff --git a/ts/test-mock/backups/backups_test.ts b/ts/test-mock/backups/backups_test.node.ts similarity index 100% rename from ts/test-mock/backups/backups_test.ts rename to ts/test-mock/backups/backups_test.node.ts diff --git a/ts/test-mock/benchmarks/backup_bench.ts b/ts/test-mock/benchmarks/backup_bench.node.ts similarity index 100% rename from ts/test-mock/benchmarks/backup_bench.ts rename to ts/test-mock/benchmarks/backup_bench.node.ts diff --git a/ts/test-mock/benchmarks/call_history_search_bench.ts b/ts/test-mock/benchmarks/call_history_search_bench.node.ts similarity index 100% rename from ts/test-mock/benchmarks/call_history_search_bench.ts rename to ts/test-mock/benchmarks/call_history_search_bench.node.ts diff --git a/ts/test-mock/benchmarks/convo_open_bench.ts b/ts/test-mock/benchmarks/convo_open_bench.node.ts similarity index 100% rename from ts/test-mock/benchmarks/convo_open_bench.ts rename to ts/test-mock/benchmarks/convo_open_bench.node.ts diff --git a/ts/test-mock/benchmarks/fixtures.ts b/ts/test-mock/benchmarks/fixtures.node.ts similarity index 100% rename from ts/test-mock/benchmarks/fixtures.ts rename to ts/test-mock/benchmarks/fixtures.node.ts diff --git a/ts/test-mock/benchmarks/group_send_bench.ts b/ts/test-mock/benchmarks/group_send_bench.node.ts similarity index 100% rename from ts/test-mock/benchmarks/group_send_bench.ts rename to ts/test-mock/benchmarks/group_send_bench.node.ts diff --git a/ts/test-mock/benchmarks/send_bench.ts b/ts/test-mock/benchmarks/send_bench.node.ts similarity index 100% rename from ts/test-mock/benchmarks/send_bench.ts rename to ts/test-mock/benchmarks/send_bench.node.ts diff --git a/ts/test-mock/benchmarks/startup_bench.ts b/ts/test-mock/benchmarks/startup_bench.node.ts similarity index 100% rename from ts/test-mock/benchmarks/startup_bench.ts rename to ts/test-mock/benchmarks/startup_bench.node.ts diff --git a/ts/test-mock/benchmarks/storage_sync_bench.ts b/ts/test-mock/benchmarks/storage_sync_bench.node.ts similarity index 100% rename from ts/test-mock/benchmarks/storage_sync_bench.ts rename to ts/test-mock/benchmarks/storage_sync_bench.node.ts diff --git a/ts/test-mock/bootstrap.ts b/ts/test-mock/bootstrap.node.ts similarity index 100% rename from ts/test-mock/bootstrap.ts rename to ts/test-mock/bootstrap.node.ts diff --git a/ts/test-mock/calling/callLinkAdmin_test.ts b/ts/test-mock/calling/callLinkAdmin_test.node.ts similarity index 100% rename from ts/test-mock/calling/callLinkAdmin_test.ts rename to ts/test-mock/calling/callLinkAdmin_test.node.ts diff --git a/ts/test-mock/calling/callMessages_test.docker.ts b/ts/test-mock/calling/callMessages_test.docker.node.ts similarity index 100% rename from ts/test-mock/calling/callMessages_test.docker.ts rename to ts/test-mock/calling/callMessages_test.docker.node.ts diff --git a/ts/test-mock/calling/helpers.ts b/ts/test-mock/calling/helpers.node.ts similarity index 100% rename from ts/test-mock/calling/helpers.ts rename to ts/test-mock/calling/helpers.node.ts diff --git a/ts/test-mock/helpers.ts b/ts/test-mock/helpers.node.ts similarity index 100% rename from ts/test-mock/helpers.ts rename to ts/test-mock/helpers.node.ts diff --git a/ts/test-mock/messaging/attachments_test.ts b/ts/test-mock/messaging/attachments_test.node.ts similarity index 100% rename from ts/test-mock/messaging/attachments_test.ts rename to ts/test-mock/messaging/attachments_test.node.ts diff --git a/ts/test-mock/messaging/backfill_test.ts b/ts/test-mock/messaging/backfill_test.node.ts similarity index 100% rename from ts/test-mock/messaging/backfill_test.ts rename to ts/test-mock/messaging/backfill_test.node.ts diff --git a/ts/test-mock/messaging/edit_test.ts b/ts/test-mock/messaging/edit_test.preload.ts similarity index 100% rename from ts/test-mock/messaging/edit_test.ts rename to ts/test-mock/messaging/edit_test.preload.ts diff --git a/ts/test-mock/messaging/expire_timer_version_test.ts b/ts/test-mock/messaging/expire_timer_version_test.node.ts similarity index 100% rename from ts/test-mock/messaging/expire_timer_version_test.ts rename to ts/test-mock/messaging/expire_timer_version_test.node.ts diff --git a/ts/test-mock/messaging/lightbox_test.ts b/ts/test-mock/messaging/lightbox_test.node.ts similarity index 100% rename from ts/test-mock/messaging/lightbox_test.ts rename to ts/test-mock/messaging/lightbox_test.node.ts diff --git a/ts/test-mock/messaging/reaction_test.ts b/ts/test-mock/messaging/reaction_test.node.ts similarity index 100% rename from ts/test-mock/messaging/reaction_test.ts rename to ts/test-mock/messaging/reaction_test.node.ts diff --git a/ts/test-mock/messaging/readSync_test.ts b/ts/test-mock/messaging/readSync_test.node.ts similarity index 100% rename from ts/test-mock/messaging/readSync_test.ts rename to ts/test-mock/messaging/readSync_test.node.ts diff --git a/ts/test-mock/messaging/relink_test.ts b/ts/test-mock/messaging/relink_test.node.ts similarity index 100% rename from ts/test-mock/messaging/relink_test.ts rename to ts/test-mock/messaging/relink_test.node.ts diff --git a/ts/test-mock/messaging/retries_test.ts b/ts/test-mock/messaging/retries_test.node.ts similarity index 100% rename from ts/test-mock/messaging/retries_test.ts rename to ts/test-mock/messaging/retries_test.node.ts diff --git a/ts/test-mock/messaging/safety_number_test.ts b/ts/test-mock/messaging/safety_number_test.node.ts similarity index 100% rename from ts/test-mock/messaging/safety_number_test.ts rename to ts/test-mock/messaging/safety_number_test.node.ts diff --git a/ts/test-mock/messaging/sendSync_test.ts b/ts/test-mock/messaging/sendSync_test.node.ts similarity index 100% rename from ts/test-mock/messaging/sendSync_test.ts rename to ts/test-mock/messaging/sendSync_test.node.ts diff --git a/ts/test-mock/messaging/sender_key_test.ts b/ts/test-mock/messaging/sender_key_test.node.ts similarity index 100% rename from ts/test-mock/messaging/sender_key_test.ts rename to ts/test-mock/messaging/sender_key_test.node.ts diff --git a/ts/test-mock/messaging/stories_test.ts b/ts/test-mock/messaging/stories_test.node.ts similarity index 100% rename from ts/test-mock/messaging/stories_test.ts rename to ts/test-mock/messaging/stories_test.node.ts diff --git a/ts/test-mock/messaging/twoClients_test.ts b/ts/test-mock/messaging/twoClients_test.node.ts similarity index 100% rename from ts/test-mock/messaging/twoClients_test.ts rename to ts/test-mock/messaging/twoClients_test.node.ts diff --git a/ts/test-mock/messaging/unknown_contact_test.ts b/ts/test-mock/messaging/unknown_contact_test.node.ts similarity index 100% rename from ts/test-mock/messaging/unknown_contact_test.ts rename to ts/test-mock/messaging/unknown_contact_test.node.ts diff --git a/ts/test-mock/messaging/unprocessed_test.ts b/ts/test-mock/messaging/unprocessed_test.node.ts similarity index 100% rename from ts/test-mock/messaging/unprocessed_test.ts rename to ts/test-mock/messaging/unprocessed_test.node.ts diff --git a/ts/test-mock/network/serverAlerts_test.ts b/ts/test-mock/network/serverAlerts_test.node.ts similarity index 100% rename from ts/test-mock/network/serverAlerts_test.ts rename to ts/test-mock/network/serverAlerts_test.node.ts diff --git a/ts/test-mock/playwright.ts b/ts/test-mock/playwright.node.ts similarity index 100% rename from ts/test-mock/playwright.ts rename to ts/test-mock/playwright.node.ts diff --git a/ts/test-mock/pnp/accept_gv2_invite_test.ts b/ts/test-mock/pnp/accept_gv2_invite_test.node.ts similarity index 100% rename from ts/test-mock/pnp/accept_gv2_invite_test.ts rename to ts/test-mock/pnp/accept_gv2_invite_test.node.ts diff --git a/ts/test-mock/pnp/calling_test.ts b/ts/test-mock/pnp/calling_test.node.ts similarity index 100% rename from ts/test-mock/pnp/calling_test.ts rename to ts/test-mock/pnp/calling_test.node.ts diff --git a/ts/test-mock/pnp/change_number_test.ts b/ts/test-mock/pnp/change_number_test.node.ts similarity index 100% rename from ts/test-mock/pnp/change_number_test.ts rename to ts/test-mock/pnp/change_number_test.node.ts diff --git a/ts/test-mock/pnp/merge_test.ts b/ts/test-mock/pnp/merge_test.node.ts similarity index 100% rename from ts/test-mock/pnp/merge_test.ts rename to ts/test-mock/pnp/merge_test.node.ts diff --git a/ts/test-mock/pnp/phone_discovery_test.ts b/ts/test-mock/pnp/phone_discovery_test.node.ts similarity index 100% rename from ts/test-mock/pnp/phone_discovery_test.ts rename to ts/test-mock/pnp/phone_discovery_test.node.ts diff --git a/ts/test-mock/pnp/pni_change_test.ts b/ts/test-mock/pnp/pni_change_test.node.ts similarity index 100% rename from ts/test-mock/pnp/pni_change_test.ts rename to ts/test-mock/pnp/pni_change_test.node.ts diff --git a/ts/test-mock/pnp/pni_signature_test.ts b/ts/test-mock/pnp/pni_signature_test.node.ts similarity index 100% rename from ts/test-mock/pnp/pni_signature_test.ts rename to ts/test-mock/pnp/pni_signature_test.node.ts diff --git a/ts/test-mock/pnp/pni_unlink_test.ts b/ts/test-mock/pnp/pni_unlink_test.node.ts similarity index 100% rename from ts/test-mock/pnp/pni_unlink_test.ts rename to ts/test-mock/pnp/pni_unlink_test.node.ts diff --git a/ts/test-mock/pnp/send_gv2_invite_test.ts b/ts/test-mock/pnp/send_gv2_invite_test.node.ts similarity index 100% rename from ts/test-mock/pnp/send_gv2_invite_test.ts rename to ts/test-mock/pnp/send_gv2_invite_test.node.ts diff --git a/ts/test-mock/pnp/username_test.ts b/ts/test-mock/pnp/username_test.node.ts similarity index 100% rename from ts/test-mock/pnp/username_test.ts rename to ts/test-mock/pnp/username_test.node.ts diff --git a/ts/test-mock/rate-limit/story_test.ts b/ts/test-mock/rate-limit/story_test.node.ts similarity index 100% rename from ts/test-mock/rate-limit/story_test.ts rename to ts/test-mock/rate-limit/story_test.node.ts diff --git a/ts/test-mock/rate-limit/viewed_test.ts b/ts/test-mock/rate-limit/viewed_test.node.ts similarity index 100% rename from ts/test-mock/rate-limit/viewed_test.ts rename to ts/test-mock/rate-limit/viewed_test.node.ts diff --git a/ts/test-mock/release-notes/release_notes_test.ts b/ts/test-mock/release-notes/release_notes_test.node.ts similarity index 100% rename from ts/test-mock/release-notes/release_notes_test.ts rename to ts/test-mock/release-notes/release_notes_test.node.ts diff --git a/ts/test-mock/routing/routing_test.ts b/ts/test-mock/routing/routing_test.preload.ts similarity index 100% rename from ts/test-mock/routing/routing_test.ts rename to ts/test-mock/routing/routing_test.preload.ts diff --git a/ts/test-mock/settings/language_test.ts b/ts/test-mock/settings/language_test.node.ts similarity index 100% rename from ts/test-mock/settings/language_test.ts rename to ts/test-mock/settings/language_test.node.ts diff --git a/ts/test-mock/settings/settings_test.ts b/ts/test-mock/settings/settings_test.node.ts similarity index 100% rename from ts/test-mock/settings/settings_test.ts rename to ts/test-mock/settings/settings_test.node.ts diff --git a/ts/test-mock/setup-ci.ts b/ts/test-mock/setup-ci.node.ts similarity index 100% rename from ts/test-mock/setup-ci.ts rename to ts/test-mock/setup-ci.node.ts diff --git a/ts/test-mock/storage/archive_test.ts b/ts/test-mock/storage/archive_test.node.ts similarity index 100% rename from ts/test-mock/storage/archive_test.ts rename to ts/test-mock/storage/archive_test.node.ts diff --git a/ts/test-mock/storage/call_links_test.ts b/ts/test-mock/storage/call_links_test.node.ts similarity index 100% rename from ts/test-mock/storage/call_links_test.ts rename to ts/test-mock/storage/call_links_test.node.ts diff --git a/ts/test-mock/storage/chat_folder_test.ts b/ts/test-mock/storage/chat_folder_test.node.ts similarity index 100% rename from ts/test-mock/storage/chat_folder_test.ts rename to ts/test-mock/storage/chat_folder_test.node.ts diff --git a/ts/test-mock/storage/conflict_test.ts b/ts/test-mock/storage/conflict_test.node.ts similarity index 100% rename from ts/test-mock/storage/conflict_test.ts rename to ts/test-mock/storage/conflict_test.node.ts diff --git a/ts/test-mock/storage/drop_test.ts b/ts/test-mock/storage/drop_test.node.ts similarity index 100% rename from ts/test-mock/storage/drop_test.ts rename to ts/test-mock/storage/drop_test.node.ts diff --git a/ts/test-mock/storage/fixtures.ts b/ts/test-mock/storage/fixtures.node.ts similarity index 100% rename from ts/test-mock/storage/fixtures.ts rename to ts/test-mock/storage/fixtures.node.ts diff --git a/ts/test-mock/storage/max_read_keys_test.ts b/ts/test-mock/storage/max_read_keys_test.node.ts similarity index 100% rename from ts/test-mock/storage/max_read_keys_test.ts rename to ts/test-mock/storage/max_read_keys_test.node.ts diff --git a/ts/test-mock/storage/message_request_test.ts b/ts/test-mock/storage/message_request_test.node.ts similarity index 100% rename from ts/test-mock/storage/message_request_test.ts rename to ts/test-mock/storage/message_request_test.node.ts diff --git a/ts/test-mock/storage/notification_profiles_test.ts b/ts/test-mock/storage/notification_profiles_test.node.ts similarity index 100% rename from ts/test-mock/storage/notification_profiles_test.ts rename to ts/test-mock/storage/notification_profiles_test.node.ts diff --git a/ts/test-mock/storage/pin_unpin_test.ts b/ts/test-mock/storage/pin_unpin_test.node.ts similarity index 100% rename from ts/test-mock/storage/pin_unpin_test.ts rename to ts/test-mock/storage/pin_unpin_test.node.ts diff --git a/ts/test-mock/storage/sticker_test.ts b/ts/test-mock/storage/sticker_test.node.ts similarity index 100% rename from ts/test-mock/storage/sticker_test.ts rename to ts/test-mock/storage/sticker_test.node.ts diff --git a/ts/test-node/AsyncQueue_test.ts b/ts/test-node/AsyncQueue_test.std.ts similarity index 100% rename from ts/test-node/AsyncQueue_test.ts rename to ts/test-node/AsyncQueue_test.std.ts diff --git a/ts/test-node/Proto_unknown_field_test.ts b/ts/test-node/Proto_unknown_field_test.node.ts similarity index 100% rename from ts/test-node/Proto_unknown_field_test.ts rename to ts/test-node/Proto_unknown_field_test.node.ts diff --git a/ts/test-node/RemoteConfig_test.ts b/ts/test-node/RemoteConfig_test.dom.ts similarity index 100% rename from ts/test-node/RemoteConfig_test.ts rename to ts/test-node/RemoteConfig_test.dom.ts diff --git a/ts/test-node/TaskWithTimeout_test.ts b/ts/test-node/TaskWithTimeout_test.std.ts similarity index 100% rename from ts/test-node/TaskWithTimeout_test.ts rename to ts/test-node/TaskWithTimeout_test.std.ts diff --git a/ts/test-node/app/PreventDisplaySleepService_test.ts b/ts/test-node/app/PreventDisplaySleepService_test.std.ts similarity index 100% rename from ts/test-node/app/PreventDisplaySleepService_test.ts rename to ts/test-node/app/PreventDisplaySleepService_test.std.ts diff --git a/ts/test-node/app/SystemTrayService_test.ts b/ts/test-node/app/SystemTrayService_test.main.ts similarity index 100% rename from ts/test-node/app/SystemTrayService_test.ts rename to ts/test-node/app/SystemTrayService_test.main.ts diff --git a/ts/test-node/app/SystemTraySettingCache_test.ts b/ts/test-node/app/SystemTraySettingCache_test.node.ts similarity index 100% rename from ts/test-node/app/SystemTraySettingCache_test.ts rename to ts/test-node/app/SystemTraySettingCache_test.node.ts diff --git a/ts/test-node/app/base_config_test.ts b/ts/test-node/app/base_config_test.node.ts similarity index 100% rename from ts/test-node/app/base_config_test.ts rename to ts/test-node/app/base_config_test.node.ts diff --git a/ts/test-node/app/locale_test.ts b/ts/test-node/app/locale_test.main.ts similarity index 100% rename from ts/test-node/app/locale_test.ts rename to ts/test-node/app/locale_test.main.ts diff --git a/ts/test-node/app/menu_test.ts b/ts/test-node/app/menu_test.main.ts similarity index 100% rename from ts/test-node/app/menu_test.ts rename to ts/test-node/app/menu_test.main.ts diff --git a/ts/test-node/app/protocol_filter_test.ts b/ts/test-node/app/protocol_filter_test.node.ts similarity index 100% rename from ts/test-node/app/protocol_filter_test.ts rename to ts/test-node/app/protocol_filter_test.node.ts diff --git a/ts/test-node/app/renderWindowsToast_test.tsx b/ts/test-node/app/renderWindowsToast_test.dom.tsx similarity index 100% rename from ts/test-node/app/renderWindowsToast_test.tsx rename to ts/test-node/app/renderWindowsToast_test.dom.tsx diff --git a/ts/test-node/app/spell_check_test.ts b/ts/test-node/app/spell_check_test.main.ts similarity index 100% rename from ts/test-node/app/spell_check_test.ts rename to ts/test-node/app/spell_check_test.main.ts diff --git a/ts/test-node/app/updateDefaultSession_test.ts b/ts/test-node/app/updateDefaultSession_test.main.ts similarity index 100% rename from ts/test-node/app/updateDefaultSession_test.ts rename to ts/test-node/app/updateDefaultSession_test.main.ts diff --git a/ts/test-node/badges/getBadgeImageFileLocalPath_test.ts b/ts/test-node/badges/getBadgeImageFileLocalPath_test.std.ts similarity index 100% rename from ts/test-node/badges/getBadgeImageFileLocalPath_test.ts rename to ts/test-node/badges/getBadgeImageFileLocalPath_test.std.ts diff --git a/ts/test-node/badges/isBadgeImageFileUrlValid_test.ts b/ts/test-node/badges/isBadgeImageFileUrlValid_test.std.ts similarity index 100% rename from ts/test-node/badges/isBadgeImageFileUrlValid_test.ts rename to ts/test-node/badges/isBadgeImageFileUrlValid_test.std.ts diff --git a/ts/test-node/badges/isBadgeVisible_test.ts b/ts/test-node/badges/isBadgeVisible_test.std.ts similarity index 100% rename from ts/test-node/badges/isBadgeVisible_test.ts rename to ts/test-node/badges/isBadgeVisible_test.std.ts diff --git a/ts/test-node/badges/parseBadgesFromServer_test.ts b/ts/test-node/badges/parseBadgesFromServer_test.std.ts similarity index 100% rename from ts/test-node/badges/parseBadgesFromServer_test.ts rename to ts/test-node/badges/parseBadgesFromServer_test.std.ts diff --git a/ts/test-node/calling/findBestMatchingDevice_test.ts b/ts/test-node/calling/findBestMatchingDevice_test.std.ts similarity index 100% rename from ts/test-node/calling/findBestMatchingDevice_test.ts rename to ts/test-node/calling/findBestMatchingDevice_test.std.ts diff --git a/ts/test-node/challenge_test.ts b/ts/test-node/challenge_test.dom.ts similarity index 100% rename from ts/test-node/challenge_test.ts rename to ts/test-node/challenge_test.dom.ts diff --git a/ts/test-node/components/fun/emojis_test.ts b/ts/test-node/components/fun/emojis_test.node.ts similarity index 100% rename from ts/test-node/components/fun/emojis_test.ts rename to ts/test-node/components/fun/emojis_test.node.ts diff --git a/ts/test-node/components/fun/segments_test.ts b/ts/test-node/components/fun/segments_test.node.ts similarity index 100% rename from ts/test-node/components/fun/segments_test.ts rename to ts/test-node/components/fun/segments_test.node.ts diff --git a/ts/test-node/components/leftPane/LeftPaneArchiveHelper_test.ts b/ts/test-node/components/leftPane/LeftPaneArchiveHelper_test.dom.ts similarity index 100% rename from ts/test-node/components/leftPane/LeftPaneArchiveHelper_test.ts rename to ts/test-node/components/leftPane/LeftPaneArchiveHelper_test.dom.ts diff --git a/ts/test-node/components/leftPane/LeftPaneChooseGroupMembersHelper_test.ts b/ts/test-node/components/leftPane/LeftPaneChooseGroupMembersHelper_test.dom.ts similarity index 100% rename from ts/test-node/components/leftPane/LeftPaneChooseGroupMembersHelper_test.ts rename to ts/test-node/components/leftPane/LeftPaneChooseGroupMembersHelper_test.dom.ts diff --git a/ts/test-node/components/leftPane/LeftPaneComposeHelper_test.ts b/ts/test-node/components/leftPane/LeftPaneComposeHelper_test.dom.ts similarity index 100% rename from ts/test-node/components/leftPane/LeftPaneComposeHelper_test.ts rename to ts/test-node/components/leftPane/LeftPaneComposeHelper_test.dom.ts diff --git a/ts/test-node/components/leftPane/LeftPaneInboxHelper_test.tsx b/ts/test-node/components/leftPane/LeftPaneInboxHelper_test.dom.tsx similarity index 100% rename from ts/test-node/components/leftPane/LeftPaneInboxHelper_test.tsx rename to ts/test-node/components/leftPane/LeftPaneInboxHelper_test.dom.tsx diff --git a/ts/test-node/components/leftPane/LeftPaneSearchHelper_test.ts b/ts/test-node/components/leftPane/LeftPaneSearchHelper_test.dom.ts similarity index 100% rename from ts/test-node/components/leftPane/LeftPaneSearchHelper_test.ts rename to ts/test-node/components/leftPane/LeftPaneSearchHelper_test.dom.ts diff --git a/ts/test-node/components/leftPane/LeftPaneSetGroupMetadataHelper_test.ts b/ts/test-node/components/leftPane/LeftPaneSetGroupMetadataHelper_test.dom.ts similarity index 100% rename from ts/test-node/components/leftPane/LeftPaneSetGroupMetadataHelper_test.ts rename to ts/test-node/components/leftPane/LeftPaneSetGroupMetadataHelper_test.dom.ts diff --git a/ts/test-node/components/leftPane/getConversationInDirection_test.ts b/ts/test-node/components/leftPane/getConversationInDirection_test.dom.ts similarity index 100% rename from ts/test-node/components/leftPane/getConversationInDirection_test.ts rename to ts/test-node/components/leftPane/getConversationInDirection_test.dom.ts diff --git a/ts/test-node/components/media-gallery/groupMediaItemsByDate.ts b/ts/test-node/components/media-gallery/groupMediaItemsByDate.std.ts similarity index 100% rename from ts/test-node/components/media-gallery/groupMediaItemsByDate.ts rename to ts/test-node/components/media-gallery/groupMediaItemsByDate.std.ts diff --git a/ts/test-node/conversations/isConversationTooBigToRing_test.ts b/ts/test-node/conversations/isConversationTooBigToRing_test.dom.ts similarity index 100% rename from ts/test-node/conversations/isConversationTooBigToRing_test.ts rename to ts/test-node/conversations/isConversationTooBigToRing_test.dom.ts diff --git a/ts/test-node/environment_test.ts b/ts/test-node/environment_test.std.ts similarity index 100% rename from ts/test-node/environment_test.ts rename to ts/test-node/environment_test.std.ts diff --git a/ts/test-node/groups/add_banned_member_test.ts b/ts/test-node/groups/add_banned_member_test.preload.ts similarity index 100% rename from ts/test-node/groups/add_banned_member_test.ts rename to ts/test-node/groups/add_banned_member_test.preload.ts diff --git a/ts/test-node/groups/limits_test.ts b/ts/test-node/groups/limits_test.dom.ts similarity index 100% rename from ts/test-node/groups/limits_test.ts rename to ts/test-node/groups/limits_test.dom.ts diff --git a/ts/test-node/groups/message_merge_test.ts b/ts/test-node/groups/message_merge_test.preload.ts similarity index 100% rename from ts/test-node/groups/message_merge_test.ts rename to ts/test-node/groups/message_merge_test.preload.ts diff --git a/ts/test-node/jobs/JobError_test.ts b/ts/test-node/jobs/JobError_test.std.ts similarity index 100% rename from ts/test-node/jobs/JobError_test.ts rename to ts/test-node/jobs/JobError_test.std.ts diff --git a/ts/test-node/jobs/JobLogger_test.ts b/ts/test-node/jobs/JobLogger_test.std.ts similarity index 100% rename from ts/test-node/jobs/JobLogger_test.ts rename to ts/test-node/jobs/JobLogger_test.std.ts diff --git a/ts/test-node/jobs/JobQueueDatabaseStore_test.ts b/ts/test-node/jobs/JobQueueDatabaseStore_test.preload.ts similarity index 100% rename from ts/test-node/jobs/JobQueueDatabaseStore_test.ts rename to ts/test-node/jobs/JobQueueDatabaseStore_test.preload.ts diff --git a/ts/test-node/jobs/JobQueue_test.ts b/ts/test-node/jobs/JobQueue_test.node.ts similarity index 100% rename from ts/test-node/jobs/JobQueue_test.ts rename to ts/test-node/jobs/JobQueue_test.node.ts diff --git a/ts/test-node/jobs/Job_test.ts b/ts/test-node/jobs/Job_test.std.ts similarity index 100% rename from ts/test-node/jobs/Job_test.ts rename to ts/test-node/jobs/Job_test.std.ts diff --git a/ts/test-node/jobs/TestJobQueueStore.ts b/ts/test-node/jobs/TestJobQueueStore.node.ts similarity index 100% rename from ts/test-node/jobs/TestJobQueueStore.ts rename to ts/test-node/jobs/TestJobQueueStore.node.ts diff --git a/ts/test-node/jobs/formatJobForInsert_test.ts b/ts/test-node/jobs/formatJobForInsert_test.std.ts similarity index 100% rename from ts/test-node/jobs/formatJobForInsert_test.ts rename to ts/test-node/jobs/formatJobForInsert_test.std.ts diff --git a/ts/test-node/jobs/helpers/InMemoryQueues_test.ts b/ts/test-node/jobs/helpers/InMemoryQueues_test.std.ts similarity index 100% rename from ts/test-node/jobs/helpers/InMemoryQueues_test.ts rename to ts/test-node/jobs/helpers/InMemoryQueues_test.std.ts diff --git a/ts/test-node/jobs/helpers/addReportSpamJob_test.ts b/ts/test-node/jobs/helpers/addReportSpamJob_test.dom.ts similarity index 100% rename from ts/test-node/jobs/helpers/addReportSpamJob_test.ts rename to ts/test-node/jobs/helpers/addReportSpamJob_test.dom.ts diff --git a/ts/test-node/jobs/helpers/findRetryAfterTimeFromError_test.ts b/ts/test-node/jobs/helpers/findRetryAfterTimeFromError_test.std.ts similarity index 100% rename from ts/test-node/jobs/helpers/findRetryAfterTimeFromError_test.ts rename to ts/test-node/jobs/helpers/findRetryAfterTimeFromError_test.std.ts diff --git a/ts/test-node/jobs/helpers/getHttpErrorCode_test.ts b/ts/test-node/jobs/helpers/getHttpErrorCode_test.std.ts similarity index 100% rename from ts/test-node/jobs/helpers/getHttpErrorCode_test.ts rename to ts/test-node/jobs/helpers/getHttpErrorCode_test.std.ts diff --git a/ts/test-node/jobs/helpers/handleMultipleSendErrors_test.ts b/ts/test-node/jobs/helpers/handleMultipleSendErrors_test.std.ts similarity index 100% rename from ts/test-node/jobs/helpers/handleMultipleSendErrors_test.ts rename to ts/test-node/jobs/helpers/handleMultipleSendErrors_test.std.ts diff --git a/ts/test-node/jobs/helpers/sleepForRateLimitRetryAfterTime_test.ts b/ts/test-node/jobs/helpers/sleepForRateLimitRetryAfterTime_test.std.ts similarity index 100% rename from ts/test-node/jobs/helpers/sleepForRateLimitRetryAfterTime_test.ts rename to ts/test-node/jobs/helpers/sleepForRateLimitRetryAfterTime_test.std.ts diff --git a/ts/test-node/jobs/helpers/syncHelpers_test.ts b/ts/test-node/jobs/helpers/syncHelpers_test.preload.ts similarity index 100% rename from ts/test-node/jobs/helpers/syncHelpers_test.ts rename to ts/test-node/jobs/helpers/syncHelpers_test.preload.ts diff --git a/ts/test-node/linkPreviews/isLinkPreviewDateValid_test.ts b/ts/test-node/linkPreviews/isLinkPreviewDateValid_test.std.ts similarity index 100% rename from ts/test-node/linkPreviews/isLinkPreviewDateValid_test.ts rename to ts/test-node/linkPreviews/isLinkPreviewDateValid_test.std.ts diff --git a/ts/test-node/linkPreviews/shouldUseFullSizeLinkPreviewImage_test.ts b/ts/test-node/linkPreviews/shouldUseFullSizeLinkPreviewImage_test.std.ts similarity index 100% rename from ts/test-node/linkPreviews/shouldUseFullSizeLinkPreviewImage_test.ts rename to ts/test-node/linkPreviews/shouldUseFullSizeLinkPreviewImage_test.std.ts diff --git a/ts/test-node/logging/formatCountForLogging_test.ts b/ts/test-node/logging/formatCountForLogging_test.std.ts similarity index 100% rename from ts/test-node/logging/formatCountForLogging_test.ts rename to ts/test-node/logging/formatCountForLogging_test.std.ts diff --git a/ts/test-node/logging/uploadDebugLogs_test.ts b/ts/test-node/logging/uploadDebugLogs_test.node.ts similarity index 100% rename from ts/test-node/logging/uploadDebugLogs_test.ts rename to ts/test-node/logging/uploadDebugLogs_test.node.ts diff --git a/ts/test-node/logging_test.ts b/ts/test-node/logging_test.main.ts similarity index 100% rename from ts/test-node/logging_test.ts rename to ts/test-node/logging_test.main.ts diff --git a/ts/test-node/messages/MessageReadStatus_test.ts b/ts/test-node/messages/MessageReadStatus_test.std.ts similarity index 100% rename from ts/test-node/messages/MessageReadStatus_test.ts rename to ts/test-node/messages/MessageReadStatus_test.std.ts diff --git a/ts/test-node/messages/MessageSendState_test.ts b/ts/test-node/messages/MessageSendState_test.std.ts similarity index 100% rename from ts/test-node/messages/MessageSendState_test.ts rename to ts/test-node/messages/MessageSendState_test.std.ts diff --git a/ts/test-node/messages/migrateLegacyReadStatus_test.ts b/ts/test-node/messages/migrateLegacyReadStatus_test.std.ts similarity index 100% rename from ts/test-node/messages/migrateLegacyReadStatus_test.ts rename to ts/test-node/messages/migrateLegacyReadStatus_test.std.ts diff --git a/ts/test-node/messages/migrateLegacySendAttributes_test.ts b/ts/test-node/messages/migrateLegacySendAttributes_test.preload.ts similarity index 100% rename from ts/test-node/messages/migrateLegacySendAttributes_test.ts rename to ts/test-node/messages/migrateLegacySendAttributes_test.preload.ts diff --git a/ts/test-node/processDataMessage_test.ts b/ts/test-node/processDataMessage_test.preload.ts similarity index 100% rename from ts/test-node/processDataMessage_test.ts rename to ts/test-node/processDataMessage_test.preload.ts diff --git a/ts/test-node/processSyncMessage_test.ts b/ts/test-node/processSyncMessage_test.node.ts similarity index 100% rename from ts/test-node/processSyncMessage_test.ts rename to ts/test-node/processSyncMessage_test.node.ts diff --git a/ts/test-node/reactions/isValidReactionEmoji_test.ts b/ts/test-node/reactions/isValidReactionEmoji_test.std.ts similarity index 100% rename from ts/test-node/reactions/isValidReactionEmoji_test.ts rename to ts/test-node/reactions/isValidReactionEmoji_test.std.ts diff --git a/ts/test-node/reactions/preferredReactionEmoji_test.ts b/ts/test-node/reactions/preferredReactionEmoji_test.std.ts similarity index 100% rename from ts/test-node/reactions/preferredReactionEmoji_test.ts rename to ts/test-node/reactions/preferredReactionEmoji_test.std.ts diff --git a/ts/test-node/reactions/util_test.ts b/ts/test-node/reactions/util_test.std.ts similarity index 100% rename from ts/test-node/reactions/util_test.ts rename to ts/test-node/reactions/util_test.std.ts diff --git a/ts/test-node/services/donations_test.ts b/ts/test-node/services/donations_test.preload.ts similarity index 100% rename from ts/test-node/services/donations_test.ts rename to ts/test-node/services/donations_test.preload.ts diff --git a/ts/test-node/services/expiring/createExpiringEntityCleanupService_test.ts b/ts/test-node/services/expiring/createExpiringEntityCleanupService_test.node.ts similarity index 100% rename from ts/test-node/services/expiring/createExpiringEntityCleanupService_test.ts rename to ts/test-node/services/expiring/createExpiringEntityCleanupService_test.node.ts diff --git a/ts/test-node/services/ourProfileKey_test.ts b/ts/test-node/services/ourProfileKey_test.node.ts similarity index 100% rename from ts/test-node/services/ourProfileKey_test.ts rename to ts/test-node/services/ourProfileKey_test.node.ts diff --git a/ts/test-node/services/retryPlaceholders_test.ts b/ts/test-node/services/retryPlaceholders_test.std.ts similarity index 100% rename from ts/test-node/services/retryPlaceholders_test.ts rename to ts/test-node/services/retryPlaceholders_test.std.ts diff --git a/ts/test-node/sql/cleanDataForIpc_test.ts b/ts/test-node/sql/cleanDataForIpc_test.std.ts similarity index 100% rename from ts/test-node/sql/cleanDataForIpc_test.ts rename to ts/test-node/sql/cleanDataForIpc_test.std.ts diff --git a/ts/test-node/sql/cleanMessageData_test.ts b/ts/test-node/sql/cleanMessageData_test.preload.ts similarity index 100% rename from ts/test-node/sql/cleanMessageData_test.ts rename to ts/test-node/sql/cleanMessageData_test.preload.ts diff --git a/ts/test-node/sql/helpers.ts b/ts/test-node/sql/helpers.node.ts similarity index 100% rename from ts/test-node/sql/helpers.ts rename to ts/test-node/sql/helpers.node.ts diff --git a/ts/test-node/sql/incrementMessagesMigrationAttempts_test.ts b/ts/test-node/sql/incrementMessagesMigrationAttempts_test.node.ts similarity index 100% rename from ts/test-node/sql/incrementMessagesMigrationAttempts_test.ts rename to ts/test-node/sql/incrementMessagesMigrationAttempts_test.node.ts diff --git a/ts/test-node/sql/migrateConversationMessages_test.ts b/ts/test-node/sql/migrateConversationMessages_test.node.ts similarity index 100% rename from ts/test-node/sql/migrateConversationMessages_test.ts rename to ts/test-node/sql/migrateConversationMessages_test.node.ts diff --git a/ts/test-node/sql/migration_1000_test.ts b/ts/test-node/sql/migration_1000_test.node.ts similarity index 100% rename from ts/test-node/sql/migration_1000_test.ts rename to ts/test-node/sql/migration_1000_test.node.ts diff --git a/ts/test-node/sql/migration_1020_test.ts b/ts/test-node/sql/migration_1020_test.node.ts similarity index 100% rename from ts/test-node/sql/migration_1020_test.ts rename to ts/test-node/sql/migration_1020_test.node.ts diff --git a/ts/test-node/sql/migration_1030_test.ts b/ts/test-node/sql/migration_1030_test.node.ts similarity index 100% rename from ts/test-node/sql/migration_1030_test.ts rename to ts/test-node/sql/migration_1030_test.node.ts diff --git a/ts/test-node/sql/migration_1040_test.ts b/ts/test-node/sql/migration_1040_test.node.ts similarity index 100% rename from ts/test-node/sql/migration_1040_test.ts rename to ts/test-node/sql/migration_1040_test.node.ts diff --git a/ts/test-node/sql/migration_1060_test.ts b/ts/test-node/sql/migration_1060_test.node.ts similarity index 100% rename from ts/test-node/sql/migration_1060_test.ts rename to ts/test-node/sql/migration_1060_test.node.ts diff --git a/ts/test-node/sql/migration_1080_test.ts b/ts/test-node/sql/migration_1080_test.node.ts similarity index 100% rename from ts/test-node/sql/migration_1080_test.ts rename to ts/test-node/sql/migration_1080_test.node.ts diff --git a/ts/test-node/sql/migration_1090_test.ts b/ts/test-node/sql/migration_1090_test.node.ts similarity index 100% rename from ts/test-node/sql/migration_1090_test.ts rename to ts/test-node/sql/migration_1090_test.node.ts diff --git a/ts/test-node/sql/migration_1100_test.ts b/ts/test-node/sql/migration_1100_test.node.ts similarity index 100% rename from ts/test-node/sql/migration_1100_test.ts rename to ts/test-node/sql/migration_1100_test.node.ts diff --git a/ts/test-node/sql/migration_1120_test.ts b/ts/test-node/sql/migration_1120_test.node.ts similarity index 100% rename from ts/test-node/sql/migration_1120_test.ts rename to ts/test-node/sql/migration_1120_test.node.ts diff --git a/ts/test-node/sql/migration_1130_test.ts b/ts/test-node/sql/migration_1130_test.node.ts similarity index 100% rename from ts/test-node/sql/migration_1130_test.ts rename to ts/test-node/sql/migration_1130_test.node.ts diff --git a/ts/test-node/sql/migration_1180_test.ts b/ts/test-node/sql/migration_1180_test.node.ts similarity index 100% rename from ts/test-node/sql/migration_1180_test.ts rename to ts/test-node/sql/migration_1180_test.node.ts diff --git a/ts/test-node/sql/migration_1200_test.ts b/ts/test-node/sql/migration_1200_test.node.ts similarity index 100% rename from ts/test-node/sql/migration_1200_test.ts rename to ts/test-node/sql/migration_1200_test.node.ts diff --git a/ts/test-node/sql/migration_1220_test.ts b/ts/test-node/sql/migration_1220_test.node.ts similarity index 100% rename from ts/test-node/sql/migration_1220_test.ts rename to ts/test-node/sql/migration_1220_test.node.ts diff --git a/ts/test-node/sql/migration_1280_test.ts b/ts/test-node/sql/migration_1280_test.node.ts similarity index 100% rename from ts/test-node/sql/migration_1280_test.ts rename to ts/test-node/sql/migration_1280_test.node.ts diff --git a/ts/test-node/sql/migration_1290_test.ts b/ts/test-node/sql/migration_1290_test.node.ts similarity index 100% rename from ts/test-node/sql/migration_1290_test.ts rename to ts/test-node/sql/migration_1290_test.node.ts diff --git a/ts/test-node/sql/migration_1310_test.ts b/ts/test-node/sql/migration_1310_test.node.ts similarity index 100% rename from ts/test-node/sql/migration_1310_test.ts rename to ts/test-node/sql/migration_1310_test.node.ts diff --git a/ts/test-node/sql/migration_1330_test.ts b/ts/test-node/sql/migration_1330_test.node.ts similarity index 100% rename from ts/test-node/sql/migration_1330_test.ts rename to ts/test-node/sql/migration_1330_test.node.ts diff --git a/ts/test-node/sql/migration_1350_test.ts b/ts/test-node/sql/migration_1350_test.node.ts similarity index 100% rename from ts/test-node/sql/migration_1350_test.ts rename to ts/test-node/sql/migration_1350_test.node.ts diff --git a/ts/test-node/sql/migration_1360_test.ts b/ts/test-node/sql/migration_1360_test.node.ts similarity index 100% rename from ts/test-node/sql/migration_1360_test.ts rename to ts/test-node/sql/migration_1360_test.node.ts diff --git a/ts/test-node/sql/migration_1380_test.ts b/ts/test-node/sql/migration_1380_test.node.ts similarity index 100% rename from ts/test-node/sql/migration_1380_test.ts rename to ts/test-node/sql/migration_1380_test.node.ts diff --git a/ts/test-node/sql/migration_1410_test.ts b/ts/test-node/sql/migration_1410_test.node.ts similarity index 100% rename from ts/test-node/sql/migration_1410_test.ts rename to ts/test-node/sql/migration_1410_test.node.ts diff --git a/ts/test-node/sql/migration_1420_test.ts b/ts/test-node/sql/migration_1420_test.node.ts similarity index 100% rename from ts/test-node/sql/migration_1420_test.ts rename to ts/test-node/sql/migration_1420_test.node.ts diff --git a/ts/test-node/sql/migration_87_test.ts b/ts/test-node/sql/migration_87_test.node.ts similarity index 100% rename from ts/test-node/sql/migration_87_test.ts rename to ts/test-node/sql/migration_87_test.node.ts diff --git a/ts/test-node/sql/migration_88_test.ts b/ts/test-node/sql/migration_88_test.node.ts similarity index 100% rename from ts/test-node/sql/migration_88_test.ts rename to ts/test-node/sql/migration_88_test.node.ts diff --git a/ts/test-node/sql/migration_89_test.ts b/ts/test-node/sql/migration_89_test.preload.ts similarity index 100% rename from ts/test-node/sql/migration_89_test.ts rename to ts/test-node/sql/migration_89_test.preload.ts diff --git a/ts/test-node/sql/migration_90_test.ts b/ts/test-node/sql/migration_90_test.node.ts similarity index 100% rename from ts/test-node/sql/migration_90_test.ts rename to ts/test-node/sql/migration_90_test.node.ts diff --git a/ts/test-node/sql/migration_91_test.ts b/ts/test-node/sql/migration_91_test.node.ts similarity index 100% rename from ts/test-node/sql/migration_91_test.ts rename to ts/test-node/sql/migration_91_test.node.ts diff --git a/ts/test-node/sql/migration_920_test.ts b/ts/test-node/sql/migration_920_test.node.ts similarity index 100% rename from ts/test-node/sql/migration_920_test.ts rename to ts/test-node/sql/migration_920_test.node.ts diff --git a/ts/test-node/sql/migration_960_test.ts b/ts/test-node/sql/migration_960_test.node.ts similarity index 100% rename from ts/test-node/sql/migration_960_test.ts rename to ts/test-node/sql/migration_960_test.node.ts diff --git a/ts/test-node/sql/migration_990_test.ts b/ts/test-node/sql/migration_990_test.node.ts similarity index 100% rename from ts/test-node/sql/migration_990_test.ts rename to ts/test-node/sql/migration_990_test.node.ts diff --git a/ts/test-node/sql/migrations_test.ts b/ts/test-node/sql/migrations_test.node.ts similarity index 100% rename from ts/test-node/sql/migrations_test.ts rename to ts/test-node/sql/migrations_test.node.ts diff --git a/ts/test-node/state/ducks/audioPlayer_test.ts b/ts/test-node/state/ducks/audioPlayer_test.preload.ts similarity index 100% rename from ts/test-node/state/ducks/audioPlayer_test.ts rename to ts/test-node/state/ducks/audioPlayer_test.preload.ts diff --git a/ts/test-node/state/ducks/badges_test.ts b/ts/test-node/state/ducks/badges_test.preload.ts similarity index 100% rename from ts/test-node/state/ducks/badges_test.ts rename to ts/test-node/state/ducks/badges_test.preload.ts diff --git a/ts/test-node/state/ducks/composer_test.ts b/ts/test-node/state/ducks/composer_test.preload.ts similarity index 100% rename from ts/test-node/state/ducks/composer_test.ts rename to ts/test-node/state/ducks/composer_test.preload.ts diff --git a/ts/test-node/state/ducks/donations_test.ts b/ts/test-node/state/ducks/donations_test.preload.ts similarity index 100% rename from ts/test-node/state/ducks/donations_test.ts rename to ts/test-node/state/ducks/donations_test.preload.ts diff --git a/ts/test-node/state/ducks/globalModals_test.ts b/ts/test-node/state/ducks/globalModals_test.preload.ts similarity index 100% rename from ts/test-node/state/ducks/globalModals_test.ts rename to ts/test-node/state/ducks/globalModals_test.preload.ts diff --git a/ts/test-node/state/ducks/linkPreviews_test.ts b/ts/test-node/state/ducks/linkPreviews_test.preload.ts similarity index 100% rename from ts/test-node/state/ducks/linkPreviews_test.ts rename to ts/test-node/state/ducks/linkPreviews_test.preload.ts diff --git a/ts/test-node/state/ducks/network_test.ts b/ts/test-node/state/ducks/network_test.dom.ts similarity index 100% rename from ts/test-node/state/ducks/network_test.ts rename to ts/test-node/state/ducks/network_test.dom.ts diff --git a/ts/test-node/state/ducks/preferredReactions_test.ts b/ts/test-node/state/ducks/preferredReactions_test.preload.ts similarity index 100% rename from ts/test-node/state/ducks/preferredReactions_test.ts rename to ts/test-node/state/ducks/preferredReactions_test.preload.ts diff --git a/ts/test-node/state/selectors/conversations_test.ts b/ts/test-node/state/selectors/conversations_test.preload.ts similarity index 100% rename from ts/test-node/state/selectors/conversations_test.ts rename to ts/test-node/state/selectors/conversations_test.preload.ts diff --git a/ts/test-node/state/selectors/items_test.ts b/ts/test-node/state/selectors/items_test.dom.ts similarity index 100% rename from ts/test-node/state/selectors/items_test.ts rename to ts/test-node/state/selectors/items_test.dom.ts diff --git a/ts/test-node/state/selectors/preferredReactions_test.ts b/ts/test-node/state/selectors/preferredReactions_test.preload.ts similarity index 100% rename from ts/test-node/state/selectors/preferredReactions_test.ts rename to ts/test-node/state/selectors/preferredReactions_test.preload.ts diff --git a/ts/test-node/state/selectors/search_test.ts b/ts/test-node/state/selectors/search_test.preload.ts similarity index 100% rename from ts/test-node/state/selectors/search_test.ts rename to ts/test-node/state/selectors/search_test.preload.ts diff --git a/ts/test-node/state/selectors/user_test.ts b/ts/test-node/state/selectors/user_test.preload.ts similarity index 100% rename from ts/test-node/state/selectors/user_test.ts rename to ts/test-node/state/selectors/user_test.preload.ts diff --git a/ts/test-node/types/Attachment_test.ts b/ts/test-node/types/Attachment_test.std.ts similarity index 100% rename from ts/test-node/types/Attachment_test.ts rename to ts/test-node/types/Attachment_test.std.ts diff --git a/ts/test-node/types/Avatar_test.ts b/ts/test-node/types/Avatar_test.std.ts similarity index 100% rename from ts/test-node/types/Avatar_test.ts rename to ts/test-node/types/Avatar_test.std.ts diff --git a/ts/test-node/types/BodyRange_test.ts b/ts/test-node/types/BodyRange_test.std.ts similarity index 100% rename from ts/test-node/types/BodyRange_test.ts rename to ts/test-node/types/BodyRange_test.std.ts diff --git a/ts/test-node/types/DonationsCardForm_test.ts b/ts/test-node/types/DonationsCardForm_test.node.ts similarity index 100% rename from ts/test-node/types/DonationsCardForm_test.ts rename to ts/test-node/types/DonationsCardForm_test.node.ts diff --git a/ts/test-node/types/EmbeddedContact_test.ts b/ts/test-node/types/EmbeddedContact_test.std.ts similarity index 100% rename from ts/test-node/types/EmbeddedContact_test.ts rename to ts/test-node/types/EmbeddedContact_test.std.ts diff --git a/ts/test-node/types/LinkPreview_test.ts b/ts/test-node/types/LinkPreview_test.std.ts similarity index 100% rename from ts/test-node/types/LinkPreview_test.ts rename to ts/test-node/types/LinkPreview_test.std.ts diff --git a/ts/test-node/types/MIME_test.ts b/ts/test-node/types/MIME_test.std.ts similarity index 100% rename from ts/test-node/types/MIME_test.ts rename to ts/test-node/types/MIME_test.std.ts diff --git a/ts/test-node/types/Message2_test.ts b/ts/test-node/types/Message2_test.preload.ts similarity index 100% rename from ts/test-node/types/Message2_test.ts rename to ts/test-node/types/Message2_test.preload.ts diff --git a/ts/test-node/types/NotificationProfile_test.ts b/ts/test-node/types/NotificationProfile_test.node.ts similarity index 100% rename from ts/test-node/types/NotificationProfile_test.ts rename to ts/test-node/types/NotificationProfile_test.node.ts diff --git a/ts/test-node/types/PhoneNumber_test.ts b/ts/test-node/types/PhoneNumber_test.std.ts similarity index 100% rename from ts/test-node/types/PhoneNumber_test.ts rename to ts/test-node/types/PhoneNumber_test.std.ts diff --git a/ts/test-node/types/SchemaVersion_test.ts b/ts/test-node/types/SchemaVersion_test.std.ts similarity index 100% rename from ts/test-node/types/SchemaVersion_test.ts rename to ts/test-node/types/SchemaVersion_test.std.ts diff --git a/ts/test-node/types/Settings_test.ts b/ts/test-node/types/Settings_test.node.ts similarity index 100% rename from ts/test-node/types/Settings_test.ts rename to ts/test-node/types/Settings_test.node.ts diff --git a/ts/test-node/types/Stickers_test.ts b/ts/test-node/types/Stickers_test.preload.ts similarity index 100% rename from ts/test-node/types/Stickers_test.ts rename to ts/test-node/types/Stickers_test.preload.ts diff --git a/ts/test-node/types/StoryDistributionId_test.ts b/ts/test-node/types/StoryDistributionId_test.std.ts similarity index 100% rename from ts/test-node/types/StoryDistributionId_test.ts rename to ts/test-node/types/StoryDistributionId_test.std.ts diff --git a/ts/test-node/types/SystemTraySetting_test.ts b/ts/test-node/types/SystemTraySetting_test.std.ts similarity index 100% rename from ts/test-node/types/SystemTraySetting_test.ts rename to ts/test-node/types/SystemTraySetting_test.std.ts diff --git a/ts/test-node/types/errors_test.ts b/ts/test-node/types/errors_test.node.ts similarity index 100% rename from ts/test-node/types/errors_test.ts rename to ts/test-node/types/errors_test.node.ts diff --git a/ts/test-node/types/setupI18n_test.ts b/ts/test-node/types/setupI18n_test.preload.ts similarity index 100% rename from ts/test-node/types/setupI18n_test.ts rename to ts/test-node/types/setupI18n_test.preload.ts diff --git a/ts/test-node/updater/common_test.ts b/ts/test-node/updater/common_test.main.ts similarity index 100% rename from ts/test-node/updater/common_test.ts rename to ts/test-node/updater/common_test.main.ts diff --git a/ts/test-node/updater/curve_test.ts b/ts/test-node/updater/curve_test.node.ts similarity index 100% rename from ts/test-node/updater/curve_test.ts rename to ts/test-node/updater/curve_test.node.ts diff --git a/ts/test-node/updater/differential_test.ts b/ts/test-node/updater/differential_test.node.ts similarity index 100% rename from ts/test-node/updater/differential_test.ts rename to ts/test-node/updater/differential_test.node.ts diff --git a/ts/test-node/updater/signature_test.ts b/ts/test-node/updater/signature_test.main.ts similarity index 100% rename from ts/test-node/updater/signature_test.ts rename to ts/test-node/updater/signature_test.main.ts diff --git a/ts/test-node/updater/util_test.ts b/ts/test-node/updater/util_test.node.ts similarity index 100% rename from ts/test-node/updater/util_test.ts rename to ts/test-node/updater/util_test.node.ts diff --git a/ts/test-node/util/AbortableProcess_test.ts b/ts/test-node/util/AbortableProcess_test.std.ts similarity index 100% rename from ts/test-node/util/AbortableProcess_test.ts rename to ts/test-node/util/AbortableProcess_test.std.ts diff --git a/ts/test-node/util/BackOff_test.ts b/ts/test-node/util/BackOff_test.std.ts similarity index 100% rename from ts/test-node/util/BackOff_test.ts rename to ts/test-node/util/BackOff_test.std.ts diff --git a/ts/test-node/util/Bytes_test.ts b/ts/test-node/util/Bytes_test.std.ts similarity index 100% rename from ts/test-node/util/Bytes_test.ts rename to ts/test-node/util/Bytes_test.std.ts diff --git a/ts/test-node/util/DelimitedStream_test.ts b/ts/test-node/util/DelimitedStream_test.node.ts similarity index 100% rename from ts/test-node/util/DelimitedStream_test.ts rename to ts/test-node/util/DelimitedStream_test.node.ts diff --git a/ts/test-node/util/LatestQueue_test.ts b/ts/test-node/util/LatestQueue_test.std.ts similarity index 100% rename from ts/test-node/util/LatestQueue_test.ts rename to ts/test-node/util/LatestQueue_test.std.ts diff --git a/ts/test-node/util/appendMacStream_test.ts b/ts/test-node/util/appendMacStream_test.node.ts similarity index 100% rename from ts/test-node/util/appendMacStream_test.ts rename to ts/test-node/util/appendMacStream_test.node.ts diff --git a/ts/test-node/util/areObjectEntriesEqual_test.ts b/ts/test-node/util/areObjectEntriesEqual_test.std.ts similarity index 100% rename from ts/test-node/util/areObjectEntriesEqual_test.ts rename to ts/test-node/util/areObjectEntriesEqual_test.std.ts diff --git a/ts/test-node/util/arePinnedConversationsEqual_test.ts b/ts/test-node/util/arePinnedConversationsEqual_test.node.ts similarity index 100% rename from ts/test-node/util/arePinnedConversationsEqual_test.ts rename to ts/test-node/util/arePinnedConversationsEqual_test.node.ts diff --git a/ts/test-node/util/assert_test.ts b/ts/test-node/util/assert_test.std.ts similarity index 100% rename from ts/test-node/util/assert_test.ts rename to ts/test-node/util/assert_test.std.ts diff --git a/ts/test-node/util/assignWithNoUnnecessaryAllocation_test.ts b/ts/test-node/util/assignWithNoUnnecessaryAllocation_test.std.ts similarity index 100% rename from ts/test-node/util/assignWithNoUnnecessaryAllocation_test.ts rename to ts/test-node/util/assignWithNoUnnecessaryAllocation_test.std.ts diff --git a/ts/test-node/util/asyncIterables_test.ts b/ts/test-node/util/asyncIterables_test.std.ts similarity index 100% rename from ts/test-node/util/asyncIterables_test.ts rename to ts/test-node/util/asyncIterables_test.std.ts diff --git a/ts/test-node/util/awaitObject_test.ts b/ts/test-node/util/awaitObject_test.std.ts similarity index 100% rename from ts/test-node/util/awaitObject_test.ts rename to ts/test-node/util/awaitObject_test.std.ts diff --git a/ts/test-node/util/batcher_test.ts b/ts/test-node/util/batcher_test.std.ts similarity index 100% rename from ts/test-node/util/batcher_test.ts rename to ts/test-node/util/batcher_test.std.ts diff --git a/ts/test-node/util/blockSendUntilConversationsAreVerified_test.ts b/ts/test-node/util/blockSendUntilConversationsAreVerified_test.dom.ts similarity index 100% rename from ts/test-node/util/blockSendUntilConversationsAreVerified_test.ts rename to ts/test-node/util/blockSendUntilConversationsAreVerified_test.dom.ts diff --git a/ts/test-node/util/callDisposition_test.ts b/ts/test-node/util/callDisposition_test.preload.ts similarity index 100% rename from ts/test-node/util/callDisposition_test.ts rename to ts/test-node/util/callDisposition_test.preload.ts diff --git a/ts/test-node/util/callLinks_test.ts b/ts/test-node/util/callLinks_test.node.ts similarity index 100% rename from ts/test-node/util/callLinks_test.ts rename to ts/test-node/util/callLinks_test.node.ts diff --git a/ts/test-node/util/callingGetParticipantName_test.ts b/ts/test-node/util/callingGetParticipantName_test.std.ts similarity index 100% rename from ts/test-node/util/callingGetParticipantName_test.ts rename to ts/test-node/util/callingGetParticipantName_test.std.ts diff --git a/ts/test-node/util/callingMessageToProto_test.ts b/ts/test-node/util/callingMessageToProto_test.node.ts similarity index 100% rename from ts/test-node/util/callingMessageToProto_test.ts rename to ts/test-node/util/callingMessageToProto_test.node.ts diff --git a/ts/test-node/util/callingNotification_test.ts b/ts/test-node/util/callingNotification_test.preload.ts similarity index 100% rename from ts/test-node/util/callingNotification_test.ts rename to ts/test-node/util/callingNotification_test.preload.ts diff --git a/ts/test-node/util/characters_test.ts b/ts/test-node/util/characters_test.std.ts similarity index 100% rename from ts/test-node/util/characters_test.ts rename to ts/test-node/util/characters_test.std.ts diff --git a/ts/test-node/util/clearTimeoutIfNecessary_test.ts b/ts/test-node/util/clearTimeoutIfNecessary_test.std.ts similarity index 100% rename from ts/test-node/util/clearTimeoutIfNecessary_test.ts rename to ts/test-node/util/clearTimeoutIfNecessary_test.std.ts diff --git a/ts/test-node/util/combineNames_test.ts b/ts/test-node/util/combineNames_test.std.ts similarity index 100% rename from ts/test-node/util/combineNames_test.ts rename to ts/test-node/util/combineNames_test.std.ts diff --git a/ts/test-node/util/countUnreadStats_test.ts b/ts/test-node/util/countUnreadStats_test.std.ts similarity index 100% rename from ts/test-node/util/countUnreadStats_test.ts rename to ts/test-node/util/countUnreadStats_test.std.ts diff --git a/ts/test-node/util/createSupportUrl_test.ts b/ts/test-node/util/createSupportUrl_test.std.ts similarity index 100% rename from ts/test-node/util/createSupportUrl_test.ts rename to ts/test-node/util/createSupportUrl_test.std.ts diff --git a/ts/test-node/util/currency_test.ts b/ts/test-node/util/currency_test.dom.ts similarity index 100% rename from ts/test-node/util/currency_test.ts rename to ts/test-node/util/currency_test.dom.ts diff --git a/ts/test-node/util/deconstructLookup_test.ts b/ts/test-node/util/deconstructLookup_test.std.ts similarity index 100% rename from ts/test-node/util/deconstructLookup_test.ts rename to ts/test-node/util/deconstructLookup_test.std.ts diff --git a/ts/test-node/util/diffArraysAsSets_test.ts b/ts/test-node/util/diffArraysAsSets_test.std.ts similarity index 100% rename from ts/test-node/util/diffArraysAsSets_test.ts rename to ts/test-node/util/diffArraysAsSets_test.std.ts diff --git a/ts/test-node/util/dropNull_test.ts b/ts/test-node/util/dropNull_test.std.ts similarity index 100% rename from ts/test-node/util/dropNull_test.ts rename to ts/test-node/util/dropNull_test.std.ts diff --git a/ts/test-node/util/emoji_test.ts b/ts/test-node/util/emoji_test.std.ts similarity index 100% rename from ts/test-node/util/emoji_test.ts rename to ts/test-node/util/emoji_test.std.ts diff --git a/ts/test-node/util/enum_test.ts b/ts/test-node/util/enum_test.std.ts similarity index 100% rename from ts/test-node/util/enum_test.ts rename to ts/test-node/util/enum_test.std.ts diff --git a/ts/test-node/util/expirationTimer_test.ts b/ts/test-node/util/expirationTimer_test.preload.ts similarity index 100% rename from ts/test-node/util/expirationTimer_test.ts rename to ts/test-node/util/expirationTimer_test.preload.ts diff --git a/ts/test-node/util/explodePromise_test.ts b/ts/test-node/util/explodePromise_test.std.ts similarity index 100% rename from ts/test-node/util/explodePromise_test.ts rename to ts/test-node/util/explodePromise_test.std.ts diff --git a/ts/test-node/util/exponentialBackoff_test.ts b/ts/test-node/util/exponentialBackoff_test.std.ts similarity index 100% rename from ts/test-node/util/exponentialBackoff_test.ts rename to ts/test-node/util/exponentialBackoff_test.std.ts diff --git a/ts/test-node/util/filterAndSortConversations_test.ts b/ts/test-node/util/filterAndSortConversations_test.std.ts similarity index 100% rename from ts/test-node/util/filterAndSortConversations_test.ts rename to ts/test-node/util/filterAndSortConversations_test.std.ts diff --git a/ts/test-node/util/finalStream_test.ts b/ts/test-node/util/finalStream_test.node.ts similarity index 100% rename from ts/test-node/util/finalStream_test.ts rename to ts/test-node/util/finalStream_test.node.ts diff --git a/ts/test-node/util/generateConfigMatrix_test.ts b/ts/test-node/util/generateConfigMatrix_test.std.ts similarity index 100% rename from ts/test-node/util/generateConfigMatrix_test.ts rename to ts/test-node/util/generateConfigMatrix_test.std.ts diff --git a/ts/test-node/util/getAvatarData_test.ts b/ts/test-node/util/getAvatarData_test.dom.ts similarity index 100% rename from ts/test-node/util/getAvatarData_test.ts rename to ts/test-node/util/getAvatarData_test.dom.ts diff --git a/ts/test-node/util/getClassNamesFor_test.ts b/ts/test-node/util/getClassNamesFor_test.std.ts similarity index 100% rename from ts/test-node/util/getClassNamesFor_test.ts rename to ts/test-node/util/getClassNamesFor_test.std.ts diff --git a/ts/test-node/util/getCustomColorStyle.ts b/ts/test-node/util/getCustomColorStyle.dom.ts similarity index 100% rename from ts/test-node/util/getCustomColorStyle.ts rename to ts/test-node/util/getCustomColorStyle.dom.ts diff --git a/ts/test-node/util/getFontNameByTextScript_test.ts b/ts/test-node/util/getFontNameByTextScript_test.dom.ts similarity index 100% rename from ts/test-node/util/getFontNameByTextScript_test.ts rename to ts/test-node/util/getFontNameByTextScript_test.dom.ts diff --git a/ts/test-node/util/getGroupMemberships_test.ts b/ts/test-node/util/getGroupMemberships_test.dom.ts similarity index 100% rename from ts/test-node/util/getGroupMemberships_test.ts rename to ts/test-node/util/getGroupMemberships_test.dom.ts diff --git a/ts/test-node/util/getHSL_test.ts b/ts/test-node/util/getHSL_test.std.ts similarity index 100% rename from ts/test-node/util/getHSL_test.ts rename to ts/test-node/util/getHSL_test.std.ts diff --git a/ts/test-node/util/getInitials_test.ts b/ts/test-node/util/getInitials_test.std.ts similarity index 100% rename from ts/test-node/util/getInitials_test.ts rename to ts/test-node/util/getInitials_test.std.ts diff --git a/ts/test-node/util/getMuteOptions_test.ts b/ts/test-node/util/getMuteOptions_test.node.ts similarity index 100% rename from ts/test-node/util/getMuteOptions_test.ts rename to ts/test-node/util/getMuteOptions_test.node.ts diff --git a/ts/test-node/util/getMutedUntilText_test.ts b/ts/test-node/util/getMutedUntilText_test.node.ts similarity index 100% rename from ts/test-node/util/getMutedUntilText_test.ts rename to ts/test-node/util/getMutedUntilText_test.node.ts diff --git a/ts/test-node/util/getOwn_test.ts b/ts/test-node/util/getOwn_test.std.ts similarity index 100% rename from ts/test-node/util/getOwn_test.ts rename to ts/test-node/util/getOwn_test.std.ts diff --git a/ts/test-node/util/getStreamWithTimeout_test.ts b/ts/test-node/util/getStreamWithTimeout_test.node.ts similarity index 100% rename from ts/test-node/util/getStreamWithTimeout_test.ts rename to ts/test-node/util/getStreamWithTimeout_test.node.ts diff --git a/ts/test-node/util/getUserAgent_test.ts b/ts/test-node/util/getUserAgent_test.node.ts similarity index 100% rename from ts/test-node/util/getUserAgent_test.ts rename to ts/test-node/util/getUserAgent_test.node.ts diff --git a/ts/test-node/util/graphemeAndLinkAwareSlice.ts b/ts/test-node/util/graphemeAndLinkAwareSlice.std.ts similarity index 100% rename from ts/test-node/util/graphemeAndLinkAwareSlice.ts rename to ts/test-node/util/graphemeAndLinkAwareSlice.std.ts diff --git a/ts/test-node/util/grapheme_test.ts b/ts/test-node/util/grapheme_test.std.ts similarity index 100% rename from ts/test-node/util/grapheme_test.ts rename to ts/test-node/util/grapheme_test.std.ts diff --git a/ts/test-node/util/groupBy_test.ts b/ts/test-node/util/groupBy_test.std.ts similarity index 100% rename from ts/test-node/util/groupBy_test.ts rename to ts/test-node/util/groupBy_test.std.ts diff --git a/ts/test-node/util/groupMemberNameCollisions_test.ts b/ts/test-node/util/groupMemberNameCollisions_test.std.ts similarity index 100% rename from ts/test-node/util/groupMemberNameCollisions_test.ts rename to ts/test-node/util/groupMemberNameCollisions_test.std.ts diff --git a/ts/test-node/util/groupSendEndorsements_test.ts b/ts/test-node/util/groupSendEndorsements_test.preload.ts similarity index 100% rename from ts/test-node/util/groupSendEndorsements_test.ts rename to ts/test-node/util/groupSendEndorsements_test.preload.ts diff --git a/ts/test-node/util/hslToRGB_test.ts b/ts/test-node/util/hslToRGB_test.std.ts similarity index 100% rename from ts/test-node/util/hslToRGB_test.ts rename to ts/test-node/util/hslToRGB_test.std.ts diff --git a/ts/test-node/util/i18n.ts b/ts/test-node/util/i18n.node.ts similarity index 100% rename from ts/test-node/util/i18n.ts rename to ts/test-node/util/i18n.node.ts diff --git a/ts/test-node/util/isConversationMuted_test.ts b/ts/test-node/util/isConversationMuted_test.std.ts similarity index 100% rename from ts/test-node/util/isConversationMuted_test.ts rename to ts/test-node/util/isConversationMuted_test.std.ts diff --git a/ts/test-node/util/isConversationNameKnown_test.ts b/ts/test-node/util/isConversationNameKnown_test.std.ts similarity index 100% rename from ts/test-node/util/isConversationNameKnown_test.ts rename to ts/test-node/util/isConversationNameKnown_test.std.ts diff --git a/ts/test-node/util/isConversationSMSOnly_test.ts b/ts/test-node/util/isConversationSMSOnly_test.std.ts similarity index 100% rename from ts/test-node/util/isConversationSMSOnly_test.ts rename to ts/test-node/util/isConversationSMSOnly_test.std.ts diff --git a/ts/test-node/util/isConversationUnread_test.ts b/ts/test-node/util/isConversationUnread_test.std.ts similarity index 100% rename from ts/test-node/util/isConversationUnread_test.ts rename to ts/test-node/util/isConversationUnread_test.std.ts diff --git a/ts/test-node/util/isConversationUnregistered_test.ts b/ts/test-node/util/isConversationUnregistered_test.dom.ts similarity index 100% rename from ts/test-node/util/isConversationUnregistered_test.ts rename to ts/test-node/util/isConversationUnregistered_test.dom.ts diff --git a/ts/test-node/util/isFileDangerous_test.ts b/ts/test-node/util/isFileDangerous_test.std.ts similarity index 100% rename from ts/test-node/util/isFileDangerous_test.ts rename to ts/test-node/util/isFileDangerous_test.std.ts diff --git a/ts/test-node/util/isInSystemContacts_test.ts b/ts/test-node/util/isInSystemContacts_test.std.ts similarity index 100% rename from ts/test-node/util/isInSystemContacts_test.ts rename to ts/test-node/util/isInSystemContacts_test.std.ts diff --git a/ts/test-node/util/isMessageUnread_test.ts b/ts/test-node/util/isMessageUnread_test.std.ts similarity index 100% rename from ts/test-node/util/isMessageUnread_test.ts rename to ts/test-node/util/isMessageUnread_test.std.ts diff --git a/ts/test-node/util/isNormalNumber_test.ts b/ts/test-node/util/isNormalNumber_test.std.ts similarity index 100% rename from ts/test-node/util/isNormalNumber_test.ts rename to ts/test-node/util/isNormalNumber_test.std.ts diff --git a/ts/test-node/util/isNotNil_test.ts b/ts/test-node/util/isNotNil_test.std.ts similarity index 100% rename from ts/test-node/util/isNotNil_test.ts rename to ts/test-node/util/isNotNil_test.std.ts diff --git a/ts/test-node/util/isPathInside_test.ts b/ts/test-node/util/isPathInside_test.node.ts similarity index 100% rename from ts/test-node/util/isPathInside_test.ts rename to ts/test-node/util/isPathInside_test.node.ts diff --git a/ts/test-node/util/isRecord_test.ts b/ts/test-node/util/isRecord_test.std.ts similarity index 100% rename from ts/test-node/util/isRecord_test.ts rename to ts/test-node/util/isRecord_test.std.ts diff --git a/ts/test-node/util/isSorted_test.ts b/ts/test-node/util/isSorted_test.std.ts similarity index 100% rename from ts/test-node/util/isSorted_test.ts rename to ts/test-node/util/isSorted_test.std.ts diff --git a/ts/test-node/util/isValidE164_test.ts b/ts/test-node/util/isValidE164_test.std.ts similarity index 100% rename from ts/test-node/util/isValidE164_test.ts rename to ts/test-node/util/isValidE164_test.std.ts diff --git a/ts/test-node/util/isValidUuid.ts b/ts/test-node/util/isValidUuid.std.ts similarity index 100% rename from ts/test-node/util/isValidUuid.ts rename to ts/test-node/util/isValidUuid.std.ts diff --git a/ts/test-node/util/iterables_test.ts b/ts/test-node/util/iterables_test.std.ts similarity index 100% rename from ts/test-node/util/iterables_test.ts rename to ts/test-node/util/iterables_test.std.ts diff --git a/ts/test-node/util/libphonenumberUtil_test.ts b/ts/test-node/util/libphonenumberUtil_test.std.ts similarity index 100% rename from ts/test-node/util/libphonenumberUtil_test.ts rename to ts/test-node/util/libphonenumberUtil_test.std.ts diff --git a/ts/test-node/util/logPadding_test.ts b/ts/test-node/util/logPadding_test.node.ts similarity index 100% rename from ts/test-node/util/logPadding_test.ts rename to ts/test-node/util/logPadding_test.node.ts diff --git a/ts/test-node/util/makeLookup_test.ts b/ts/test-node/util/makeLookup_test.std.ts similarity index 100% rename from ts/test-node/util/makeLookup_test.ts rename to ts/test-node/util/makeLookup_test.std.ts diff --git a/ts/test-node/util/mapEmplace_test.ts b/ts/test-node/util/mapEmplace_test.node.ts similarity index 100% rename from ts/test-node/util/mapEmplace_test.ts rename to ts/test-node/util/mapEmplace_test.node.ts diff --git a/ts/test-node/util/mapObjectWithSpec_test.ts b/ts/test-node/util/mapObjectWithSpec_test.std.ts similarity index 100% rename from ts/test-node/util/mapObjectWithSpec_test.ts rename to ts/test-node/util/mapObjectWithSpec_test.std.ts diff --git a/ts/test-node/util/mapUtil_test.ts b/ts/test-node/util/mapUtil_test.std.ts similarity index 100% rename from ts/test-node/util/mapUtil_test.ts rename to ts/test-node/util/mapUtil_test.std.ts diff --git a/ts/test-node/util/messageFailures.ts b/ts/test-node/util/messageFailures.preload.ts similarity index 100% rename from ts/test-node/util/messageFailures.ts rename to ts/test-node/util/messageFailures.preload.ts diff --git a/ts/test-node/util/normalizeDeviceName_test.ts b/ts/test-node/util/normalizeDeviceName_test.std.ts similarity index 100% rename from ts/test-node/util/normalizeDeviceName_test.ts rename to ts/test-node/util/normalizeDeviceName_test.std.ts diff --git a/ts/test-node/util/parseIntOrThrow_test.ts b/ts/test-node/util/parseIntOrThrow_test.std.ts similarity index 100% rename from ts/test-node/util/parseIntOrThrow_test.ts rename to ts/test-node/util/parseIntOrThrow_test.std.ts diff --git a/ts/test-node/util/parseIntWithFallback_test.ts b/ts/test-node/util/parseIntWithFallback_test.std.ts similarity index 100% rename from ts/test-node/util/parseIntWithFallback_test.ts rename to ts/test-node/util/parseIntWithFallback_test.std.ts diff --git a/ts/test-node/util/parseRetryAfter_test.ts b/ts/test-node/util/parseRetryAfter_test.std.ts similarity index 100% rename from ts/test-node/util/parseRetryAfter_test.ts rename to ts/test-node/util/parseRetryAfter_test.std.ts diff --git a/ts/test-node/util/prependStream_test.ts b/ts/test-node/util/prependStream_test.node.ts similarity index 100% rename from ts/test-node/util/prependStream_test.ts rename to ts/test-node/util/prependStream_test.node.ts diff --git a/ts/test-node/util/privacy_test.ts b/ts/test-node/util/privacy_test.node.ts similarity index 100% rename from ts/test-node/util/privacy_test.ts rename to ts/test-node/util/privacy_test.node.ts diff --git a/ts/test-node/util/queueAttachmentDownloads_test.ts b/ts/test-node/util/queueAttachmentDownloads_test.preload.ts similarity index 100% rename from ts/test-node/util/queueAttachmentDownloads_test.ts rename to ts/test-node/util/queueAttachmentDownloads_test.preload.ts diff --git a/ts/test-node/util/reallyJsonStringify_test.ts b/ts/test-node/util/reallyJsonStringify_test.std.ts similarity index 100% rename from ts/test-node/util/reallyJsonStringify_test.ts rename to ts/test-node/util/reallyJsonStringify_test.std.ts diff --git a/ts/test-node/util/replaceIndex_test.ts b/ts/test-node/util/replaceIndex_test.std.ts similarity index 100% rename from ts/test-node/util/replaceIndex_test.ts rename to ts/test-node/util/replaceIndex_test.std.ts diff --git a/ts/test-node/util/resolveCanonicalLocales_test.ts b/ts/test-node/util/resolveCanonicalLocales_test.node.ts similarity index 100% rename from ts/test-node/util/resolveCanonicalLocales_test.ts rename to ts/test-node/util/resolveCanonicalLocales_test.node.ts diff --git a/ts/test-node/util/rgbToHSL_test.ts b/ts/test-node/util/rgbToHSL_test.std.ts similarity index 100% rename from ts/test-node/util/rgbToHSL_test.ts rename to ts/test-node/util/rgbToHSL_test.std.ts diff --git a/ts/test-node/util/ringrtc/nonRenderedRemoteParticipant_test.ts b/ts/test-node/util/ringrtc/nonRenderedRemoteParticipant_test.std.ts similarity index 100% rename from ts/test-node/util/ringrtc/nonRenderedRemoteParticipant_test.ts rename to ts/test-node/util/ringrtc/nonRenderedRemoteParticipant_test.std.ts diff --git a/ts/test-node/util/ringrtc/normalizeGroupCallTimestamp_test.ts b/ts/test-node/util/ringrtc/normalizeGroupCallTimestamp_test.std.ts similarity index 100% rename from ts/test-node/util/ringrtc/normalizeGroupCallTimestamp_test.ts rename to ts/test-node/util/ringrtc/normalizeGroupCallTimestamp_test.std.ts diff --git a/ts/test-node/util/schemas_test.ts b/ts/test-node/util/schemas_test.node.ts similarity index 100% rename from ts/test-node/util/schemas_test.ts rename to ts/test-node/util/schemas_test.node.ts diff --git a/ts/test-node/util/searchConversationTitles_test.ts b/ts/test-node/util/searchConversationTitles_test.std.ts similarity index 100% rename from ts/test-node/util/searchConversationTitles_test.ts rename to ts/test-node/util/searchConversationTitles_test.std.ts diff --git a/ts/test-node/util/search_test.ts b/ts/test-node/util/search_test.std.ts similarity index 100% rename from ts/test-node/util/search_test.ts rename to ts/test-node/util/search_test.std.ts diff --git a/ts/test-node/util/serverAlerts_test.ts b/ts/test-node/util/serverAlerts_test.preload.ts similarity index 100% rename from ts/test-node/util/serverAlerts_test.ts rename to ts/test-node/util/serverAlerts_test.preload.ts diff --git a/ts/test-node/util/sessionTranslation_test.ts b/ts/test-node/util/sessionTranslation_test.node.ts similarity index 100% rename from ts/test-node/util/sessionTranslation_test.ts rename to ts/test-node/util/sessionTranslation_test.node.ts diff --git a/ts/test-node/util/setUtil_test.ts b/ts/test-node/util/setUtil_test.std.ts similarity index 100% rename from ts/test-node/util/setUtil_test.ts rename to ts/test-node/util/setUtil_test.std.ts diff --git a/ts/test-node/util/signalRoutes_test.ts b/ts/test-node/util/signalRoutes_test.std.ts similarity index 100% rename from ts/test-node/util/signalRoutes_test.ts rename to ts/test-node/util/signalRoutes_test.std.ts diff --git a/ts/test-node/util/sleep_test.ts b/ts/test-node/util/sleep_test.std.ts similarity index 100% rename from ts/test-node/util/sleep_test.ts rename to ts/test-node/util/sleep_test.std.ts diff --git a/ts/test-node/util/sniffImageMimeType_test.ts b/ts/test-node/util/sniffImageMimeType_test.node.ts similarity index 100% rename from ts/test-node/util/sniffImageMimeType_test.ts rename to ts/test-node/util/sniffImageMimeType_test.node.ts diff --git a/ts/test-node/util/sortByTitle_test.ts b/ts/test-node/util/sortByTitle_test.std.ts similarity index 100% rename from ts/test-node/util/sortByTitle_test.ts rename to ts/test-node/util/sortByTitle_test.std.ts diff --git a/ts/test-node/util/splitText_test.ts b/ts/test-node/util/splitText_test.std.ts similarity index 100% rename from ts/test-node/util/splitText_test.ts rename to ts/test-node/util/splitText_test.std.ts diff --git a/ts/test-node/util/startTimeTravelDetector_test.ts b/ts/test-node/util/startTimeTravelDetector_test.std.ts similarity index 100% rename from ts/test-node/util/startTimeTravelDetector_test.ts rename to ts/test-node/util/startTimeTravelDetector_test.std.ts diff --git a/ts/test-node/util/theme_test.ts b/ts/test-node/util/theme_test.std.ts similarity index 100% rename from ts/test-node/util/theme_test.ts rename to ts/test-node/util/theme_test.std.ts diff --git a/ts/test-node/util/timelineUtil_test.ts b/ts/test-node/util/timelineUtil_test.std.ts similarity index 100% rename from ts/test-node/util/timelineUtil_test.ts rename to ts/test-node/util/timelineUtil_test.std.ts diff --git a/ts/test-node/util/timestampLongUtils_test.ts b/ts/test-node/util/timestampLongUtils_test.std.ts similarity index 100% rename from ts/test-node/util/timestampLongUtils_test.ts rename to ts/test-node/util/timestampLongUtils_test.std.ts diff --git a/ts/test-node/util/timestamp_test.ts b/ts/test-node/util/timestamp_test.std.ts similarity index 100% rename from ts/test-node/util/timestamp_test.ts rename to ts/test-node/util/timestamp_test.std.ts diff --git a/ts/test-node/util/toWebStream_test.ts b/ts/test-node/util/toWebStream_test.node.ts similarity index 100% rename from ts/test-node/util/toWebStream_test.ts rename to ts/test-node/util/toWebStream_test.node.ts diff --git a/ts/test-node/util/toggleMaximizedBrowserWindow_test.ts b/ts/test-node/util/toggleMaximizedBrowserWindow_test.std.ts similarity index 100% rename from ts/test-node/util/toggleMaximizedBrowserWindow_test.ts rename to ts/test-node/util/toggleMaximizedBrowserWindow_test.std.ts diff --git a/ts/test-node/util/unicodeBidi_test.ts b/ts/test-node/util/unicodeBidi_test.std.ts similarity index 100% rename from ts/test-node/util/unicodeBidi_test.ts rename to ts/test-node/util/unicodeBidi_test.std.ts diff --git a/ts/test-node/util/unicodeSlice_test.ts b/ts/test-node/util/unicodeSlice_test.node.ts similarity index 100% rename from ts/test-node/util/unicodeSlice_test.ts rename to ts/test-node/util/unicodeSlice_test.node.ts diff --git a/ts/test-node/util/uploads/helpers.ts b/ts/test-node/util/uploads/helpers.node.ts similarity index 100% rename from ts/test-node/util/uploads/helpers.ts rename to ts/test-node/util/uploads/helpers.node.ts diff --git a/ts/test-node/util/uploads/tusProtocol_test.ts b/ts/test-node/util/uploads/tusProtocol_test.node.ts similarity index 100% rename from ts/test-node/util/uploads/tusProtocol_test.ts rename to ts/test-node/util/uploads/tusProtocol_test.node.ts diff --git a/ts/test-node/util/url_test.ts b/ts/test-node/util/url_test.std.ts similarity index 100% rename from ts/test-node/util/url_test.ts rename to ts/test-node/util/url_test.std.ts diff --git a/ts/test-node/util/userLanguages_test.ts b/ts/test-node/util/userLanguages_test.std.ts similarity index 100% rename from ts/test-node/util/userLanguages_test.ts rename to ts/test-node/util/userLanguages_test.std.ts diff --git a/ts/test-node/util/version_test.ts b/ts/test-node/util/version_test.std.ts similarity index 100% rename from ts/test-node/util/version_test.ts rename to ts/test-node/util/version_test.std.ts diff --git a/ts/test-node/util/waitBatcher_test.ts b/ts/test-node/util/waitBatcher_test.std.ts similarity index 100% rename from ts/test-node/util/waitBatcher_test.ts rename to ts/test-node/util/waitBatcher_test.std.ts diff --git a/ts/test-node/util/waitForAll.ts b/ts/test-node/util/waitForAll.std.ts similarity index 100% rename from ts/test-node/util/waitForAll.ts rename to ts/test-node/util/waitForAll.std.ts diff --git a/ts/test-node/util/webSafeBase64_test.ts b/ts/test-node/util/webSafeBase64_test.std.ts similarity index 100% rename from ts/test-node/util/webSafeBase64_test.ts rename to ts/test-node/util/webSafeBase64_test.std.ts diff --git a/ts/test-node/util/windowsZoneIdentifier_test.ts b/ts/test-node/util/windowsZoneIdentifier_test.node.ts similarity index 100% rename from ts/test-node/util/windowsZoneIdentifier_test.ts rename to ts/test-node/util/windowsZoneIdentifier_test.node.ts diff --git a/ts/test-node/util/wrapEventEmitterOnce_test.ts b/ts/test-node/util/wrapEventEmitterOnce_test.node.ts similarity index 100% rename from ts/test-node/util/wrapEventEmitterOnce_test.ts rename to ts/test-node/util/wrapEventEmitterOnce_test.node.ts diff --git a/ts/test-node/util/zkgroup_test.ts b/ts/test-node/util/zkgroup_test.node.ts similarity index 100% rename from ts/test-node/util/zkgroup_test.ts rename to ts/test-node/util/zkgroup_test.node.ts diff --git a/ts/textsecure/AccountManager.ts b/ts/textsecure/AccountManager.preload.ts similarity index 100% rename from ts/textsecure/AccountManager.ts rename to ts/textsecure/AccountManager.preload.ts diff --git a/ts/textsecure/ContactsParser.ts b/ts/textsecure/ContactsParser.preload.ts similarity index 100% rename from ts/textsecure/ContactsParser.ts rename to ts/textsecure/ContactsParser.preload.ts diff --git a/ts/textsecure/Errors.ts b/ts/textsecure/Errors.std.ts similarity index 100% rename from ts/textsecure/Errors.ts rename to ts/textsecure/Errors.std.ts diff --git a/ts/textsecure/EventTarget.ts b/ts/textsecure/EventTarget.std.ts similarity index 100% rename from ts/textsecure/EventTarget.ts rename to ts/textsecure/EventTarget.std.ts diff --git a/ts/textsecure/Helpers.ts b/ts/textsecure/Helpers.std.ts similarity index 100% rename from ts/textsecure/Helpers.ts rename to ts/textsecure/Helpers.std.ts diff --git a/ts/textsecure/KeyChangeListener.ts b/ts/textsecure/KeyChangeListener.dom.ts similarity index 100% rename from ts/textsecure/KeyChangeListener.ts rename to ts/textsecure/KeyChangeListener.dom.ts diff --git a/ts/textsecure/MessageReceiver.ts b/ts/textsecure/MessageReceiver.preload.ts similarity index 100% rename from ts/textsecure/MessageReceiver.ts rename to ts/textsecure/MessageReceiver.preload.ts diff --git a/ts/textsecure/OutgoingMessage.ts b/ts/textsecure/OutgoingMessage.preload.ts similarity index 100% rename from ts/textsecure/OutgoingMessage.ts rename to ts/textsecure/OutgoingMessage.preload.ts diff --git a/ts/textsecure/Provisioner.ts b/ts/textsecure/Provisioner.preload.ts similarity index 100% rename from ts/textsecure/Provisioner.ts rename to ts/textsecure/Provisioner.preload.ts diff --git a/ts/textsecure/ProvisioningCipher.ts b/ts/textsecure/ProvisioningCipher.node.ts similarity index 100% rename from ts/textsecure/ProvisioningCipher.ts rename to ts/textsecure/ProvisioningCipher.node.ts diff --git a/ts/textsecure/SendMessage.ts b/ts/textsecure/SendMessage.preload.ts similarity index 100% rename from ts/textsecure/SendMessage.ts rename to ts/textsecure/SendMessage.preload.ts diff --git a/ts/textsecure/SocketManager.ts b/ts/textsecure/SocketManager.preload.ts similarity index 100% rename from ts/textsecure/SocketManager.ts rename to ts/textsecure/SocketManager.preload.ts diff --git a/ts/textsecure/Storage.ts b/ts/textsecure/Storage.preload.ts similarity index 100% rename from ts/textsecure/Storage.ts rename to ts/textsecure/Storage.preload.ts diff --git a/ts/textsecure/TaskWithTimeout.ts b/ts/textsecure/TaskWithTimeout.std.ts similarity index 100% rename from ts/textsecure/TaskWithTimeout.ts rename to ts/textsecure/TaskWithTimeout.std.ts diff --git a/ts/textsecure/UpdateKeysListener.ts b/ts/textsecure/UpdateKeysListener.preload.ts similarity index 100% rename from ts/textsecure/UpdateKeysListener.ts rename to ts/textsecure/UpdateKeysListener.preload.ts diff --git a/ts/textsecure/Utils.ts b/ts/textsecure/Utils.dom.ts similarity index 100% rename from ts/textsecure/Utils.ts rename to ts/textsecure/Utils.dom.ts diff --git a/ts/textsecure/WebAPI.ts b/ts/textsecure/WebAPI.preload.ts similarity index 100% rename from ts/textsecure/WebAPI.ts rename to ts/textsecure/WebAPI.preload.ts diff --git a/ts/textsecure/WebSocket.ts b/ts/textsecure/WebSocket.preload.ts similarity index 100% rename from ts/textsecure/WebSocket.ts rename to ts/textsecure/WebSocket.preload.ts diff --git a/ts/textsecure/WebsocketResources.ts b/ts/textsecure/WebsocketResources.preload.ts similarity index 100% rename from ts/textsecure/WebsocketResources.ts rename to ts/textsecure/WebsocketResources.preload.ts diff --git a/ts/textsecure/cds/CDSBase.ts b/ts/textsecure/cds/CDSBase.node.ts similarity index 100% rename from ts/textsecure/cds/CDSBase.ts rename to ts/textsecure/cds/CDSBase.node.ts diff --git a/ts/textsecure/cds/CDSI.ts b/ts/textsecure/cds/CDSI.node.ts similarity index 100% rename from ts/textsecure/cds/CDSI.ts rename to ts/textsecure/cds/CDSI.node.ts diff --git a/ts/textsecure/cds/CDSISocket.ts b/ts/textsecure/cds/CDSISocket.node.ts similarity index 100% rename from ts/textsecure/cds/CDSISocket.ts rename to ts/textsecure/cds/CDSISocket.node.ts diff --git a/ts/textsecure/cds/CDSSocketBase.ts b/ts/textsecure/cds/CDSSocketBase.node.ts similarity index 100% rename from ts/textsecure/cds/CDSSocketBase.ts rename to ts/textsecure/cds/CDSSocketBase.node.ts diff --git a/ts/textsecure/cds/RateLimitedError.ts b/ts/textsecure/cds/RateLimitedError.std.ts similarity index 100% rename from ts/textsecure/cds/RateLimitedError.ts rename to ts/textsecure/cds/RateLimitedError.std.ts diff --git a/ts/textsecure/downloadAttachment.ts b/ts/textsecure/downloadAttachment.preload.ts similarity index 100% rename from ts/textsecure/downloadAttachment.ts rename to ts/textsecure/downloadAttachment.preload.ts diff --git a/ts/textsecure/getKeysForServiceId.ts b/ts/textsecure/getKeysForServiceId.preload.ts similarity index 100% rename from ts/textsecure/getKeysForServiceId.ts rename to ts/textsecure/getKeysForServiceId.preload.ts diff --git a/ts/textsecure/messageReceiverEvents.ts b/ts/textsecure/messageReceiverEvents.std.ts similarity index 100% rename from ts/textsecure/messageReceiverEvents.ts rename to ts/textsecure/messageReceiverEvents.std.ts diff --git a/ts/textsecure/preconnect.ts b/ts/textsecure/preconnect.preload.ts similarity index 100% rename from ts/textsecure/preconnect.ts rename to ts/textsecure/preconnect.preload.ts diff --git a/ts/textsecure/processDataMessage.ts b/ts/textsecure/processDataMessage.preload.ts similarity index 100% rename from ts/textsecure/processDataMessage.ts rename to ts/textsecure/processDataMessage.preload.ts diff --git a/ts/textsecure/processSyncMessage.ts b/ts/textsecure/processSyncMessage.node.ts similarity index 100% rename from ts/textsecure/processSyncMessage.ts rename to ts/textsecure/processSyncMessage.node.ts diff --git a/ts/textsecure/storage/Blocked.ts b/ts/textsecure/storage/Blocked.std.ts similarity index 100% rename from ts/textsecure/storage/Blocked.ts rename to ts/textsecure/storage/Blocked.std.ts diff --git a/ts/textsecure/storage/User.ts b/ts/textsecure/storage/User.dom.ts similarity index 100% rename from ts/textsecure/storage/User.ts rename to ts/textsecure/storage/User.dom.ts diff --git a/ts/textsecure/syncRequests.ts b/ts/textsecure/syncRequests.preload.ts similarity index 100% rename from ts/textsecure/syncRequests.ts rename to ts/textsecure/syncRequests.preload.ts diff --git a/ts/types/Address.ts b/ts/types/Address.std.ts similarity index 100% rename from ts/types/Address.ts rename to ts/types/Address.std.ts diff --git a/ts/types/Attachment.ts b/ts/types/Attachment.std.ts similarity index 100% rename from ts/types/Attachment.ts rename to ts/types/Attachment.std.ts diff --git a/ts/types/AttachmentBackup.ts b/ts/types/AttachmentBackup.std.ts similarity index 100% rename from ts/types/AttachmentBackup.ts rename to ts/types/AttachmentBackup.std.ts diff --git a/ts/types/AttachmentDownload.ts b/ts/types/AttachmentDownload.std.ts similarity index 100% rename from ts/types/AttachmentDownload.ts rename to ts/types/AttachmentDownload.std.ts diff --git a/ts/types/AttachmentSize.ts b/ts/types/AttachmentSize.std.ts similarity index 100% rename from ts/types/AttachmentSize.ts rename to ts/types/AttachmentSize.std.ts diff --git a/ts/types/Audio.tsx b/ts/types/Audio.dom.tsx similarity index 100% rename from ts/types/Audio.tsx rename to ts/types/Audio.dom.tsx diff --git a/ts/types/AudioRecorder.ts b/ts/types/AudioRecorder.std.ts similarity index 100% rename from ts/types/AudioRecorder.ts rename to ts/types/AudioRecorder.std.ts diff --git a/ts/types/Avatar.ts b/ts/types/Avatar.std.ts similarity index 100% rename from ts/types/Avatar.ts rename to ts/types/Avatar.std.ts diff --git a/ts/types/BodyRange.ts b/ts/types/BodyRange.std.ts similarity index 100% rename from ts/types/BodyRange.ts rename to ts/types/BodyRange.std.ts diff --git a/ts/types/CallDisposition.ts b/ts/types/CallDisposition.std.ts similarity index 100% rename from ts/types/CallDisposition.ts rename to ts/types/CallDisposition.std.ts diff --git a/ts/types/CallLink.ts b/ts/types/CallLink.std.ts similarity index 100% rename from ts/types/CallLink.ts rename to ts/types/CallLink.std.ts diff --git a/ts/types/Calling.ts b/ts/types/Calling.std.ts similarity index 100% rename from ts/types/Calling.ts rename to ts/types/Calling.std.ts diff --git a/ts/types/ChatFolder.ts b/ts/types/ChatFolder.std.ts similarity index 100% rename from ts/types/ChatFolder.ts rename to ts/types/ChatFolder.std.ts diff --git a/ts/types/Colors.ts b/ts/types/Colors.std.ts similarity index 100% rename from ts/types/Colors.ts rename to ts/types/Colors.std.ts diff --git a/ts/types/Conversation.ts b/ts/types/Conversation.node.ts similarity index 100% rename from ts/types/Conversation.ts rename to ts/types/Conversation.node.ts diff --git a/ts/types/Crypto.ts b/ts/types/Crypto.std.ts similarity index 100% rename from ts/types/Crypto.ts rename to ts/types/Crypto.std.ts diff --git a/ts/types/CurrentChatFolders.ts b/ts/types/CurrentChatFolders.std.ts similarity index 100% rename from ts/types/CurrentChatFolders.ts rename to ts/types/CurrentChatFolders.std.ts diff --git a/ts/types/DNSFallback.ts b/ts/types/DNSFallback.std.ts similarity index 100% rename from ts/types/DNSFallback.ts rename to ts/types/DNSFallback.std.ts diff --git a/ts/types/Dialogs.ts b/ts/types/Dialogs.std.ts similarity index 100% rename from ts/types/Dialogs.ts rename to ts/types/Dialogs.std.ts diff --git a/ts/types/Donations.ts b/ts/types/Donations.std.ts similarity index 100% rename from ts/types/Donations.ts rename to ts/types/Donations.std.ts diff --git a/ts/types/DonationsCardForm.ts b/ts/types/DonationsCardForm.std.ts similarity index 100% rename from ts/types/DonationsCardForm.ts rename to ts/types/DonationsCardForm.std.ts diff --git a/ts/types/EmbeddedContact.ts b/ts/types/EmbeddedContact.std.ts similarity index 100% rename from ts/types/EmbeddedContact.ts rename to ts/types/EmbeddedContact.std.ts diff --git a/ts/types/ErrorWithToast.ts b/ts/types/ErrorWithToast.std.ts similarity index 100% rename from ts/types/ErrorWithToast.ts rename to ts/types/ErrorWithToast.std.ts diff --git a/ts/types/ForwardDraft.ts b/ts/types/ForwardDraft.std.ts similarity index 100% rename from ts/types/ForwardDraft.ts rename to ts/types/ForwardDraft.std.ts diff --git a/ts/types/GiftBadgeStates.ts b/ts/types/GiftBadgeStates.std.ts similarity index 100% rename from ts/types/GiftBadgeStates.ts rename to ts/types/GiftBadgeStates.std.ts diff --git a/ts/types/GroupSendEndorsements.ts b/ts/types/GroupSendEndorsements.std.ts similarity index 100% rename from ts/types/GroupSendEndorsements.ts rename to ts/types/GroupSendEndorsements.std.ts diff --git a/ts/types/HTTPError.ts b/ts/types/HTTPError.std.ts similarity index 100% rename from ts/types/HTTPError.ts rename to ts/types/HTTPError.std.ts diff --git a/ts/types/I18N.ts b/ts/types/I18N.std.ts similarity index 100% rename from ts/types/I18N.ts rename to ts/types/I18N.std.ts diff --git a/ts/types/IndexedDB.ts b/ts/types/IndexedDB.std.ts similarity index 100% rename from ts/types/IndexedDB.ts rename to ts/types/IndexedDB.std.ts diff --git a/ts/types/InstallScreen.ts b/ts/types/InstallScreen.std.ts similarity index 100% rename from ts/types/InstallScreen.ts rename to ts/types/InstallScreen.std.ts diff --git a/ts/types/LinkPreview.ts b/ts/types/LinkPreview.std.ts similarity index 100% rename from ts/types/LinkPreview.ts rename to ts/types/LinkPreview.std.ts diff --git a/ts/types/Logging.ts b/ts/types/Logging.std.ts similarity index 100% rename from ts/types/Logging.ts rename to ts/types/Logging.std.ts diff --git a/ts/types/MIME.ts b/ts/types/MIME.std.ts similarity index 100% rename from ts/types/MIME.ts rename to ts/types/MIME.std.ts diff --git a/ts/types/MapAsync.ts b/ts/types/MapAsync.std.ts similarity index 100% rename from ts/types/MapAsync.ts rename to ts/types/MapAsync.std.ts diff --git a/ts/types/MediaItem.ts b/ts/types/MediaItem.std.ts similarity index 100% rename from ts/types/MediaItem.ts rename to ts/types/MediaItem.std.ts diff --git a/ts/types/Megaphone.ts b/ts/types/Megaphone.std.ts similarity index 100% rename from ts/types/Megaphone.ts rename to ts/types/Megaphone.std.ts diff --git a/ts/types/Message.ts b/ts/types/Message.std.ts similarity index 100% rename from ts/types/Message.ts rename to ts/types/Message.std.ts diff --git a/ts/types/Message2.ts b/ts/types/Message2.preload.ts similarity index 100% rename from ts/types/Message2.ts rename to ts/types/Message2.preload.ts diff --git a/ts/types/MessageRequestResponseEvent.ts b/ts/types/MessageRequestResponseEvent.std.ts similarity index 100% rename from ts/types/MessageRequestResponseEvent.ts rename to ts/types/MessageRequestResponseEvent.std.ts diff --git a/ts/types/Nav.ts b/ts/types/Nav.std.ts similarity index 100% rename from ts/types/Nav.ts rename to ts/types/Nav.std.ts diff --git a/ts/types/NotificationProfile-node.ts b/ts/types/NotificationProfile-node.node.ts similarity index 100% rename from ts/types/NotificationProfile-node.ts rename to ts/types/NotificationProfile-node.node.ts diff --git a/ts/types/NotificationProfile.ts b/ts/types/NotificationProfile.std.ts similarity index 100% rename from ts/types/NotificationProfile.ts rename to ts/types/NotificationProfile.std.ts diff --git a/ts/types/OptionalResource.ts b/ts/types/OptionalResource.std.ts similarity index 100% rename from ts/types/OptionalResource.ts rename to ts/types/OptionalResource.std.ts diff --git a/ts/types/Panels.ts b/ts/types/Panels.std.ts similarity index 100% rename from ts/types/Panels.ts rename to ts/types/Panels.std.ts diff --git a/ts/types/Payment.ts b/ts/types/Payment.std.ts similarity index 100% rename from ts/types/Payment.ts rename to ts/types/Payment.std.ts diff --git a/ts/types/PhoneNumber.ts b/ts/types/PhoneNumber.std.ts similarity index 100% rename from ts/types/PhoneNumber.ts rename to ts/types/PhoneNumber.std.ts diff --git a/ts/types/PhoneNumberSharingMode.ts b/ts/types/PhoneNumberSharingMode.std.ts similarity index 100% rename from ts/types/PhoneNumberSharingMode.ts rename to ts/types/PhoneNumberSharingMode.std.ts diff --git a/ts/types/Polls.ts b/ts/types/Polls.dom.ts similarity index 100% rename from ts/types/Polls.ts rename to ts/types/Polls.dom.ts diff --git a/ts/types/PreferencesBackupPage.ts b/ts/types/PreferencesBackupPage.std.ts similarity index 100% rename from ts/types/PreferencesBackupPage.ts rename to ts/types/PreferencesBackupPage.std.ts diff --git a/ts/types/QualifiedAddress.ts b/ts/types/QualifiedAddress.std.ts similarity index 100% rename from ts/types/QualifiedAddress.ts rename to ts/types/QualifiedAddress.std.ts diff --git a/ts/types/Reactions.ts b/ts/types/Reactions.std.ts similarity index 100% rename from ts/types/Reactions.ts rename to ts/types/Reactions.std.ts diff --git a/ts/types/Receipt.ts b/ts/types/Receipt.std.ts similarity index 100% rename from ts/types/Receipt.ts rename to ts/types/Receipt.std.ts diff --git a/ts/types/RendererConfig.ts b/ts/types/RendererConfig.std.ts similarity index 100% rename from ts/types/RendererConfig.ts rename to ts/types/RendererConfig.std.ts diff --git a/ts/types/SafeStorageBackendChangeError.ts b/ts/types/SafeStorageBackendChangeError.std.ts similarity index 100% rename from ts/types/SafeStorageBackendChangeError.ts rename to ts/types/SafeStorageBackendChangeError.std.ts diff --git a/ts/types/SafeStorageDecryptionError.ts b/ts/types/SafeStorageDecryptionError.std.ts similarity index 100% rename from ts/types/SafeStorageDecryptionError.ts rename to ts/types/SafeStorageDecryptionError.std.ts diff --git a/ts/types/SafetyNumberChangeSource.ts b/ts/types/SafetyNumberChangeSource.std.ts similarity index 100% rename from ts/types/SafetyNumberChangeSource.ts rename to ts/types/SafetyNumberChangeSource.std.ts diff --git a/ts/types/SchemaVersion.ts b/ts/types/SchemaVersion.std.ts similarity index 100% rename from ts/types/SchemaVersion.ts rename to ts/types/SchemaVersion.std.ts diff --git a/ts/types/SealedSender.ts b/ts/types/SealedSender.std.ts similarity index 100% rename from ts/types/SealedSender.ts rename to ts/types/SealedSender.std.ts diff --git a/ts/types/ServerAlert.ts b/ts/types/ServerAlert.std.ts similarity index 100% rename from ts/types/ServerAlert.ts rename to ts/types/ServerAlert.std.ts diff --git a/ts/types/ServiceId.ts b/ts/types/ServiceId.std.ts similarity index 100% rename from ts/types/ServiceId.ts rename to ts/types/ServiceId.std.ts diff --git a/ts/types/Settings.ts b/ts/types/Settings.std.ts similarity index 100% rename from ts/types/Settings.ts rename to ts/types/Settings.std.ts diff --git a/ts/types/SignalConversation.ts b/ts/types/SignalConversation.std.ts similarity index 100% rename from ts/types/SignalConversation.ts rename to ts/types/SignalConversation.std.ts diff --git a/ts/types/SocketStatus.ts b/ts/types/SocketStatus.std.ts similarity index 100% rename from ts/types/SocketStatus.ts rename to ts/types/SocketStatus.std.ts diff --git a/ts/types/Stickers.ts b/ts/types/Stickers.preload.ts similarity index 100% rename from ts/types/Stickers.ts rename to ts/types/Stickers.preload.ts diff --git a/ts/types/StorageUIKeys.ts b/ts/types/StorageUIKeys.std.ts similarity index 100% rename from ts/types/StorageUIKeys.ts rename to ts/types/StorageUIKeys.std.ts diff --git a/ts/types/Stories.ts b/ts/types/Stories.std.ts similarity index 100% rename from ts/types/Stories.ts rename to ts/types/Stories.std.ts diff --git a/ts/types/StoryDistributionId.ts b/ts/types/StoryDistributionId.std.ts similarity index 100% rename from ts/types/StoryDistributionId.ts rename to ts/types/StoryDistributionId.std.ts diff --git a/ts/types/SystemTraySetting.ts b/ts/types/SystemTraySetting.std.ts similarity index 100% rename from ts/types/SystemTraySetting.ts rename to ts/types/SystemTraySetting.std.ts diff --git a/ts/types/Toast.tsx b/ts/types/Toast.dom.tsx similarity index 100% rename from ts/types/Toast.tsx rename to ts/types/Toast.dom.tsx diff --git a/ts/types/Username.ts b/ts/types/Username.std.ts similarity index 100% rename from ts/types/Username.ts rename to ts/types/Username.std.ts diff --git a/ts/types/Util.ts b/ts/types/Util.std.ts similarity index 100% rename from ts/types/Util.ts rename to ts/types/Util.std.ts diff --git a/ts/types/VerificationTransport.ts b/ts/types/VerificationTransport.std.ts similarity index 100% rename from ts/types/VerificationTransport.ts rename to ts/types/VerificationTransport.std.ts diff --git a/ts/types/VisualAttachment.ts b/ts/types/VisualAttachment.dom.ts similarity index 100% rename from ts/types/VisualAttachment.ts rename to ts/types/VisualAttachment.dom.ts diff --git a/ts/types/backups.ts b/ts/types/backups.node.ts similarity index 100% rename from ts/types/backups.ts rename to ts/types/backups.node.ts diff --git a/ts/types/emoji.ts b/ts/types/emoji.std.ts similarity index 100% rename from ts/types/emoji.ts rename to ts/types/emoji.std.ts diff --git a/ts/types/errors.ts b/ts/types/errors.std.ts similarity index 100% rename from ts/types/errors.ts rename to ts/types/errors.std.ts diff --git a/ts/types/globalModals.ts b/ts/types/globalModals.std.ts similarity index 100% rename from ts/types/globalModals.ts rename to ts/types/globalModals.std.ts diff --git a/ts/types/groups.ts b/ts/types/groups.std.ts similarity index 100% rename from ts/types/groups.ts rename to ts/types/groups.std.ts diff --git a/ts/types/leftPane.ts b/ts/types/leftPane.std.ts similarity index 100% rename from ts/types/leftPane.ts rename to ts/types/leftPane.std.ts diff --git a/ts/types/menu.ts b/ts/types/menu.std.ts similarity index 100% rename from ts/types/menu.ts rename to ts/types/menu.std.ts diff --git a/ts/types/message/LinkPreviews.ts b/ts/types/message/LinkPreviews.std.ts similarity index 100% rename from ts/types/message/LinkPreviews.ts rename to ts/types/message/LinkPreviews.std.ts diff --git a/ts/types/message/MessageStatus.ts b/ts/types/message/MessageStatus.std.ts similarity index 100% rename from ts/types/message/MessageStatus.ts rename to ts/types/message/MessageStatus.std.ts diff --git a/ts/types/notifications.ts b/ts/types/notifications.std.ts similarity index 100% rename from ts/types/notifications.ts rename to ts/types/notifications.std.ts diff --git a/ts/types/safetyNumber.ts b/ts/types/safetyNumber.std.ts similarity index 100% rename from ts/types/safetyNumber.ts rename to ts/types/safetyNumber.std.ts diff --git a/ts/types/support.ts b/ts/types/support.std.ts similarity index 100% rename from ts/types/support.ts rename to ts/types/support.std.ts diff --git a/ts/updateConversationsWithUuidLookup.ts b/ts/updateConversationsWithUuidLookup.dom.ts similarity index 100% rename from ts/updateConversationsWithUuidLookup.ts rename to ts/updateConversationsWithUuidLookup.dom.ts diff --git a/ts/updater/common.ts b/ts/updater/common.main.ts similarity index 100% rename from ts/updater/common.ts rename to ts/updater/common.main.ts diff --git a/ts/updater/curve.ts b/ts/updater/curve.node.ts similarity index 100% rename from ts/updater/curve.ts rename to ts/updater/curve.node.ts diff --git a/ts/updater/differential.ts b/ts/updater/differential.node.ts similarity index 100% rename from ts/updater/differential.ts rename to ts/updater/differential.node.ts diff --git a/ts/updater/generateKeyPair.ts b/ts/updater/generateKeyPair.main.ts similarity index 100% rename from ts/updater/generateKeyPair.ts rename to ts/updater/generateKeyPair.main.ts diff --git a/ts/updater/generateSignature.ts b/ts/updater/generateSignature.main.ts similarity index 100% rename from ts/updater/generateSignature.ts rename to ts/updater/generateSignature.main.ts diff --git a/ts/updater/got.ts b/ts/updater/got.node.ts similarity index 100% rename from ts/updater/got.ts rename to ts/updater/got.node.ts diff --git a/ts/updater/index.ts b/ts/updater/index.main.ts similarity index 100% rename from ts/updater/index.ts rename to ts/updater/index.main.ts diff --git a/ts/updater/linux.ts b/ts/updater/linux.main.ts similarity index 100% rename from ts/updater/linux.ts rename to ts/updater/linux.main.ts diff --git a/ts/updater/macos.ts b/ts/updater/macos.main.ts similarity index 100% rename from ts/updater/macos.ts rename to ts/updater/macos.main.ts diff --git a/ts/updater/signature.ts b/ts/updater/signature.node.ts similarity index 100% rename from ts/updater/signature.ts rename to ts/updater/signature.node.ts diff --git a/ts/updater/util.ts b/ts/updater/util.node.ts similarity index 100% rename from ts/updater/util.ts rename to ts/updater/util.node.ts diff --git a/ts/updater/windows.ts b/ts/updater/windows.main.ts similarity index 100% rename from ts/updater/windows.ts rename to ts/updater/windows.main.ts diff --git a/ts/util/AbortableProcess.ts b/ts/util/AbortableProcess.std.ts similarity index 100% rename from ts/util/AbortableProcess.ts rename to ts/util/AbortableProcess.std.ts diff --git a/ts/util/AsyncQueue.ts b/ts/util/AsyncQueue.std.ts similarity index 100% rename from ts/util/AsyncQueue.ts rename to ts/util/AsyncQueue.std.ts diff --git a/ts/util/Attachment.ts b/ts/util/Attachment.std.ts similarity index 100% rename from ts/util/Attachment.ts rename to ts/util/Attachment.std.ts diff --git a/ts/util/AttachmentCrypto.ts b/ts/util/AttachmentCrypto.std.ts similarity index 100% rename from ts/util/AttachmentCrypto.ts rename to ts/util/AttachmentCrypto.std.ts diff --git a/ts/util/BackOff.ts b/ts/util/BackOff.std.ts similarity index 100% rename from ts/util/BackOff.ts rename to ts/util/BackOff.std.ts diff --git a/ts/util/DelimitedStream.ts b/ts/util/DelimitedStream.node.ts similarity index 100% rename from ts/util/DelimitedStream.ts rename to ts/util/DelimitedStream.node.ts diff --git a/ts/util/GoogleChrome.ts b/ts/util/GoogleChrome.std.ts similarity index 100% rename from ts/util/GoogleChrome.ts rename to ts/util/GoogleChrome.std.ts diff --git a/ts/util/JobQueue.ts b/ts/util/JobQueue.std.ts similarity index 100% rename from ts/util/JobQueue.ts rename to ts/util/JobQueue.std.ts diff --git a/ts/util/LatestQueue.ts b/ts/util/LatestQueue.std.ts similarity index 100% rename from ts/util/LatestQueue.ts rename to ts/util/LatestQueue.std.ts diff --git a/ts/util/MemoryStream.ts b/ts/util/MemoryStream.node.ts similarity index 100% rename from ts/util/MemoryStream.ts rename to ts/util/MemoryStream.node.ts diff --git a/ts/util/ServiceId.ts b/ts/util/ServiceId.node.ts similarity index 100% rename from ts/util/ServiceId.ts rename to ts/util/ServiceId.node.ts diff --git a/ts/util/Settings.ts b/ts/util/Settings.preload.ts similarity index 100% rename from ts/util/Settings.ts rename to ts/util/Settings.preload.ts diff --git a/ts/util/Sound.ts b/ts/util/Sound.std.ts similarity index 100% rename from ts/util/Sound.ts rename to ts/util/Sound.std.ts diff --git a/ts/util/StartupQueue.ts b/ts/util/StartupQueue.std.ts similarity index 100% rename from ts/util/StartupQueue.ts rename to ts/util/StartupQueue.std.ts diff --git a/ts/util/Stickers.ts b/ts/util/Stickers.std.ts similarity index 100% rename from ts/util/Stickers.ts rename to ts/util/Stickers.std.ts diff --git a/ts/util/Username.ts b/ts/util/Username.dom.ts similarity index 100% rename from ts/util/Username.ts rename to ts/util/Username.dom.ts diff --git a/ts/util/Zone.ts b/ts/util/Zone.std.ts similarity index 100% rename from ts/util/Zone.ts rename to ts/util/Zone.std.ts diff --git a/ts/util/appendMacStream.ts b/ts/util/appendMacStream.node.ts similarity index 100% rename from ts/util/appendMacStream.ts rename to ts/util/appendMacStream.node.ts diff --git a/ts/util/areObjectEntriesEqual.ts b/ts/util/areObjectEntriesEqual.std.ts similarity index 100% rename from ts/util/areObjectEntriesEqual.ts rename to ts/util/areObjectEntriesEqual.std.ts diff --git a/ts/util/arePinnedConversationsEqual.ts b/ts/util/arePinnedConversationsEqual.node.ts similarity index 100% rename from ts/util/arePinnedConversationsEqual.ts rename to ts/util/arePinnedConversationsEqual.node.ts diff --git a/ts/util/areWeAdmin.ts b/ts/util/areWeAdmin.preload.ts similarity index 100% rename from ts/util/areWeAdmin.ts rename to ts/util/areWeAdmin.preload.ts diff --git a/ts/util/arrayBufferToObjectURL.ts b/ts/util/arrayBufferToObjectURL.std.ts similarity index 100% rename from ts/util/arrayBufferToObjectURL.ts rename to ts/util/arrayBufferToObjectURL.std.ts diff --git a/ts/util/assert.ts b/ts/util/assert.std.ts similarity index 100% rename from ts/util/assert.ts rename to ts/util/assert.std.ts diff --git a/ts/util/assignWithNoUnnecessaryAllocation.ts b/ts/util/assignWithNoUnnecessaryAllocation.std.ts similarity index 100% rename from ts/util/assignWithNoUnnecessaryAllocation.ts rename to ts/util/assignWithNoUnnecessaryAllocation.std.ts diff --git a/ts/util/asyncIterables.ts b/ts/util/asyncIterables.std.ts similarity index 100% rename from ts/util/asyncIterables.ts rename to ts/util/asyncIterables.std.ts diff --git a/ts/util/attachmentDownloadQueue.ts b/ts/util/attachmentDownloadQueue.preload.ts similarity index 100% rename from ts/util/attachmentDownloadQueue.ts rename to ts/util/attachmentDownloadQueue.preload.ts diff --git a/ts/util/attachmentPath.ts b/ts/util/attachmentPath.node.ts similarity index 100% rename from ts/util/attachmentPath.ts rename to ts/util/attachmentPath.node.ts diff --git a/ts/util/attachments.ts b/ts/util/attachments.preload.ts similarity index 100% rename from ts/util/attachments.ts rename to ts/util/attachments.preload.ts diff --git a/ts/util/attachments/markAttachmentAsPermanentlyErrored.ts b/ts/util/attachments/markAttachmentAsPermanentlyErrored.std.ts similarity index 100% rename from ts/util/attachments/markAttachmentAsPermanentlyErrored.ts rename to ts/util/attachments/markAttachmentAsPermanentlyErrored.std.ts diff --git a/ts/util/attachments/migrateDataToFilesystem.ts b/ts/util/attachments/migrateDataToFilesystem.std.ts similarity index 100% rename from ts/util/attachments/migrateDataToFilesystem.ts rename to ts/util/attachments/migrateDataToFilesystem.std.ts diff --git a/ts/util/avatarDataToBytes.ts b/ts/util/avatarDataToBytes.dom.ts similarity index 100% rename from ts/util/avatarDataToBytes.ts rename to ts/util/avatarDataToBytes.dom.ts diff --git a/ts/util/avatarTextSizeCalculator.ts b/ts/util/avatarTextSizeCalculator.std.ts similarity index 100% rename from ts/util/avatarTextSizeCalculator.ts rename to ts/util/avatarTextSizeCalculator.std.ts diff --git a/ts/util/avatarUtils.ts b/ts/util/avatarUtils.preload.ts similarity index 100% rename from ts/util/avatarUtils.ts rename to ts/util/avatarUtils.preload.ts diff --git a/ts/util/awaitObject.ts b/ts/util/awaitObject.std.ts similarity index 100% rename from ts/util/awaitObject.ts rename to ts/util/awaitObject.std.ts diff --git a/ts/util/backupMediaDownload.ts b/ts/util/backupMediaDownload.preload.ts similarity index 100% rename from ts/util/backupMediaDownload.ts rename to ts/util/backupMediaDownload.preload.ts diff --git a/ts/util/backupSubscriptionData.ts b/ts/util/backupSubscriptionData.preload.ts similarity index 100% rename from ts/util/backupSubscriptionData.ts rename to ts/util/backupSubscriptionData.preload.ts diff --git a/ts/util/basePaths.ts b/ts/util/basePaths.preload.ts similarity index 100% rename from ts/util/basePaths.ts rename to ts/util/basePaths.preload.ts diff --git a/ts/util/batcher.ts b/ts/util/batcher.std.ts similarity index 100% rename from ts/util/batcher.ts rename to ts/util/batcher.std.ts diff --git a/ts/util/benchmark/stats.ts b/ts/util/benchmark/stats.std.ts similarity index 100% rename from ts/util/benchmark/stats.ts rename to ts/util/benchmark/stats.std.ts diff --git a/ts/util/blockSendUntilConversationsAreVerified.ts b/ts/util/blockSendUntilConversationsAreVerified.dom.ts similarity index 100% rename from ts/util/blockSendUntilConversationsAreVerified.ts rename to ts/util/blockSendUntilConversationsAreVerified.dom.ts diff --git a/ts/util/buildExpiration.ts b/ts/util/buildExpiration.std.ts similarity index 100% rename from ts/util/buildExpiration.ts rename to ts/util/buildExpiration.std.ts diff --git a/ts/util/callDisposition.ts b/ts/util/callDisposition.preload.ts similarity index 100% rename from ts/util/callDisposition.ts rename to ts/util/callDisposition.preload.ts diff --git a/ts/util/callLinkRootKeyToUrl.ts b/ts/util/callLinkRootKeyToUrl.std.ts similarity index 100% rename from ts/util/callLinkRootKeyToUrl.ts rename to ts/util/callLinkRootKeyToUrl.std.ts diff --git a/ts/util/callLinks.ts b/ts/util/callLinks.std.ts similarity index 100% rename from ts/util/callLinks.ts rename to ts/util/callLinks.std.ts diff --git a/ts/util/callLinks/zkgroup.ts b/ts/util/callLinks/zkgroup.preload.ts similarity index 100% rename from ts/util/callLinks/zkgroup.ts rename to ts/util/callLinks/zkgroup.preload.ts diff --git a/ts/util/callLinksRingrtc.ts b/ts/util/callLinksRingrtc.node.ts similarity index 100% rename from ts/util/callLinksRingrtc.ts rename to ts/util/callLinksRingrtc.node.ts diff --git a/ts/util/callingGetParticipantName.ts b/ts/util/callingGetParticipantName.std.ts similarity index 100% rename from ts/util/callingGetParticipantName.ts rename to ts/util/callingGetParticipantName.std.ts diff --git a/ts/util/callingIsReconnecting.ts b/ts/util/callingIsReconnecting.std.ts similarity index 100% rename from ts/util/callingIsReconnecting.ts rename to ts/util/callingIsReconnecting.std.ts diff --git a/ts/util/callingMessageToProto.ts b/ts/util/callingMessageToProto.node.ts similarity index 100% rename from ts/util/callingMessageToProto.ts rename to ts/util/callingMessageToProto.node.ts diff --git a/ts/util/callingNotification.ts b/ts/util/callingNotification.std.ts similarity index 100% rename from ts/util/callingNotification.ts rename to ts/util/callingNotification.std.ts diff --git a/ts/util/callingPermissions.ts b/ts/util/callingPermissions.dom.ts similarity index 100% rename from ts/util/callingPermissions.ts rename to ts/util/callingPermissions.dom.ts diff --git a/ts/util/callingTones.ts b/ts/util/callingTones.preload.ts similarity index 100% rename from ts/util/callingTones.ts rename to ts/util/callingTones.preload.ts diff --git a/ts/util/canAddNewMembers.ts b/ts/util/canAddNewMembers.preload.ts similarity index 100% rename from ts/util/canAddNewMembers.ts rename to ts/util/canAddNewMembers.preload.ts diff --git a/ts/util/canBeAnnouncementGroup.ts b/ts/util/canBeAnnouncementGroup.dom.ts similarity index 100% rename from ts/util/canBeAnnouncementGroup.ts rename to ts/util/canBeAnnouncementGroup.dom.ts diff --git a/ts/util/canChangeTimer.ts b/ts/util/canChangeTimer.preload.ts similarity index 100% rename from ts/util/canChangeTimer.ts rename to ts/util/canChangeTimer.preload.ts diff --git a/ts/util/canConversationBeUnarchived.ts b/ts/util/canConversationBeUnarchived.preload.ts similarity index 100% rename from ts/util/canConversationBeUnarchived.ts rename to ts/util/canConversationBeUnarchived.preload.ts diff --git a/ts/util/canEditGroupInfo.ts b/ts/util/canEditGroupInfo.preload.ts similarity index 100% rename from ts/util/canEditGroupInfo.ts rename to ts/util/canEditGroupInfo.preload.ts diff --git a/ts/util/canEditMessage.ts b/ts/util/canEditMessage.dom.ts similarity index 100% rename from ts/util/canEditMessage.ts rename to ts/util/canEditMessage.dom.ts diff --git a/ts/util/canvasToBlob.ts b/ts/util/canvasToBlob.std.ts similarity index 100% rename from ts/util/canvasToBlob.ts rename to ts/util/canvasToBlob.std.ts diff --git a/ts/util/canvasToBytes.ts b/ts/util/canvasToBytes.std.ts similarity index 100% rename from ts/util/canvasToBytes.ts rename to ts/util/canvasToBytes.std.ts diff --git a/ts/util/captureDimensionsAndScreenshot.ts b/ts/util/captureDimensionsAndScreenshot.dom.ts similarity index 100% rename from ts/util/captureDimensionsAndScreenshot.ts rename to ts/util/captureDimensionsAndScreenshot.dom.ts diff --git a/ts/util/characters.ts b/ts/util/characters.std.ts similarity index 100% rename from ts/util/characters.ts rename to ts/util/characters.std.ts diff --git a/ts/util/checkFirstEnvelope.ts b/ts/util/checkFirstEnvelope.dom.ts similarity index 100% rename from ts/util/checkFirstEnvelope.ts rename to ts/util/checkFirstEnvelope.dom.ts diff --git a/ts/util/checkOurPniIdentityKey.ts b/ts/util/checkOurPniIdentityKey.preload.ts similarity index 100% rename from ts/util/checkOurPniIdentityKey.ts rename to ts/util/checkOurPniIdentityKey.preload.ts diff --git a/ts/util/cleanup.ts b/ts/util/cleanup.preload.ts similarity index 100% rename from ts/util/cleanup.ts rename to ts/util/cleanup.preload.ts diff --git a/ts/util/clearConversationDraftAttachments.ts b/ts/util/clearConversationDraftAttachments.preload.ts similarity index 100% rename from ts/util/clearConversationDraftAttachments.ts rename to ts/util/clearConversationDraftAttachments.preload.ts diff --git a/ts/util/clearTimeoutIfNecessary.ts b/ts/util/clearTimeoutIfNecessary.std.ts similarity index 100% rename from ts/util/clearTimeoutIfNecessary.ts rename to ts/util/clearTimeoutIfNecessary.std.ts diff --git a/ts/util/combineNames.ts b/ts/util/combineNames.std.ts similarity index 100% rename from ts/util/combineNames.ts rename to ts/util/combineNames.std.ts diff --git a/ts/util/computeBlurHashUrl.ts b/ts/util/computeBlurHashUrl.std.ts similarity index 100% rename from ts/util/computeBlurHashUrl.ts rename to ts/util/computeBlurHashUrl.std.ts diff --git a/ts/util/consoleLogger.ts b/ts/util/consoleLogger.std.ts similarity index 100% rename from ts/util/consoleLogger.ts rename to ts/util/consoleLogger.std.ts diff --git a/ts/util/contactSpoofing.ts b/ts/util/contactSpoofing.std.ts similarity index 100% rename from ts/util/contactSpoofing.ts rename to ts/util/contactSpoofing.std.ts diff --git a/ts/util/copyDataMessageIntoMessage.ts b/ts/util/copyDataMessageIntoMessage.std.ts similarity index 100% rename from ts/util/copyDataMessageIntoMessage.ts rename to ts/util/copyDataMessageIntoMessage.std.ts diff --git a/ts/util/copyLinksWithToast.ts b/ts/util/copyLinksWithToast.dom.ts similarity index 100% rename from ts/util/copyLinksWithToast.ts rename to ts/util/copyLinksWithToast.dom.ts diff --git a/ts/util/countMutedStats.ts b/ts/util/countMutedStats.std.ts similarity index 100% rename from ts/util/countMutedStats.ts rename to ts/util/countMutedStats.std.ts diff --git a/ts/util/countUnreadStats.ts b/ts/util/countUnreadStats.std.ts similarity index 100% rename from ts/util/countUnreadStats.ts rename to ts/util/countUnreadStats.std.ts diff --git a/ts/util/createAvatarData.ts b/ts/util/createAvatarData.std.ts similarity index 100% rename from ts/util/createAvatarData.ts rename to ts/util/createAvatarData.std.ts diff --git a/ts/util/createHTTPSAgent.ts b/ts/util/createHTTPSAgent.node.ts similarity index 100% rename from ts/util/createHTTPSAgent.ts rename to ts/util/createHTTPSAgent.node.ts diff --git a/ts/util/createIPCEvents.ts b/ts/util/createIPCEvents.preload.ts similarity index 100% rename from ts/util/createIPCEvents.ts rename to ts/util/createIPCEvents.preload.ts diff --git a/ts/util/createIdenticon.tsx b/ts/util/createIdenticon.preload.tsx similarity index 100% rename from ts/util/createIdenticon.tsx rename to ts/util/createIdenticon.preload.tsx diff --git a/ts/util/createProxyAgent.ts b/ts/util/createProxyAgent.node.ts similarity index 100% rename from ts/util/createProxyAgent.ts rename to ts/util/createProxyAgent.node.ts diff --git a/ts/util/createSupportUrl.ts b/ts/util/createSupportUrl.std.ts similarity index 100% rename from ts/util/createSupportUrl.ts rename to ts/util/createSupportUrl.std.ts diff --git a/ts/util/currency.ts b/ts/util/currency.dom.ts similarity index 100% rename from ts/util/currency.ts rename to ts/util/currency.dom.ts diff --git a/ts/util/decipherWithAesKey.ts b/ts/util/decipherWithAesKey.node.ts similarity index 100% rename from ts/util/decipherWithAesKey.ts rename to ts/util/decipherWithAesKey.node.ts diff --git a/ts/util/deconstructLookup.ts b/ts/util/deconstructLookup.std.ts similarity index 100% rename from ts/util/deconstructLookup.ts rename to ts/util/deconstructLookup.std.ts diff --git a/ts/util/deepClone.ts b/ts/util/deepClone.std.ts similarity index 100% rename from ts/util/deepClone.ts rename to ts/util/deepClone.std.ts diff --git a/ts/util/deleteAllLogs.ts b/ts/util/deleteAllLogs.preload.ts similarity index 100% rename from ts/util/deleteAllLogs.ts rename to ts/util/deleteAllLogs.preload.ts diff --git a/ts/util/deleteAllMyStories.ts b/ts/util/deleteAllMyStories.preload.ts similarity index 100% rename from ts/util/deleteAllMyStories.ts rename to ts/util/deleteAllMyStories.preload.ts diff --git a/ts/util/deleteDraftAttachment.ts b/ts/util/deleteDraftAttachment.preload.ts similarity index 100% rename from ts/util/deleteDraftAttachment.ts rename to ts/util/deleteDraftAttachment.preload.ts diff --git a/ts/util/deleteForEveryone.ts b/ts/util/deleteForEveryone.preload.ts similarity index 100% rename from ts/util/deleteForEveryone.ts rename to ts/util/deleteForEveryone.preload.ts diff --git a/ts/util/deleteForMe.ts b/ts/util/deleteForMe.preload.ts similarity index 100% rename from ts/util/deleteForMe.ts rename to ts/util/deleteForMe.preload.ts diff --git a/ts/util/deleteForMe.types.ts b/ts/util/deleteForMe.types.std.ts similarity index 100% rename from ts/util/deleteForMe.types.ts rename to ts/util/deleteForMe.types.std.ts diff --git a/ts/util/deleteGroupStoryReplyForEveryone.ts b/ts/util/deleteGroupStoryReplyForEveryone.preload.ts similarity index 100% rename from ts/util/deleteGroupStoryReplyForEveryone.ts rename to ts/util/deleteGroupStoryReplyForEveryone.preload.ts diff --git a/ts/util/deleteStoryForEveryone.ts b/ts/util/deleteStoryForEveryone.preload.ts similarity index 100% rename from ts/util/deleteStoryForEveryone.ts rename to ts/util/deleteStoryForEveryone.preload.ts diff --git a/ts/util/deliveryReceipt.ts b/ts/util/deliveryReceipt.preload.ts similarity index 100% rename from ts/util/deliveryReceipt.ts rename to ts/util/deliveryReceipt.preload.ts diff --git a/ts/util/denyPendingApprovalRequest.ts b/ts/util/denyPendingApprovalRequest.preload.ts similarity index 100% rename from ts/util/denyPendingApprovalRequest.ts rename to ts/util/denyPendingApprovalRequest.preload.ts diff --git a/ts/util/deprecated.ts b/ts/util/deprecated.std.ts similarity index 100% rename from ts/util/deprecated.ts rename to ts/util/deprecated.std.ts diff --git a/ts/util/desktopCapturer.ts b/ts/util/desktopCapturer.preload.ts similarity index 100% rename from ts/util/desktopCapturer.ts rename to ts/util/desktopCapturer.preload.ts diff --git a/ts/util/diffArraysAsSets.ts b/ts/util/diffArraysAsSets.std.ts similarity index 100% rename from ts/util/diffArraysAsSets.ts rename to ts/util/diffArraysAsSets.std.ts diff --git a/ts/util/distributionListToSendTarget.ts b/ts/util/distributionListToSendTarget.preload.ts similarity index 100% rename from ts/util/distributionListToSendTarget.ts rename to ts/util/distributionListToSendTarget.preload.ts diff --git a/ts/util/dns.ts b/ts/util/dns.node.ts similarity index 100% rename from ts/util/dns.ts rename to ts/util/dns.node.ts diff --git a/ts/util/donations.ts b/ts/util/donations.dom.ts similarity index 100% rename from ts/util/donations.ts rename to ts/util/donations.dom.ts diff --git a/ts/util/doubleCheckMissingQuoteReference.ts b/ts/util/doubleCheckMissingQuoteReference.preload.ts similarity index 100% rename from ts/util/doubleCheckMissingQuoteReference.ts rename to ts/util/doubleCheckMissingQuoteReference.preload.ts diff --git a/ts/util/downloadAttachment.ts b/ts/util/downloadAttachment.preload.ts similarity index 100% rename from ts/util/downloadAttachment.ts rename to ts/util/downloadAttachment.preload.ts diff --git a/ts/util/downloadAttachmentFromLocalBackup.ts b/ts/util/downloadAttachmentFromLocalBackup.preload.ts similarity index 100% rename from ts/util/downloadAttachmentFromLocalBackup.ts rename to ts/util/downloadAttachmentFromLocalBackup.preload.ts diff --git a/ts/util/downloadOnboardingStory.ts b/ts/util/downloadOnboardingStory.preload.ts similarity index 100% rename from ts/util/downloadOnboardingStory.ts rename to ts/util/downloadOnboardingStory.preload.ts diff --git a/ts/util/drop.ts b/ts/util/drop.std.ts similarity index 100% rename from ts/util/drop.ts rename to ts/util/drop.std.ts diff --git a/ts/util/dropNull.ts b/ts/util/dropNull.std.ts similarity index 100% rename from ts/util/dropNull.ts rename to ts/util/dropNull.std.ts diff --git a/ts/util/dropZero.ts b/ts/util/dropZero.std.ts similarity index 100% rename from ts/util/dropZero.ts rename to ts/util/dropZero.std.ts diff --git a/ts/util/durationToPlaybackText.ts b/ts/util/durationToPlaybackText.std.ts similarity index 100% rename from ts/util/durationToPlaybackText.ts rename to ts/util/durationToPlaybackText.std.ts diff --git a/ts/util/durations/constants.ts b/ts/util/durations/constants.std.ts similarity index 100% rename from ts/util/durations/constants.ts rename to ts/util/durations/constants.std.ts diff --git a/ts/util/durations/duration-in-seconds.ts b/ts/util/durations/duration-in-seconds.std.ts similarity index 100% rename from ts/util/durations/duration-in-seconds.ts rename to ts/util/durations/duration-in-seconds.std.ts diff --git a/ts/util/durations/index.ts b/ts/util/durations/index.std.ts similarity index 100% rename from ts/util/durations/index.ts rename to ts/util/durations/index.std.ts diff --git a/ts/util/editHelpers.ts b/ts/util/editHelpers.std.ts similarity index 100% rename from ts/util/editHelpers.ts rename to ts/util/editHelpers.std.ts diff --git a/ts/util/emoji.ts b/ts/util/emoji.std.ts similarity index 100% rename from ts/util/emoji.ts rename to ts/util/emoji.std.ts diff --git a/ts/util/encryptConversationAttachments.ts b/ts/util/encryptConversationAttachments.preload.ts similarity index 100% rename from ts/util/encryptConversationAttachments.ts rename to ts/util/encryptConversationAttachments.preload.ts diff --git a/ts/util/encryptLegacyAttachment.ts b/ts/util/encryptLegacyAttachment.preload.ts similarity index 100% rename from ts/util/encryptLegacyAttachment.ts rename to ts/util/encryptLegacyAttachment.preload.ts diff --git a/ts/util/encryptProfileData.ts b/ts/util/encryptProfileData.preload.ts similarity index 100% rename from ts/util/encryptProfileData.ts rename to ts/util/encryptProfileData.preload.ts diff --git a/ts/util/enum.ts b/ts/util/enum.std.ts similarity index 100% rename from ts/util/enum.ts rename to ts/util/enum.std.ts diff --git a/ts/util/expirationTimer.ts b/ts/util/expirationTimer.std.ts similarity index 100% rename from ts/util/expirationTimer.ts rename to ts/util/expirationTimer.std.ts diff --git a/ts/util/explodePromise.ts b/ts/util/explodePromise.std.ts similarity index 100% rename from ts/util/explodePromise.ts rename to ts/util/explodePromise.std.ts diff --git a/ts/util/exponentialBackoff.ts b/ts/util/exponentialBackoff.std.ts similarity index 100% rename from ts/util/exponentialBackoff.ts rename to ts/util/exponentialBackoff.std.ts diff --git a/ts/util/fileToBytes.ts b/ts/util/fileToBytes.std.ts similarity index 100% rename from ts/util/fileToBytes.ts rename to ts/util/fileToBytes.std.ts diff --git a/ts/util/filterAndSortConversations.ts b/ts/util/filterAndSortConversations.std.ts similarity index 100% rename from ts/util/filterAndSortConversations.ts rename to ts/util/filterAndSortConversations.std.ts diff --git a/ts/util/filterCallLinks.ts b/ts/util/filterCallLinks.dom.ts similarity index 100% rename from ts/util/filterCallLinks.ts rename to ts/util/filterCallLinks.dom.ts diff --git a/ts/util/finalStream.ts b/ts/util/finalStream.node.ts similarity index 100% rename from ts/util/finalStream.ts rename to ts/util/finalStream.node.ts diff --git a/ts/util/findAndDeleteOnboardingStoryIfExists.ts b/ts/util/findAndDeleteOnboardingStoryIfExists.preload.ts similarity index 100% rename from ts/util/findAndDeleteOnboardingStoryIfExists.ts rename to ts/util/findAndDeleteOnboardingStoryIfExists.preload.ts diff --git a/ts/util/findAndFormatContact.ts b/ts/util/findAndFormatContact.preload.ts similarity index 100% rename from ts/util/findAndFormatContact.ts rename to ts/util/findAndFormatContact.preload.ts diff --git a/ts/util/findStoryMessage.ts b/ts/util/findStoryMessage.preload.ts similarity index 100% rename from ts/util/findStoryMessage.ts rename to ts/util/findStoryMessage.preload.ts diff --git a/ts/util/focusableSelectors.ts b/ts/util/focusableSelectors.std.ts similarity index 100% rename from ts/util/focusableSelectors.ts rename to ts/util/focusableSelectors.std.ts diff --git a/ts/util/formatDuration.ts b/ts/util/formatDuration.std.ts similarity index 100% rename from ts/util/formatDuration.ts rename to ts/util/formatDuration.std.ts diff --git a/ts/util/formatFileSize.ts b/ts/util/formatFileSize.std.ts similarity index 100% rename from ts/util/formatFileSize.ts rename to ts/util/formatFileSize.std.ts diff --git a/ts/util/formatTimestamp.ts b/ts/util/formatTimestamp.dom.ts similarity index 100% rename from ts/util/formatTimestamp.ts rename to ts/util/formatTimestamp.dom.ts diff --git a/ts/util/fuse.ts b/ts/util/fuse.std.ts similarity index 100% rename from ts/util/fuse.ts rename to ts/util/fuse.std.ts diff --git a/ts/util/generateBlurHash.ts b/ts/util/generateBlurHash.std.ts similarity index 100% rename from ts/util/generateBlurHash.ts rename to ts/util/generateBlurHash.std.ts diff --git a/ts/util/generateConfigMatrix.ts b/ts/util/generateConfigMatrix.std.ts similarity index 100% rename from ts/util/generateConfigMatrix.ts rename to ts/util/generateConfigMatrix.std.ts diff --git a/ts/util/generateDonationReceipt.ts b/ts/util/generateDonationReceipt.dom.ts similarity index 100% rename from ts/util/generateDonationReceipt.ts rename to ts/util/generateDonationReceipt.dom.ts diff --git a/ts/util/generateMessageId.ts b/ts/util/generateMessageId.node.ts similarity index 100% rename from ts/util/generateMessageId.ts rename to ts/util/generateMessageId.node.ts diff --git a/ts/util/getAboutText.ts b/ts/util/getAboutText.dom.ts similarity index 100% rename from ts/util/getAboutText.ts rename to ts/util/getAboutText.dom.ts diff --git a/ts/util/getAccessControlOptions.ts b/ts/util/getAccessControlOptions.std.ts similarity index 100% rename from ts/util/getAccessControlOptions.ts rename to ts/util/getAccessControlOptions.std.ts diff --git a/ts/util/getAddedByForOurPendingInvitation.ts b/ts/util/getAddedByForOurPendingInvitation.preload.ts similarity index 100% rename from ts/util/getAddedByForOurPendingInvitation.ts rename to ts/util/getAddedByForOurPendingInvitation.preload.ts diff --git a/ts/util/getAnalogTime.ts b/ts/util/getAnalogTime.std.ts similarity index 100% rename from ts/util/getAnalogTime.ts rename to ts/util/getAnalogTime.std.ts diff --git a/ts/util/getAppErrorIcon.ts b/ts/util/getAppErrorIcon.node.ts similarity index 100% rename from ts/util/getAppErrorIcon.ts rename to ts/util/getAppErrorIcon.node.ts diff --git a/ts/util/getAvatarData.ts b/ts/util/getAvatarData.dom.ts similarity index 100% rename from ts/util/getAvatarData.ts rename to ts/util/getAvatarData.dom.ts diff --git a/ts/util/getBasicAuth.ts b/ts/util/getBasicAuth.std.ts similarity index 100% rename from ts/util/getBasicAuth.ts rename to ts/util/getBasicAuth.std.ts diff --git a/ts/util/getClassNamesFor.ts b/ts/util/getClassNamesFor.std.ts similarity index 100% rename from ts/util/getClassNamesFor.ts rename to ts/util/getClassNamesFor.std.ts diff --git a/ts/util/getColorForCallLink.ts b/ts/util/getColorForCallLink.std.ts similarity index 100% rename from ts/util/getColorForCallLink.ts rename to ts/util/getColorForCallLink.std.ts diff --git a/ts/util/getConversation.ts b/ts/util/getConversation.preload.ts similarity index 100% rename from ts/util/getConversation.ts rename to ts/util/getConversation.preload.ts diff --git a/ts/util/getConversationColorAttributes.ts b/ts/util/getConversationColorAttributes.std.ts similarity index 100% rename from ts/util/getConversationColorAttributes.ts rename to ts/util/getConversationColorAttributes.std.ts diff --git a/ts/util/getConversationMembers.ts b/ts/util/getConversationMembers.dom.ts similarity index 100% rename from ts/util/getConversationMembers.ts rename to ts/util/getConversationMembers.dom.ts diff --git a/ts/util/getConversationTitleForPanelType.ts b/ts/util/getConversationTitleForPanelType.std.ts similarity index 100% rename from ts/util/getConversationTitleForPanelType.ts rename to ts/util/getConversationTitleForPanelType.std.ts diff --git a/ts/util/getCountryData.ts b/ts/util/getCountryData.dom.ts similarity index 100% rename from ts/util/getCountryData.ts rename to ts/util/getCountryData.dom.ts diff --git a/ts/util/getCustomColorStyle.ts b/ts/util/getCustomColorStyle.dom.ts similarity index 100% rename from ts/util/getCustomColorStyle.ts rename to ts/util/getCustomColorStyle.dom.ts diff --git a/ts/util/getDraftPreview.ts b/ts/util/getDraftPreview.preload.ts similarity index 100% rename from ts/util/getDraftPreview.ts rename to ts/util/getDraftPreview.preload.ts diff --git a/ts/util/getE164.ts b/ts/util/getE164.std.ts similarity index 100% rename from ts/util/getE164.ts rename to ts/util/getE164.std.ts diff --git a/ts/util/getFontNameByTextScript.ts b/ts/util/getFontNameByTextScript.std.ts similarity index 100% rename from ts/util/getFontNameByTextScript.ts rename to ts/util/getFontNameByTextScript.std.ts diff --git a/ts/util/getGroupMemberships.ts b/ts/util/getGroupMemberships.dom.ts similarity index 100% rename from ts/util/getGroupMemberships.ts rename to ts/util/getGroupMemberships.dom.ts diff --git a/ts/util/getHSL.ts b/ts/util/getHSL.std.ts similarity index 100% rename from ts/util/getHSL.ts rename to ts/util/getHSL.std.ts diff --git a/ts/util/getICUMessageParams.ts b/ts/util/getICUMessageParams.std.ts similarity index 100% rename from ts/util/getICUMessageParams.ts rename to ts/util/getICUMessageParams.std.ts diff --git a/ts/util/getInitials.ts b/ts/util/getInitials.std.ts similarity index 100% rename from ts/util/getInitials.ts rename to ts/util/getInitials.std.ts diff --git a/ts/util/getLastMessage.ts b/ts/util/getLastMessage.preload.ts similarity index 100% rename from ts/util/getLastMessage.ts rename to ts/util/getLastMessage.preload.ts diff --git a/ts/util/getLocalAttachmentUrl.ts b/ts/util/getLocalAttachmentUrl.std.ts similarity index 100% rename from ts/util/getLocalAttachmentUrl.ts rename to ts/util/getLocalAttachmentUrl.std.ts diff --git a/ts/util/getMacAndUpdateHmac.ts b/ts/util/getMacAndUpdateHmac.node.ts similarity index 100% rename from ts/util/getMacAndUpdateHmac.ts rename to ts/util/getMacAndUpdateHmac.node.ts diff --git a/ts/util/getMessageAuthorText.ts b/ts/util/getMessageAuthorText.preload.ts similarity index 100% rename from ts/util/getMessageAuthorText.ts rename to ts/util/getMessageAuthorText.preload.ts diff --git a/ts/util/getMessageConversation.ts b/ts/util/getMessageConversation.dom.ts similarity index 100% rename from ts/util/getMessageConversation.ts rename to ts/util/getMessageConversation.dom.ts diff --git a/ts/util/getMessageQueueTime.ts b/ts/util/getMessageQueueTime.dom.ts similarity index 100% rename from ts/util/getMessageQueueTime.ts rename to ts/util/getMessageQueueTime.dom.ts diff --git a/ts/util/getMessageSentTimestamp.ts b/ts/util/getMessageSentTimestamp.std.ts similarity index 100% rename from ts/util/getMessageSentTimestamp.ts rename to ts/util/getMessageSentTimestamp.std.ts diff --git a/ts/util/getMessageSentTimestampSet.ts b/ts/util/getMessageSentTimestampSet.std.ts similarity index 100% rename from ts/util/getMessageSentTimestampSet.ts rename to ts/util/getMessageSentTimestampSet.std.ts diff --git a/ts/util/getMessageTimestamp.ts b/ts/util/getMessageTimestamp.std.ts similarity index 100% rename from ts/util/getMessageTimestamp.ts rename to ts/util/getMessageTimestamp.std.ts diff --git a/ts/util/getMockServerPort.ts b/ts/util/getMockServerPort.dom.ts similarity index 100% rename from ts/util/getMockServerPort.ts rename to ts/util/getMockServerPort.dom.ts diff --git a/ts/util/getMuteOptions.ts b/ts/util/getMuteOptions.std.ts similarity index 100% rename from ts/util/getMuteOptions.ts rename to ts/util/getMuteOptions.std.ts diff --git a/ts/util/getMutedUntilText.ts b/ts/util/getMutedUntilText.std.ts similarity index 100% rename from ts/util/getMutedUntilText.ts rename to ts/util/getMutedUntilText.std.ts diff --git a/ts/util/getNotificationDataForMessage.ts b/ts/util/getNotificationDataForMessage.preload.ts similarity index 100% rename from ts/util/getNotificationDataForMessage.ts rename to ts/util/getNotificationDataForMessage.preload.ts diff --git a/ts/util/getNotificationTextForMessage.ts b/ts/util/getNotificationTextForMessage.preload.ts similarity index 100% rename from ts/util/getNotificationTextForMessage.ts rename to ts/util/getNotificationTextForMessage.preload.ts diff --git a/ts/util/getOwn.ts b/ts/util/getOwn.std.ts similarity index 100% rename from ts/util/getOwn.ts rename to ts/util/getOwn.std.ts diff --git a/ts/util/getProfile.ts b/ts/util/getProfile.preload.ts similarity index 100% rename from ts/util/getProfile.ts rename to ts/util/getProfile.preload.ts diff --git a/ts/util/getQuoteBodyText.ts b/ts/util/getQuoteBodyText.std.ts similarity index 100% rename from ts/util/getQuoteBodyText.ts rename to ts/util/getQuoteBodyText.std.ts diff --git a/ts/util/getRecipientConversationIds.ts b/ts/util/getRecipientConversationIds.dom.ts similarity index 100% rename from ts/util/getRecipientConversationIds.ts rename to ts/util/getRecipientConversationIds.dom.ts diff --git a/ts/util/getRecipients.ts b/ts/util/getRecipients.dom.ts similarity index 100% rename from ts/util/getRecipients.ts rename to ts/util/getRecipients.dom.ts diff --git a/ts/util/getRecipientsByConversation.ts b/ts/util/getRecipientsByConversation.dom.ts similarity index 100% rename from ts/util/getRecipientsByConversation.ts rename to ts/util/getRecipientsByConversation.dom.ts diff --git a/ts/util/getSendOptions.ts b/ts/util/getSendOptions.preload.ts similarity index 100% rename from ts/util/getSendOptions.ts rename to ts/util/getSendOptions.preload.ts diff --git a/ts/util/getSendTarget.ts b/ts/util/getSendTarget.std.ts similarity index 100% rename from ts/util/getSendTarget.ts rename to ts/util/getSendTarget.std.ts diff --git a/ts/util/getSenderIdentifier.ts b/ts/util/getSenderIdentifier.dom.ts similarity index 100% rename from ts/util/getSenderIdentifier.ts rename to ts/util/getSenderIdentifier.dom.ts diff --git a/ts/util/getServiceIdsForE164s.ts b/ts/util/getServiceIdsForE164s.dom.ts similarity index 100% rename from ts/util/getServiceIdsForE164s.ts rename to ts/util/getServiceIdsForE164s.dom.ts diff --git a/ts/util/getSignalConnections.ts b/ts/util/getSignalConnections.preload.ts similarity index 100% rename from ts/util/getSignalConnections.ts rename to ts/util/getSignalConnections.preload.ts diff --git a/ts/util/getStoryBackground.ts b/ts/util/getStoryBackground.std.ts similarity index 100% rename from ts/util/getStoryBackground.ts rename to ts/util/getStoryBackground.std.ts diff --git a/ts/util/getStoryDuration.ts b/ts/util/getStoryDuration.dom.ts similarity index 100% rename from ts/util/getStoryDuration.ts rename to ts/util/getStoryDuration.dom.ts diff --git a/ts/util/getStoryReplyText.ts b/ts/util/getStoryReplyText.std.ts similarity index 100% rename from ts/util/getStoryReplyText.ts rename to ts/util/getStoryReplyText.std.ts diff --git a/ts/util/getStreamWithTimeout.ts b/ts/util/getStreamWithTimeout.node.ts similarity index 100% rename from ts/util/getStreamWithTimeout.ts rename to ts/util/getStreamWithTimeout.node.ts diff --git a/ts/util/getStringForConversationMerge.ts b/ts/util/getStringForConversationMerge.std.ts similarity index 100% rename from ts/util/getStringForConversationMerge.ts rename to ts/util/getStringForConversationMerge.std.ts diff --git a/ts/util/getStringForPhoneNumberDiscovery.ts b/ts/util/getStringForPhoneNumberDiscovery.std.ts similarity index 100% rename from ts/util/getStringForPhoneNumberDiscovery.ts rename to ts/util/getStringForPhoneNumberDiscovery.std.ts diff --git a/ts/util/getStringForProfileChange.ts b/ts/util/getStringForProfileChange.std.ts similarity index 100% rename from ts/util/getStringForProfileChange.ts rename to ts/util/getStringForProfileChange.std.ts diff --git a/ts/util/getThemeType.ts b/ts/util/getThemeType.dom.ts similarity index 100% rename from ts/util/getThemeType.ts rename to ts/util/getThemeType.dom.ts diff --git a/ts/util/getTitle.ts b/ts/util/getTitle.preload.ts similarity index 100% rename from ts/util/getTitle.ts rename to ts/util/getTitle.preload.ts diff --git a/ts/util/getUserAgent.ts b/ts/util/getUserAgent.node.ts similarity index 100% rename from ts/util/getUserAgent.ts rename to ts/util/getUserAgent.node.ts diff --git a/ts/util/grapheme.ts b/ts/util/grapheme.std.ts similarity index 100% rename from ts/util/grapheme.ts rename to ts/util/grapheme.std.ts diff --git a/ts/util/graphemeAndLinkAwareSlice.ts b/ts/util/graphemeAndLinkAwareSlice.std.ts similarity index 100% rename from ts/util/graphemeAndLinkAwareSlice.ts rename to ts/util/graphemeAndLinkAwareSlice.std.ts diff --git a/ts/util/groupAndOrderReactions.ts b/ts/util/groupAndOrderReactions.dom.ts similarity index 100% rename from ts/util/groupAndOrderReactions.ts rename to ts/util/groupAndOrderReactions.dom.ts diff --git a/ts/util/groupMemberNameCollisions.ts b/ts/util/groupMemberNameCollisions.std.ts similarity index 100% rename from ts/util/groupMemberNameCollisions.ts rename to ts/util/groupMemberNameCollisions.std.ts diff --git a/ts/util/groupMembershipUtils.ts b/ts/util/groupMembershipUtils.preload.ts similarity index 100% rename from ts/util/groupMembershipUtils.ts rename to ts/util/groupMembershipUtils.preload.ts diff --git a/ts/util/groupSendEndorsements.ts b/ts/util/groupSendEndorsements.preload.ts similarity index 100% rename from ts/util/groupSendEndorsements.ts rename to ts/util/groupSendEndorsements.preload.ts diff --git a/ts/util/groupWhile.ts b/ts/util/groupWhile.std.ts similarity index 100% rename from ts/util/groupWhile.ts rename to ts/util/groupWhile.std.ts diff --git a/ts/util/handleEditMessage.ts b/ts/util/handleEditMessage.preload.ts similarity index 100% rename from ts/util/handleEditMessage.ts rename to ts/util/handleEditMessage.preload.ts diff --git a/ts/util/handleImageAttachment.ts b/ts/util/handleImageAttachment.preload.ts similarity index 100% rename from ts/util/handleImageAttachment.ts rename to ts/util/handleImageAttachment.preload.ts diff --git a/ts/util/handleMessageSend.ts b/ts/util/handleMessageSend.preload.ts similarity index 100% rename from ts/util/handleMessageSend.ts rename to ts/util/handleMessageSend.preload.ts diff --git a/ts/util/handleOutsideClick.ts b/ts/util/handleOutsideClick.dom.ts similarity index 100% rename from ts/util/handleOutsideClick.ts rename to ts/util/handleOutsideClick.dom.ts diff --git a/ts/util/handleRetry.ts b/ts/util/handleRetry.preload.ts similarity index 100% rename from ts/util/handleRetry.ts rename to ts/util/handleRetry.preload.ts diff --git a/ts/util/handleServerAlerts.ts b/ts/util/handleServerAlerts.preload.ts similarity index 100% rename from ts/util/handleServerAlerts.ts rename to ts/util/handleServerAlerts.preload.ts diff --git a/ts/util/handleVideoAttachment.ts b/ts/util/handleVideoAttachment.preload.ts similarity index 100% rename from ts/util/handleVideoAttachment.ts rename to ts/util/handleVideoAttachment.preload.ts diff --git a/ts/util/hasAttachmentDownloads.ts b/ts/util/hasAttachmentDownloads.std.ts similarity index 100% rename from ts/util/hasAttachmentDownloads.ts rename to ts/util/hasAttachmentDownloads.std.ts diff --git a/ts/util/hasDraft.ts b/ts/util/hasDraft.std.ts similarity index 100% rename from ts/util/hasDraft.ts rename to ts/util/hasDraft.std.ts diff --git a/ts/util/hasDraftAttachments.ts b/ts/util/hasDraftAttachments.std.ts similarity index 100% rename from ts/util/hasDraftAttachments.ts rename to ts/util/hasDraftAttachments.std.ts diff --git a/ts/util/hslToRGB.ts b/ts/util/hslToRGB.std.ts similarity index 100% rename from ts/util/hslToRGB.ts rename to ts/util/hslToRGB.std.ts diff --git a/ts/util/hydrateStoryContext.ts b/ts/util/hydrateStoryContext.preload.ts similarity index 100% rename from ts/util/hydrateStoryContext.ts rename to ts/util/hydrateStoryContext.preload.ts diff --git a/ts/util/idForLogging.ts b/ts/util/idForLogging.preload.ts similarity index 100% rename from ts/util/idForLogging.ts rename to ts/util/idForLogging.preload.ts diff --git a/ts/util/imagePathToBytes.ts b/ts/util/imagePathToBytes.dom.ts similarity index 100% rename from ts/util/imagePathToBytes.ts rename to ts/util/imagePathToBytes.dom.ts diff --git a/ts/util/imageToBlurHash.ts b/ts/util/imageToBlurHash.dom.ts similarity index 100% rename from ts/util/imageToBlurHash.ts rename to ts/util/imageToBlurHash.dom.ts diff --git a/ts/util/incrementMessageCounter.ts b/ts/util/incrementMessageCounter.preload.ts similarity index 100% rename from ts/util/incrementMessageCounter.ts rename to ts/util/incrementMessageCounter.preload.ts diff --git a/ts/util/inspectProtobufs.ts b/ts/util/inspectProtobufs.node.ts similarity index 100% rename from ts/util/inspectProtobufs.ts rename to ts/util/inspectProtobufs.node.ts diff --git a/ts/util/isAbortError.ts b/ts/util/isAbortError.std.ts similarity index 100% rename from ts/util/isAbortError.ts rename to ts/util/isAbortError.std.ts diff --git a/ts/util/isAciString.ts b/ts/util/isAciString.std.ts similarity index 100% rename from ts/util/isAciString.ts rename to ts/util/isAciString.std.ts diff --git a/ts/util/isBackupEnabled.ts b/ts/util/isBackupEnabled.preload.ts similarity index 100% rename from ts/util/isBackupEnabled.ts rename to ts/util/isBackupEnabled.preload.ts diff --git a/ts/util/isBlocked.ts b/ts/util/isBlocked.preload.ts similarity index 100% rename from ts/util/isBlocked.ts rename to ts/util/isBlocked.preload.ts diff --git a/ts/util/isCallSafe.ts b/ts/util/isCallSafe.dom.ts similarity index 100% rename from ts/util/isCallSafe.ts rename to ts/util/isCallSafe.dom.ts diff --git a/ts/util/isChatFoldersEnabled.ts b/ts/util/isChatFoldersEnabled.dom.ts similarity index 100% rename from ts/util/isChatFoldersEnabled.ts rename to ts/util/isChatFoldersEnabled.dom.ts diff --git a/ts/util/isConversationAccepted.ts b/ts/util/isConversationAccepted.preload.ts similarity index 100% rename from ts/util/isConversationAccepted.ts rename to ts/util/isConversationAccepted.preload.ts diff --git a/ts/util/isConversationMuted.ts b/ts/util/isConversationMuted.std.ts similarity index 100% rename from ts/util/isConversationMuted.ts rename to ts/util/isConversationMuted.std.ts diff --git a/ts/util/isConversationNameKnown.ts b/ts/util/isConversationNameKnown.std.ts similarity index 100% rename from ts/util/isConversationNameKnown.ts rename to ts/util/isConversationNameKnown.std.ts diff --git a/ts/util/isConversationSMSOnly.ts b/ts/util/isConversationSMSOnly.std.ts similarity index 100% rename from ts/util/isConversationSMSOnly.ts rename to ts/util/isConversationSMSOnly.std.ts diff --git a/ts/util/isConversationUnread.ts b/ts/util/isConversationUnread.std.ts similarity index 100% rename from ts/util/isConversationUnread.ts rename to ts/util/isConversationUnread.std.ts diff --git a/ts/util/isConversationUnregistered.ts b/ts/util/isConversationUnregistered.dom.ts similarity index 100% rename from ts/util/isConversationUnregistered.ts rename to ts/util/isConversationUnregistered.dom.ts diff --git a/ts/util/isFileDangerous.ts b/ts/util/isFileDangerous.std.ts similarity index 100% rename from ts/util/isFileDangerous.ts rename to ts/util/isFileDangerous.std.ts diff --git a/ts/util/isGroupInStoryMode.ts b/ts/util/isGroupInStoryMode.std.ts similarity index 100% rename from ts/util/isGroupInStoryMode.ts rename to ts/util/isGroupInStoryMode.std.ts diff --git a/ts/util/isGroupOrAdhocCall.ts b/ts/util/isGroupOrAdhocCall.std.ts similarity index 100% rename from ts/util/isGroupOrAdhocCall.ts rename to ts/util/isGroupOrAdhocCall.std.ts diff --git a/ts/util/isInSystemContacts.ts b/ts/util/isInSystemContacts.std.ts similarity index 100% rename from ts/util/isInSystemContacts.ts rename to ts/util/isInSystemContacts.std.ts diff --git a/ts/util/isLinkAndSyncEnabled.ts b/ts/util/isLinkAndSyncEnabled.preload.ts similarity index 100% rename from ts/util/isLinkAndSyncEnabled.ts rename to ts/util/isLinkAndSyncEnabled.preload.ts diff --git a/ts/util/isLocalBackupsEnabled.ts b/ts/util/isLocalBackupsEnabled.dom.ts similarity index 100% rename from ts/util/isLocalBackupsEnabled.ts rename to ts/util/isLocalBackupsEnabled.dom.ts diff --git a/ts/util/isMessageEmpty.ts b/ts/util/isMessageEmpty.preload.ts similarity index 100% rename from ts/util/isMessageEmpty.ts rename to ts/util/isMessageEmpty.preload.ts diff --git a/ts/util/isMessageNoteToSelf.ts b/ts/util/isMessageNoteToSelf.dom.ts similarity index 100% rename from ts/util/isMessageNoteToSelf.ts rename to ts/util/isMessageNoteToSelf.dom.ts diff --git a/ts/util/isMessageUnread.ts b/ts/util/isMessageUnread.std.ts similarity index 100% rename from ts/util/isMessageUnread.ts rename to ts/util/isMessageUnread.std.ts diff --git a/ts/util/isMockServer.ts b/ts/util/isMockServer.dom.ts similarity index 100% rename from ts/util/isMockServer.ts rename to ts/util/isMockServer.dom.ts diff --git a/ts/util/isNormalNumber.ts b/ts/util/isNormalNumber.std.ts similarity index 100% rename from ts/util/isNormalNumber.ts rename to ts/util/isNormalNumber.std.ts diff --git a/ts/util/isNotNil.ts b/ts/util/isNotNil.std.ts similarity index 100% rename from ts/util/isNotNil.ts rename to ts/util/isNotNil.std.ts diff --git a/ts/util/isPathInside.ts b/ts/util/isPathInside.node.ts similarity index 100% rename from ts/util/isPathInside.ts rename to ts/util/isPathInside.node.ts diff --git a/ts/util/isProtoBinaryEncodingEnabled.ts b/ts/util/isProtoBinaryEncodingEnabled.std.ts similarity index 100% rename from ts/util/isProtoBinaryEncodingEnabled.ts rename to ts/util/isProtoBinaryEncodingEnabled.std.ts diff --git a/ts/util/isRecord.ts b/ts/util/isRecord.std.ts similarity index 100% rename from ts/util/isRecord.ts rename to ts/util/isRecord.std.ts diff --git a/ts/util/isSafetyNumberNotAvailable.ts b/ts/util/isSafetyNumberNotAvailable.std.ts similarity index 100% rename from ts/util/isSafetyNumberNotAvailable.ts rename to ts/util/isSafetyNumberNotAvailable.std.ts diff --git a/ts/util/isSameAvatarData.ts b/ts/util/isSameAvatarData.std.ts similarity index 100% rename from ts/util/isSameAvatarData.ts rename to ts/util/isSameAvatarData.std.ts diff --git a/ts/util/isSettingsInternalEnabled.ts b/ts/util/isSettingsInternalEnabled.dom.ts similarity index 100% rename from ts/util/isSettingsInternalEnabled.ts rename to ts/util/isSettingsInternalEnabled.dom.ts diff --git a/ts/util/isShallowEqual.ts b/ts/util/isShallowEqual.std.ts similarity index 100% rename from ts/util/isShallowEqual.ts rename to ts/util/isShallowEqual.std.ts diff --git a/ts/util/isSignalConversation.ts b/ts/util/isSignalConversation.dom.ts similarity index 100% rename from ts/util/isSignalConversation.ts rename to ts/util/isSignalConversation.dom.ts diff --git a/ts/util/isSorted.ts b/ts/util/isSorted.std.ts similarity index 100% rename from ts/util/isSorted.ts rename to ts/util/isSorted.std.ts diff --git a/ts/util/isStagingServer.ts b/ts/util/isStagingServer.dom.ts similarity index 100% rename from ts/util/isStagingServer.ts rename to ts/util/isStagingServer.dom.ts diff --git a/ts/util/isTooOldToModifyMessage.ts b/ts/util/isTooOldToModifyMessage.std.ts similarity index 100% rename from ts/util/isTooOldToModifyMessage.ts rename to ts/util/isTooOldToModifyMessage.std.ts diff --git a/ts/util/isValidE164.ts b/ts/util/isValidE164.std.ts similarity index 100% rename from ts/util/isValidE164.ts rename to ts/util/isValidE164.std.ts diff --git a/ts/util/isValidTapToView.ts b/ts/util/isValidTapToView.std.ts similarity index 100% rename from ts/util/isValidTapToView.ts rename to ts/util/isValidTapToView.std.ts diff --git a/ts/util/isValidUuid.ts b/ts/util/isValidUuid.std.ts similarity index 100% rename from ts/util/isValidUuid.ts rename to ts/util/isValidUuid.std.ts diff --git a/ts/util/isVideoGoodForStories.ts b/ts/util/isVideoGoodForStories.std.ts similarity index 100% rename from ts/util/isVideoGoodForStories.ts rename to ts/util/isVideoGoodForStories.std.ts diff --git a/ts/util/isWindowDragElement.ts b/ts/util/isWindowDragElement.std.ts similarity index 100% rename from ts/util/isWindowDragElement.ts rename to ts/util/isWindowDragElement.std.ts diff --git a/ts/util/iterables.ts b/ts/util/iterables.std.ts similarity index 100% rename from ts/util/iterables.ts rename to ts/util/iterables.std.ts diff --git a/ts/util/keyboard.ts b/ts/util/keyboard.dom.ts similarity index 100% rename from ts/util/keyboard.ts rename to ts/util/keyboard.dom.ts diff --git a/ts/util/leftPaneWidth.ts b/ts/util/leftPaneWidth.std.ts similarity index 100% rename from ts/util/leftPaneWidth.ts rename to ts/util/leftPaneWidth.std.ts diff --git a/ts/util/libphonenumberInstance.ts b/ts/util/libphonenumberInstance.std.ts similarity index 100% rename from ts/util/libphonenumberInstance.ts rename to ts/util/libphonenumberInstance.std.ts diff --git a/ts/util/libphonenumberUtil.ts b/ts/util/libphonenumberUtil.std.ts similarity index 100% rename from ts/util/libphonenumberUtil.ts rename to ts/util/libphonenumberUtil.std.ts diff --git a/ts/util/lightSessionResetQueue.ts b/ts/util/lightSessionResetQueue.std.ts similarity index 100% rename from ts/util/lightSessionResetQueue.ts rename to ts/util/lightSessionResetQueue.std.ts diff --git a/ts/util/lint/analyze_exceptions.ts b/ts/util/lint/analyze_exceptions.node.ts similarity index 100% rename from ts/util/lint/analyze_exceptions.ts rename to ts/util/lint/analyze_exceptions.node.ts diff --git a/ts/util/lint/license_comments.ts b/ts/util/lint/license_comments.node.ts similarity index 100% rename from ts/util/lint/license_comments.ts rename to ts/util/lint/license_comments.node.ts diff --git a/ts/util/lint/linter.ts b/ts/util/lint/linter.node.ts similarity index 100% rename from ts/util/lint/linter.ts rename to ts/util/lint/linter.node.ts diff --git a/ts/util/lint/sort_exceptions.ts b/ts/util/lint/sort_exceptions.node.ts similarity index 100% rename from ts/util/lint/sort_exceptions.ts rename to ts/util/lint/sort_exceptions.node.ts diff --git a/ts/util/lint/types.ts b/ts/util/lint/types.std.ts similarity index 100% rename from ts/util/lint/types.ts rename to ts/util/lint/types.std.ts diff --git a/ts/util/lint/util.ts b/ts/util/lint/util.node.ts similarity index 100% rename from ts/util/lint/util.ts rename to ts/util/lint/util.node.ts diff --git a/ts/util/linuxPasswordStoreFlags.ts b/ts/util/linuxPasswordStoreFlags.std.ts similarity index 100% rename from ts/util/linuxPasswordStoreFlags.ts rename to ts/util/linuxPasswordStoreFlags.std.ts diff --git a/ts/util/loadImage.ts b/ts/util/loadImage.std.ts similarity index 100% rename from ts/util/loadImage.ts rename to ts/util/loadImage.std.ts diff --git a/ts/util/loadRecentEmojis.ts b/ts/util/loadRecentEmojis.preload.ts similarity index 100% rename from ts/util/loadRecentEmojis.ts rename to ts/util/loadRecentEmojis.preload.ts diff --git a/ts/util/loadable.ts b/ts/util/loadable.std.ts similarity index 100% rename from ts/util/loadable.ts rename to ts/util/loadable.std.ts diff --git a/ts/util/logPadSize.ts b/ts/util/logPadSize.std.ts similarity index 100% rename from ts/util/logPadSize.ts rename to ts/util/logPadSize.std.ts diff --git a/ts/util/logPadding.ts b/ts/util/logPadding.node.ts similarity index 100% rename from ts/util/logPadding.ts rename to ts/util/logPadding.node.ts diff --git a/ts/util/longAttachment.ts b/ts/util/longAttachment.std.ts similarity index 100% rename from ts/util/longAttachment.ts rename to ts/util/longAttachment.std.ts diff --git a/ts/util/longRunningTaskWrapper.tsx b/ts/util/longRunningTaskWrapper.dom.tsx similarity index 100% rename from ts/util/longRunningTaskWrapper.tsx rename to ts/util/longRunningTaskWrapper.dom.tsx diff --git a/ts/util/lookupConversationWithoutServiceId.ts b/ts/util/lookupConversationWithoutServiceId.preload.ts similarity index 100% rename from ts/util/lookupConversationWithoutServiceId.ts rename to ts/util/lookupConversationWithoutServiceId.preload.ts diff --git a/ts/util/makeLookup.ts b/ts/util/makeLookup.std.ts similarity index 100% rename from ts/util/makeLookup.ts rename to ts/util/makeLookup.std.ts diff --git a/ts/util/makeQuote.ts b/ts/util/makeQuote.preload.ts similarity index 100% rename from ts/util/makeQuote.ts rename to ts/util/makeQuote.preload.ts diff --git a/ts/util/mapEmplace.ts b/ts/util/mapEmplace.std.ts similarity index 100% rename from ts/util/mapEmplace.ts rename to ts/util/mapEmplace.std.ts diff --git a/ts/util/mapObjectWithSpec.ts b/ts/util/mapObjectWithSpec.std.ts similarity index 100% rename from ts/util/mapObjectWithSpec.ts rename to ts/util/mapObjectWithSpec.std.ts diff --git a/ts/util/mapUtil.ts b/ts/util/mapUtil.std.ts similarity index 100% rename from ts/util/mapUtil.ts rename to ts/util/mapUtil.std.ts diff --git a/ts/util/markConversationRead.ts b/ts/util/markConversationRead.preload.ts similarity index 100% rename from ts/util/markConversationRead.ts rename to ts/util/markConversationRead.preload.ts diff --git a/ts/util/markOnboardingStoryAsRead.ts b/ts/util/markOnboardingStoryAsRead.preload.ts similarity index 100% rename from ts/util/markOnboardingStoryAsRead.ts rename to ts/util/markOnboardingStoryAsRead.preload.ts diff --git a/ts/util/maybeForwardMessages.ts b/ts/util/maybeForwardMessages.preload.ts similarity index 100% rename from ts/util/maybeForwardMessages.ts rename to ts/util/maybeForwardMessages.preload.ts diff --git a/ts/util/messageBatcher.ts b/ts/util/messageBatcher.preload.ts similarity index 100% rename from ts/util/messageBatcher.ts rename to ts/util/messageBatcher.preload.ts diff --git a/ts/util/messageFilePaths.ts b/ts/util/messageFilePaths.std.ts similarity index 100% rename from ts/util/messageFilePaths.ts rename to ts/util/messageFilePaths.std.ts diff --git a/ts/util/mightStillBeOnTransitTier.ts b/ts/util/mightStillBeOnTransitTier.dom.ts similarity index 100% rename from ts/util/mightStillBeOnTransitTier.ts rename to ts/util/mightStillBeOnTransitTier.dom.ts diff --git a/ts/util/migrateColor.ts b/ts/util/migrateColor.node.ts similarity index 100% rename from ts/util/migrateColor.ts rename to ts/util/migrateColor.node.ts diff --git a/ts/util/migrations.ts b/ts/util/migrations.preload.ts similarity index 100% rename from ts/util/migrations.ts rename to ts/util/migrations.preload.ts diff --git a/ts/util/missingCaseError.ts b/ts/util/missingCaseError.std.ts similarity index 100% rename from ts/util/missingCaseError.ts rename to ts/util/missingCaseError.std.ts diff --git a/ts/util/modifyTargetMessage.ts b/ts/util/modifyTargetMessage.preload.ts similarity index 100% rename from ts/util/modifyTargetMessage.ts rename to ts/util/modifyTargetMessage.preload.ts diff --git a/ts/util/nicknames.ts b/ts/util/nicknames.dom.ts similarity index 100% rename from ts/util/nicknames.ts rename to ts/util/nicknames.dom.ts diff --git a/ts/util/normalizeAci.ts b/ts/util/normalizeAci.std.ts similarity index 100% rename from ts/util/normalizeAci.ts rename to ts/util/normalizeAci.std.ts diff --git a/ts/util/normalizeDeviceName.ts b/ts/util/normalizeDeviceName.std.ts similarity index 100% rename from ts/util/normalizeDeviceName.ts rename to ts/util/normalizeDeviceName.std.ts diff --git a/ts/util/nsis.ts b/ts/util/nsis.std.ts similarity index 100% rename from ts/util/nsis.ts rename to ts/util/nsis.std.ts diff --git a/ts/util/numbers.ts b/ts/util/numbers.std.ts similarity index 100% rename from ts/util/numbers.ts rename to ts/util/numbers.std.ts diff --git a/ts/util/objectMap.ts b/ts/util/objectMap.std.ts similarity index 100% rename from ts/util/objectMap.ts rename to ts/util/objectMap.std.ts diff --git a/ts/util/onCallEventSync.ts b/ts/util/onCallEventSync.preload.ts similarity index 100% rename from ts/util/onCallEventSync.ts rename to ts/util/onCallEventSync.preload.ts diff --git a/ts/util/onCallLinkUpdateSync.ts b/ts/util/onCallLinkUpdateSync.preload.ts similarity index 100% rename from ts/util/onCallLinkUpdateSync.ts rename to ts/util/onCallLinkUpdateSync.preload.ts diff --git a/ts/util/onCallLogEventSync.ts b/ts/util/onCallLogEventSync.preload.ts similarity index 100% rename from ts/util/onCallLogEventSync.ts rename to ts/util/onCallLogEventSync.preload.ts diff --git a/ts/util/onDeviceNameChangeSync.ts b/ts/util/onDeviceNameChangeSync.preload.ts similarity index 100% rename from ts/util/onDeviceNameChangeSync.ts rename to ts/util/onDeviceNameChangeSync.preload.ts diff --git a/ts/util/onStoryRecipientUpdate.ts b/ts/util/onStoryRecipientUpdate.preload.ts similarity index 100% rename from ts/util/onStoryRecipientUpdate.ts rename to ts/util/onStoryRecipientUpdate.preload.ts diff --git a/ts/util/openLinkInWebBrowser.ts b/ts/util/openLinkInWebBrowser.dom.ts similarity index 100% rename from ts/util/openLinkInWebBrowser.ts rename to ts/util/openLinkInWebBrowser.dom.ts diff --git a/ts/util/os/osMain.ts b/ts/util/os/osMain.node.ts similarity index 100% rename from ts/util/os/osMain.ts rename to ts/util/os/osMain.node.ts diff --git a/ts/util/os/osPreload.ts b/ts/util/os/osPreload.preload.ts similarity index 100% rename from ts/util/os/osPreload.ts rename to ts/util/os/osPreload.preload.ts diff --git a/ts/util/os/promptOSAuthMain.ts b/ts/util/os/promptOSAuthMain.main.ts similarity index 100% rename from ts/util/os/promptOSAuthMain.ts rename to ts/util/os/promptOSAuthMain.main.ts diff --git a/ts/util/os/shared.ts b/ts/util/os/shared.std.ts similarity index 100% rename from ts/util/os/shared.ts rename to ts/util/os/shared.std.ts diff --git a/ts/util/packageJson.ts b/ts/util/packageJson.node.ts similarity index 100% rename from ts/util/packageJson.ts rename to ts/util/packageJson.node.ts diff --git a/ts/util/parseIntOrThrow.ts b/ts/util/parseIntOrThrow.std.ts similarity index 100% rename from ts/util/parseIntOrThrow.ts rename to ts/util/parseIntOrThrow.std.ts diff --git a/ts/util/parseIntWithFallback.ts b/ts/util/parseIntWithFallback.std.ts similarity index 100% rename from ts/util/parseIntWithFallback.ts rename to ts/util/parseIntWithFallback.std.ts diff --git a/ts/util/parseRemoteClientExpiration.ts b/ts/util/parseRemoteClientExpiration.dom.ts similarity index 100% rename from ts/util/parseRemoteClientExpiration.ts rename to ts/util/parseRemoteClientExpiration.dom.ts diff --git a/ts/util/parseRetryAfter.ts b/ts/util/parseRetryAfter.std.ts similarity index 100% rename from ts/util/parseRetryAfter.ts rename to ts/util/parseRetryAfter.std.ts diff --git a/ts/util/pemToDer.ts b/ts/util/pemToDer.std.ts similarity index 100% rename from ts/util/pemToDer.ts rename to ts/util/pemToDer.std.ts diff --git a/ts/util/phoneNumberDiscoverability.ts b/ts/util/phoneNumberDiscoverability.std.ts similarity index 100% rename from ts/util/phoneNumberDiscoverability.ts rename to ts/util/phoneNumberDiscoverability.std.ts diff --git a/ts/util/phoneNumberSharingMode.ts b/ts/util/phoneNumberSharingMode.preload.ts similarity index 100% rename from ts/util/phoneNumberSharingMode.ts rename to ts/util/phoneNumberSharingMode.preload.ts diff --git a/ts/util/popperUtil.ts b/ts/util/popperUtil.std.ts similarity index 100% rename from ts/util/popperUtil.ts rename to ts/util/popperUtil.std.ts diff --git a/ts/util/preload.ts b/ts/util/preload.preload.ts similarity index 100% rename from ts/util/preload.ts rename to ts/util/preload.preload.ts diff --git a/ts/util/prependStream.ts b/ts/util/prependStream.node.ts similarity index 100% rename from ts/util/prependStream.ts rename to ts/util/prependStream.node.ts diff --git a/ts/util/privacy.ts b/ts/util/privacy.node.ts similarity index 100% rename from ts/util/privacy.ts rename to ts/util/privacy.node.ts diff --git a/ts/util/processAttachment.ts b/ts/util/processAttachment.preload.ts similarity index 100% rename from ts/util/processAttachment.ts rename to ts/util/processAttachment.preload.ts diff --git a/ts/util/processImageFile.ts b/ts/util/processImageFile.dom.ts similarity index 100% rename from ts/util/processImageFile.ts rename to ts/util/processImageFile.dom.ts diff --git a/ts/util/promptOSAuth.ts b/ts/util/promptOSAuth.preload.ts similarity index 100% rename from ts/util/promptOSAuth.ts rename to ts/util/promptOSAuth.preload.ts diff --git a/ts/util/queueAttachmentDownloads.ts b/ts/util/queueAttachmentDownloads.preload.ts similarity index 100% rename from ts/util/queueAttachmentDownloads.ts rename to ts/util/queueAttachmentDownloads.preload.ts diff --git a/ts/util/randomBlurHash.ts b/ts/util/randomBlurHash.std.ts similarity index 100% rename from ts/util/randomBlurHash.ts rename to ts/util/randomBlurHash.std.ts diff --git a/ts/util/reallyJsonStringify.ts b/ts/util/reallyJsonStringify.std.ts similarity index 100% rename from ts/util/reallyJsonStringify.ts rename to ts/util/reallyJsonStringify.std.ts diff --git a/ts/util/refMerger.ts b/ts/util/refMerger.std.ts similarity index 100% rename from ts/util/refMerger.ts rename to ts/util/refMerger.std.ts diff --git a/ts/util/registration.ts b/ts/util/registration.preload.ts similarity index 100% rename from ts/util/registration.ts rename to ts/util/registration.preload.ts diff --git a/ts/util/removeDiacritics.ts b/ts/util/removeDiacritics.std.ts similarity index 100% rename from ts/util/removeDiacritics.ts rename to ts/util/removeDiacritics.std.ts diff --git a/ts/util/removePendingMember.ts b/ts/util/removePendingMember.preload.ts similarity index 100% rename from ts/util/removePendingMember.ts rename to ts/util/removePendingMember.preload.ts diff --git a/ts/util/replaceIndex.ts b/ts/util/replaceIndex.std.ts similarity index 100% rename from ts/util/replaceIndex.ts rename to ts/util/replaceIndex.std.ts diff --git a/ts/util/requestMicrophonePermissions.ts b/ts/util/requestMicrophonePermissions.dom.ts similarity index 100% rename from ts/util/requestMicrophonePermissions.ts rename to ts/util/requestMicrophonePermissions.dom.ts diff --git a/ts/util/resolveAttachmentDraftData.ts b/ts/util/resolveAttachmentDraftData.preload.ts similarity index 100% rename from ts/util/resolveAttachmentDraftData.ts rename to ts/util/resolveAttachmentDraftData.preload.ts diff --git a/ts/util/resolveCanonicalLocales.ts b/ts/util/resolveCanonicalLocales.std.ts similarity index 100% rename from ts/util/resolveCanonicalLocales.ts rename to ts/util/resolveCanonicalLocales.std.ts diff --git a/ts/util/resolveDraftAttachmentOnDisk.ts b/ts/util/resolveDraftAttachmentOnDisk.preload.ts similarity index 100% rename from ts/util/resolveDraftAttachmentOnDisk.ts rename to ts/util/resolveDraftAttachmentOnDisk.preload.ts diff --git a/ts/util/resolveStorySendStatus.ts b/ts/util/resolveStorySendStatus.std.ts similarity index 100% rename from ts/util/resolveStorySendStatus.ts rename to ts/util/resolveStorySendStatus.std.ts diff --git a/ts/util/rgbToHSL.ts b/ts/util/rgbToHSL.std.ts similarity index 100% rename from ts/util/rgbToHSL.ts rename to ts/util/rgbToHSL.std.ts diff --git a/ts/util/ringrtc/nonRenderedRemoteParticipant.ts b/ts/util/ringrtc/nonRenderedRemoteParticipant.std.ts similarity index 100% rename from ts/util/ringrtc/nonRenderedRemoteParticipant.ts rename to ts/util/ringrtc/nonRenderedRemoteParticipant.std.ts diff --git a/ts/util/ringrtc/normalizeGroupCallTimestamp.ts b/ts/util/ringrtc/normalizeGroupCallTimestamp.std.ts similarity index 100% rename from ts/util/ringrtc/normalizeGroupCallTimestamp.ts rename to ts/util/ringrtc/normalizeGroupCallTimestamp.std.ts diff --git a/ts/util/rotatingPinoDest.ts b/ts/util/rotatingPinoDest.node.ts similarity index 100% rename from ts/util/rotatingPinoDest.ts rename to ts/util/rotatingPinoDest.node.ts diff --git a/ts/util/safetyNumber.ts b/ts/util/safetyNumber.preload.ts similarity index 100% rename from ts/util/safetyNumber.ts rename to ts/util/safetyNumber.preload.ts diff --git a/ts/util/scaleImageToLevel.ts b/ts/util/scaleImageToLevel.preload.ts similarity index 100% rename from ts/util/scaleImageToLevel.ts rename to ts/util/scaleImageToLevel.preload.ts diff --git a/ts/util/schemas.ts b/ts/util/schemas.std.ts similarity index 100% rename from ts/util/schemas.ts rename to ts/util/schemas.std.ts diff --git a/ts/util/scrollUtil.ts b/ts/util/scrollUtil.std.ts similarity index 100% rename from ts/util/scrollUtil.ts rename to ts/util/scrollUtil.std.ts diff --git a/ts/util/search.ts b/ts/util/search.std.ts similarity index 100% rename from ts/util/search.ts rename to ts/util/search.std.ts diff --git a/ts/util/searchConversationTitles.ts b/ts/util/searchConversationTitles.std.ts similarity index 100% rename from ts/util/searchConversationTitles.ts rename to ts/util/searchConversationTitles.std.ts diff --git a/ts/util/sendCallLinkUpdateSync.ts b/ts/util/sendCallLinkUpdateSync.preload.ts similarity index 100% rename from ts/util/sendCallLinkUpdateSync.ts rename to ts/util/sendCallLinkUpdateSync.preload.ts diff --git a/ts/util/sendDeleteForEveryoneMessage.ts b/ts/util/sendDeleteForEveryoneMessage.preload.ts similarity index 100% rename from ts/util/sendDeleteForEveryoneMessage.ts rename to ts/util/sendDeleteForEveryoneMessage.preload.ts diff --git a/ts/util/sendEditedMessage.ts b/ts/util/sendEditedMessage.preload.ts similarity index 100% rename from ts/util/sendEditedMessage.ts rename to ts/util/sendEditedMessage.preload.ts diff --git a/ts/util/sendReceipts.ts b/ts/util/sendReceipts.preload.ts similarity index 100% rename from ts/util/sendReceipts.ts rename to ts/util/sendReceipts.preload.ts diff --git a/ts/util/sendStoryMessage.ts b/ts/util/sendStoryMessage.preload.ts similarity index 100% rename from ts/util/sendStoryMessage.ts rename to ts/util/sendStoryMessage.preload.ts diff --git a/ts/util/sendToGroup.ts b/ts/util/sendToGroup.preload.ts similarity index 100% rename from ts/util/sendToGroup.ts rename to ts/util/sendToGroup.preload.ts diff --git a/ts/util/sessionTranslation.ts b/ts/util/sessionTranslation.node.ts similarity index 100% rename from ts/util/sessionTranslation.ts rename to ts/util/sessionTranslation.node.ts diff --git a/ts/util/setUtil.ts b/ts/util/setUtil.std.ts similarity index 100% rename from ts/util/setUtil.ts rename to ts/util/setUtil.std.ts diff --git a/ts/util/setupI18n.tsx b/ts/util/setupI18n.dom.tsx similarity index 100% rename from ts/util/setupI18n.tsx rename to ts/util/setupI18n.dom.tsx diff --git a/ts/util/setupI18nMain.ts b/ts/util/setupI18nMain.std.ts similarity index 100% rename from ts/util/setupI18nMain.ts rename to ts/util/setupI18nMain.std.ts diff --git a/ts/util/shouldDownloadStory.ts b/ts/util/shouldDownloadStory.preload.ts similarity index 100% rename from ts/util/shouldDownloadStory.ts rename to ts/util/shouldDownloadStory.preload.ts diff --git a/ts/util/shouldNeverBeCalled.ts b/ts/util/shouldNeverBeCalled.std.ts similarity index 100% rename from ts/util/shouldNeverBeCalled.ts rename to ts/util/shouldNeverBeCalled.std.ts diff --git a/ts/util/shouldRespondWithProfileKey.ts b/ts/util/shouldRespondWithProfileKey.dom.ts similarity index 100% rename from ts/util/shouldRespondWithProfileKey.ts rename to ts/util/shouldRespondWithProfileKey.dom.ts diff --git a/ts/util/shouldShowInvalidMessageToast.ts b/ts/util/shouldShowInvalidMessageToast.preload.ts similarity index 100% rename from ts/util/shouldShowInvalidMessageToast.ts rename to ts/util/shouldShowInvalidMessageToast.preload.ts diff --git a/ts/util/shouldStoryReplyNotifyUser.ts b/ts/util/shouldStoryReplyNotifyUser.preload.ts similarity index 100% rename from ts/util/shouldStoryReplyNotifyUser.ts rename to ts/util/shouldStoryReplyNotifyUser.preload.ts diff --git a/ts/util/showConfirmationDialog.tsx b/ts/util/showConfirmationDialog.dom.tsx similarity index 100% rename from ts/util/showConfirmationDialog.tsx rename to ts/util/showConfirmationDialog.dom.tsx diff --git a/ts/util/showDownloadFailedToast.ts b/ts/util/showDownloadFailedToast.dom.ts similarity index 100% rename from ts/util/showDownloadFailedToast.ts rename to ts/util/showDownloadFailedToast.dom.ts diff --git a/ts/util/signalRoutes.ts b/ts/util/signalRoutes.std.ts similarity index 100% rename from ts/util/signalRoutes.ts rename to ts/util/signalRoutes.std.ts diff --git a/ts/util/sleep.ts b/ts/util/sleep.std.ts similarity index 100% rename from ts/util/sleep.ts rename to ts/util/sleep.std.ts diff --git a/ts/util/sleeper.ts b/ts/util/sleeper.std.ts similarity index 100% rename from ts/util/sleeper.ts rename to ts/util/sleeper.std.ts diff --git a/ts/util/smartling.ts b/ts/util/smartling.node.ts similarity index 100% rename from ts/util/smartling.ts rename to ts/util/smartling.node.ts diff --git a/ts/util/sniffImageMimeType.ts b/ts/util/sniffImageMimeType.std.ts similarity index 100% rename from ts/util/sniffImageMimeType.ts rename to ts/util/sniffImageMimeType.std.ts diff --git a/ts/util/sortByTitle.ts b/ts/util/sortByTitle.std.ts similarity index 100% rename from ts/util/sortByTitle.ts rename to ts/util/sortByTitle.std.ts diff --git a/ts/util/splitText.ts b/ts/util/splitText.std.ts similarity index 100% rename from ts/util/splitText.ts rename to ts/util/splitText.std.ts diff --git a/ts/util/startConversation.ts b/ts/util/startConversation.dom.ts similarity index 100% rename from ts/util/startConversation.ts rename to ts/util/startConversation.dom.ts diff --git a/ts/util/startTimeTravelDetector.ts b/ts/util/startTimeTravelDetector.std.ts similarity index 100% rename from ts/util/startTimeTravelDetector.ts rename to ts/util/startTimeTravelDetector.std.ts diff --git a/ts/util/stories.ts b/ts/util/stories.preload.ts similarity index 100% rename from ts/util/stories.ts rename to ts/util/stories.preload.ts diff --git a/ts/util/stripNewlinesForLeftPane.ts b/ts/util/stripNewlinesForLeftPane.std.ts similarity index 100% rename from ts/util/stripNewlinesForLeftPane.ts rename to ts/util/stripNewlinesForLeftPane.std.ts diff --git a/ts/util/subscriptionConfiguration.ts b/ts/util/subscriptionConfiguration.preload.ts similarity index 100% rename from ts/util/subscriptionConfiguration.ts rename to ts/util/subscriptionConfiguration.preload.ts diff --git a/ts/util/syncIdentifiers.ts b/ts/util/syncIdentifiers.preload.ts similarity index 100% rename from ts/util/syncIdentifiers.ts rename to ts/util/syncIdentifiers.preload.ts diff --git a/ts/util/syncTasks.ts b/ts/util/syncTasks.preload.ts similarity index 100% rename from ts/util/syncTasks.ts rename to ts/util/syncTasks.preload.ts diff --git a/ts/util/syncTasks.types.ts b/ts/util/syncTasks.types.std.ts similarity index 100% rename from ts/util/syncTasks.types.ts rename to ts/util/syncTasks.types.std.ts diff --git a/ts/util/theme.ts b/ts/util/theme.std.ts similarity index 100% rename from ts/util/theme.ts rename to ts/util/theme.std.ts diff --git a/ts/util/throttle.ts b/ts/util/throttle.std.ts similarity index 100% rename from ts/util/throttle.ts rename to ts/util/throttle.std.ts diff --git a/ts/util/timeAndLogIfTooLong.ts b/ts/util/timeAndLogIfTooLong.std.ts similarity index 100% rename from ts/util/timeAndLogIfTooLong.ts rename to ts/util/timeAndLogIfTooLong.std.ts diff --git a/ts/util/timelineUtil.ts b/ts/util/timelineUtil.std.ts similarity index 100% rename from ts/util/timelineUtil.ts rename to ts/util/timelineUtil.std.ts diff --git a/ts/util/timeout.ts b/ts/util/timeout.std.ts similarity index 100% rename from ts/util/timeout.ts rename to ts/util/timeout.std.ts diff --git a/ts/util/timer.ts b/ts/util/timer.std.ts similarity index 100% rename from ts/util/timer.ts rename to ts/util/timer.std.ts diff --git a/ts/util/timestamp.ts b/ts/util/timestamp.std.ts similarity index 100% rename from ts/util/timestamp.ts rename to ts/util/timestamp.std.ts diff --git a/ts/util/timestampLongUtils.ts b/ts/util/timestampLongUtils.std.ts similarity index 100% rename from ts/util/timestampLongUtils.ts rename to ts/util/timestampLongUtils.std.ts diff --git a/ts/util/toWebStream.ts b/ts/util/toWebStream.node.ts similarity index 100% rename from ts/util/toWebStream.ts rename to ts/util/toWebStream.node.ts diff --git a/ts/util/toggleMaximizedBrowserWindow.ts b/ts/util/toggleMaximizedBrowserWindow.std.ts similarity index 100% rename from ts/util/toggleMaximizedBrowserWindow.ts rename to ts/util/toggleMaximizedBrowserWindow.std.ts diff --git a/ts/util/trimPadding.ts b/ts/util/trimPadding.node.ts similarity index 100% rename from ts/util/trimPadding.ts rename to ts/util/trimPadding.node.ts diff --git a/ts/util/unicodeBidi.ts b/ts/util/unicodeBidi.std.ts similarity index 100% rename from ts/util/unicodeBidi.ts rename to ts/util/unicodeBidi.std.ts diff --git a/ts/util/unicodeSlice.ts b/ts/util/unicodeSlice.std.ts similarity index 100% rename from ts/util/unicodeSlice.ts rename to ts/util/unicodeSlice.std.ts diff --git a/ts/util/universalExpireTimer.ts b/ts/util/universalExpireTimer.preload.ts similarity index 100% rename from ts/util/universalExpireTimer.ts rename to ts/util/universalExpireTimer.preload.ts diff --git a/ts/util/updateBackupMediaDownloadProgress.ts b/ts/util/updateBackupMediaDownloadProgress.preload.ts similarity index 100% rename from ts/util/updateBackupMediaDownloadProgress.ts rename to ts/util/updateBackupMediaDownloadProgress.preload.ts diff --git a/ts/util/uploadAttachment.ts b/ts/util/uploadAttachment.preload.ts similarity index 100% rename from ts/util/uploadAttachment.ts rename to ts/util/uploadAttachment.preload.ts diff --git a/ts/util/uploads/tusProtocol.ts b/ts/util/uploads/tusProtocol.node.ts similarity index 100% rename from ts/util/uploads/tusProtocol.ts rename to ts/util/uploads/tusProtocol.node.ts diff --git a/ts/util/uploads/uploads.ts b/ts/util/uploads/uploads.node.ts similarity index 100% rename from ts/util/uploads/uploads.ts rename to ts/util/uploads/uploads.node.ts diff --git a/ts/util/url.ts b/ts/util/url.std.ts similarity index 100% rename from ts/util/url.ts rename to ts/util/url.std.ts diff --git a/ts/util/userLanguages.ts b/ts/util/userLanguages.std.ts similarity index 100% rename from ts/util/userLanguages.ts rename to ts/util/userLanguages.std.ts diff --git a/ts/util/utf16ToEmoji.ts b/ts/util/utf16ToEmoji.node.ts similarity index 100% rename from ts/util/utf16ToEmoji.ts rename to ts/util/utf16ToEmoji.node.ts diff --git a/ts/util/uuidFetchState.ts b/ts/util/uuidFetchState.std.ts similarity index 100% rename from ts/util/uuidFetchState.ts rename to ts/util/uuidFetchState.std.ts diff --git a/ts/util/uuidToBytes.ts b/ts/util/uuidToBytes.std.ts similarity index 100% rename from ts/util/uuidToBytes.ts rename to ts/util/uuidToBytes.std.ts diff --git a/ts/util/validateConversation.ts b/ts/util/validateConversation.dom.ts similarity index 100% rename from ts/util/validateConversation.ts rename to ts/util/validateConversation.dom.ts diff --git a/ts/util/verifyStoryListMembers.ts b/ts/util/verifyStoryListMembers.preload.ts similarity index 100% rename from ts/util/verifyStoryListMembers.ts rename to ts/util/verifyStoryListMembers.preload.ts diff --git a/ts/util/version.ts b/ts/util/version.std.ts similarity index 100% rename from ts/util/version.ts rename to ts/util/version.std.ts diff --git a/ts/util/waitBatcher.ts b/ts/util/waitBatcher.std.ts similarity index 100% rename from ts/util/waitBatcher.ts rename to ts/util/waitBatcher.std.ts diff --git a/ts/util/waitForAll.ts b/ts/util/waitForAll.std.ts similarity index 100% rename from ts/util/waitForAll.ts rename to ts/util/waitForAll.std.ts diff --git a/ts/util/waitForOnline.ts b/ts/util/waitForOnline.dom.ts similarity index 100% rename from ts/util/waitForOnline.ts rename to ts/util/waitForOnline.dom.ts diff --git a/ts/util/webSafeBase64.ts b/ts/util/webSafeBase64.std.ts similarity index 100% rename from ts/util/webSafeBase64.ts rename to ts/util/webSafeBase64.std.ts diff --git a/ts/util/whatTypeOfConversation.ts b/ts/util/whatTypeOfConversation.dom.ts similarity index 100% rename from ts/util/whatTypeOfConversation.ts rename to ts/util/whatTypeOfConversation.dom.ts diff --git a/ts/util/whitespaceStringUtil.ts b/ts/util/whitespaceStringUtil.std.ts similarity index 100% rename from ts/util/whitespaceStringUtil.ts rename to ts/util/whitespaceStringUtil.std.ts diff --git a/ts/util/windowsZoneIdentifier.ts b/ts/util/windowsZoneIdentifier.node.ts similarity index 100% rename from ts/util/windowsZoneIdentifier.ts rename to ts/util/windowsZoneIdentifier.node.ts diff --git a/ts/util/wrapEventEmitterOnce.ts b/ts/util/wrapEventEmitterOnce.node.ts similarity index 100% rename from ts/util/wrapEventEmitterOnce.ts rename to ts/util/wrapEventEmitterOnce.node.ts diff --git a/ts/util/wrapWithSyncMessageSend.ts b/ts/util/wrapWithSyncMessageSend.preload.ts similarity index 100% rename from ts/util/wrapWithSyncMessageSend.ts rename to ts/util/wrapWithSyncMessageSend.preload.ts diff --git a/ts/util/writeDraftAttachment.ts b/ts/util/writeDraftAttachment.preload.ts similarity index 100% rename from ts/util/writeDraftAttachment.ts rename to ts/util/writeDraftAttachment.preload.ts diff --git a/ts/util/zkgroup.ts b/ts/util/zkgroup.node.ts similarity index 100% rename from ts/util/zkgroup.ts rename to ts/util/zkgroup.node.ts diff --git a/ts/utils/getAvatarPlaceholderGradient.ts b/ts/utils/getAvatarPlaceholderGradient.std.ts similarity index 100% rename from ts/utils/getAvatarPlaceholderGradient.ts rename to ts/utils/getAvatarPlaceholderGradient.std.ts diff --git a/ts/windows/about/app.tsx b/ts/windows/about/app.dom.tsx similarity index 100% rename from ts/windows/about/app.tsx rename to ts/windows/about/app.dom.tsx diff --git a/ts/windows/about/preload.ts b/ts/windows/about/preload.preload.ts similarity index 100% rename from ts/windows/about/preload.ts rename to ts/windows/about/preload.preload.ts diff --git a/ts/windows/applyTheme.ts b/ts/windows/applyTheme.dom.ts similarity index 100% rename from ts/windows/applyTheme.ts rename to ts/windows/applyTheme.dom.ts diff --git a/ts/windows/calling-tools/preload.ts b/ts/windows/calling-tools/preload.preload.ts similarity index 100% rename from ts/windows/calling-tools/preload.ts rename to ts/windows/calling-tools/preload.preload.ts diff --git a/ts/windows/calling-tools/webrtc_internals.ts b/ts/windows/calling-tools/webrtc_internals.std.ts similarity index 100% rename from ts/windows/calling-tools/webrtc_internals.ts rename to ts/windows/calling-tools/webrtc_internals.std.ts diff --git a/ts/windows/context.ts b/ts/windows/context.preload.ts similarity index 100% rename from ts/windows/context.ts rename to ts/windows/context.preload.ts diff --git a/ts/windows/debuglog/app.tsx b/ts/windows/debuglog/app.dom.tsx similarity index 100% rename from ts/windows/debuglog/app.tsx rename to ts/windows/debuglog/app.dom.tsx diff --git a/ts/windows/debuglog/preload.ts b/ts/windows/debuglog/preload.preload.ts similarity index 100% rename from ts/windows/debuglog/preload.ts rename to ts/windows/debuglog/preload.preload.ts diff --git a/ts/windows/loading/preload.ts b/ts/windows/loading/preload.preload.ts similarity index 100% rename from ts/windows/loading/preload.ts rename to ts/windows/loading/preload.preload.ts diff --git a/ts/windows/loading/start.ts b/ts/windows/loading/start.dom.ts similarity index 100% rename from ts/windows/loading/start.ts rename to ts/windows/loading/start.dom.ts diff --git a/ts/windows/main/attachments.ts b/ts/windows/main/attachments.preload.ts similarity index 100% rename from ts/windows/main/attachments.ts rename to ts/windows/main/attachments.preload.ts diff --git a/ts/windows/main/phase0-devtools.ts b/ts/windows/main/phase0-devtools.node.ts similarity index 100% rename from ts/windows/main/phase0-devtools.ts rename to ts/windows/main/phase0-devtools.node.ts diff --git a/ts/windows/main/phase1-ipc.ts b/ts/windows/main/phase1-ipc.preload.ts similarity index 100% rename from ts/windows/main/phase1-ipc.ts rename to ts/windows/main/phase1-ipc.preload.ts diff --git a/ts/windows/main/phase2-dependencies.ts b/ts/windows/main/phase2-dependencies.preload.ts similarity index 100% rename from ts/windows/main/phase2-dependencies.ts rename to ts/windows/main/phase2-dependencies.preload.ts diff --git a/ts/windows/main/phase3-post-signal.ts b/ts/windows/main/phase3-post-signal.std.ts similarity index 100% rename from ts/windows/main/phase3-post-signal.ts rename to ts/windows/main/phase3-post-signal.std.ts diff --git a/ts/windows/main/phase4-test.ts b/ts/windows/main/phase4-test.preload.ts similarity index 100% rename from ts/windows/main/phase4-test.ts rename to ts/windows/main/phase4-test.preload.ts diff --git a/ts/windows/main/preload.ts b/ts/windows/main/preload.preload.ts similarity index 100% rename from ts/windows/main/preload.ts rename to ts/windows/main/preload.preload.ts diff --git a/ts/windows/main/preload_test.ts b/ts/windows/main/preload_test.preload.ts similarity index 100% rename from ts/windows/main/preload_test.ts rename to ts/windows/main/preload_test.preload.ts diff --git a/ts/windows/main/start.ts b/ts/windows/main/start.preload.ts similarity index 100% rename from ts/windows/main/start.ts rename to ts/windows/main/start.preload.ts diff --git a/ts/windows/minimalContext.ts b/ts/windows/minimalContext.preload.ts similarity index 100% rename from ts/windows/minimalContext.ts rename to ts/windows/minimalContext.preload.ts diff --git a/ts/windows/permissions/app.tsx b/ts/windows/permissions/app.dom.tsx similarity index 100% rename from ts/windows/permissions/app.tsx rename to ts/windows/permissions/app.dom.tsx diff --git a/ts/windows/permissions/preload.ts b/ts/windows/permissions/preload.preload.ts similarity index 100% rename from ts/windows/permissions/preload.ts rename to ts/windows/permissions/preload.preload.ts diff --git a/ts/windows/preload.ts b/ts/windows/preload.preload.ts similarity index 100% rename from ts/windows/preload.ts rename to ts/windows/preload.preload.ts diff --git a/ts/windows/sandboxedInit.ts b/ts/windows/sandboxedInit.dom.ts similarity index 100% rename from ts/windows/sandboxedInit.ts rename to ts/windows/sandboxedInit.dom.ts diff --git a/ts/windows/screenShare/app.tsx b/ts/windows/screenShare/app.dom.tsx similarity index 100% rename from ts/windows/screenShare/app.tsx rename to ts/windows/screenShare/app.dom.tsx diff --git a/ts/windows/screenShare/preload.ts b/ts/windows/screenShare/preload.preload.ts similarity index 100% rename from ts/windows/screenShare/preload.ts rename to ts/windows/screenShare/preload.preload.ts diff --git a/ts/windows/sticker-creator/preload.ts b/ts/windows/sticker-creator/preload.preload.ts similarity index 100% rename from ts/windows/sticker-creator/preload.ts rename to ts/windows/sticker-creator/preload.preload.ts diff --git a/ts/workers/heicConverterMain.ts b/ts/workers/heicConverterMain.main.ts similarity index 100% rename from ts/workers/heicConverterMain.ts rename to ts/workers/heicConverterMain.main.ts diff --git a/ts/workers/heicConverterWorker.ts b/ts/workers/heicConverterWorker.node.ts similarity index 100% rename from ts/workers/heicConverterWorker.ts rename to ts/workers/heicConverterWorker.node.ts