|
|
|
@ -15,13 +15,12 @@ import {
|
|
|
|
|
hasLinkPreviewPopupBeenDisplayed,
|
|
|
|
|
} from '../../../../ts/data/data';
|
|
|
|
|
import { shell } from 'electron';
|
|
|
|
|
import { SessionConfirmDialogProps } from '../../dialog/SessionConfirm';
|
|
|
|
|
import { mapDispatchToProps } from '../../../state/actions';
|
|
|
|
|
import { unblockConvoById } from '../../../interactions/conversationInteractions';
|
|
|
|
|
import { toggleAudioAutoplay } from '../../../state/ducks/userConfig';
|
|
|
|
|
import { sessionPassword, updateConfirmModal } from '../../../state/ducks/modalDialog';
|
|
|
|
|
import { PasswordAction } from '../../dialog/SessionPasswordDialog';
|
|
|
|
|
import { SessionIconButton, SessionIconSize, SessionIconType } from '../icon';
|
|
|
|
|
import { SessionIconButton, SessionIconType } from '../icon';
|
|
|
|
|
import { ToastUtils } from '../../../session/utils';
|
|
|
|
|
|
|
|
|
|
export enum SessionSettingCategory {
|
|
|
|
@ -54,10 +53,6 @@ interface State {
|
|
|
|
|
shouldLockSettings: boolean | null;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
interface ConfirmationDialogParams extends SessionConfirmDialogProps {
|
|
|
|
|
shouldShowConfirm: boolean | undefined;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
interface LocalSettingType {
|
|
|
|
|
category: SessionSettingCategory;
|
|
|
|
|
description: string | undefined;
|
|
|
|
@ -70,7 +65,6 @@ interface LocalSettingType {
|
|
|
|
|
type: SessionSettingType | undefined;
|
|
|
|
|
setFn: any;
|
|
|
|
|
onClick: any;
|
|
|
|
|
confirmationDialogParams: ConfirmationDialogParams | undefined;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
class SettingsViewInner extends React.Component<SettingsViewProps, State> {
|
|
|
|
@ -162,7 +156,6 @@ class SettingsViewInner extends React.Component<SettingsViewProps, State> {
|
|
|
|
|
onClick={onClickFn}
|
|
|
|
|
onSliderChange={sliderFn}
|
|
|
|
|
content={content}
|
|
|
|
|
confirmationDialogParams={setting.confirmationDialogParams}
|
|
|
|
|
/>
|
|
|
|
|
)}
|
|
|
|
|
</div>
|
|
|
|
@ -258,7 +251,7 @@ class SettingsViewInner extends React.Component<SettingsViewProps, State> {
|
|
|
|
|
<span className="text-selectable">v{window.versionInfo.version}</span>
|
|
|
|
|
<span>
|
|
|
|
|
<SessionIconButton
|
|
|
|
|
iconSize={SessionIconSize.Medium}
|
|
|
|
|
iconSize={'medium'}
|
|
|
|
|
iconType={SessionIconType.Oxen}
|
|
|
|
|
onClick={openOxenWebsite}
|
|
|
|
|
/>
|
|
|
|
@ -335,7 +328,6 @@ class SettingsViewInner extends React.Component<SettingsViewProps, State> {
|
|
|
|
|
content: { defaultValue: true },
|
|
|
|
|
comparisonValue: undefined,
|
|
|
|
|
onClick: undefined,
|
|
|
|
|
confirmationDialogParams: undefined,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: 'spell-check',
|
|
|
|
@ -348,7 +340,6 @@ class SettingsViewInner extends React.Component<SettingsViewProps, State> {
|
|
|
|
|
content: { defaultValue: true },
|
|
|
|
|
comparisonValue: undefined,
|
|
|
|
|
onClick: undefined,
|
|
|
|
|
confirmationDialogParams: undefined,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: 'link-preview-setting',
|
|
|
|
@ -376,7 +367,6 @@ class SettingsViewInner extends React.Component<SettingsViewProps, State> {
|
|
|
|
|
content: undefined,
|
|
|
|
|
comparisonValue: undefined,
|
|
|
|
|
onClick: undefined,
|
|
|
|
|
confirmationDialogParams: undefined,
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
@ -403,7 +393,6 @@ class SettingsViewInner extends React.Component<SettingsViewProps, State> {
|
|
|
|
|
content: undefined,
|
|
|
|
|
comparisonValue: undefined,
|
|
|
|
|
onClick: undefined,
|
|
|
|
|
confirmationDialogParams: undefined,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: 'audio-message-autoplay-setting',
|
|
|
|
@ -420,7 +409,6 @@ class SettingsViewInner extends React.Component<SettingsViewProps, State> {
|
|
|
|
|
},
|
|
|
|
|
comparisonValue: undefined,
|
|
|
|
|
onClick: undefined,
|
|
|
|
|
confirmationDialogParams: undefined,
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
@ -459,7 +447,6 @@ class SettingsViewInner extends React.Component<SettingsViewProps, State> {
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
confirmationDialogParams: undefined,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: 'zoom-factor-setting',
|
|
|
|
@ -479,7 +466,6 @@ class SettingsViewInner extends React.Component<SettingsViewProps, State> {
|
|
|
|
|
defaultValue: 100,
|
|
|
|
|
info: (value: number) => `${value}%`,
|
|
|
|
|
},
|
|
|
|
|
confirmationDialogParams: undefined,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: 'help-translation',
|
|
|
|
@ -497,7 +483,6 @@ class SettingsViewInner extends React.Component<SettingsViewProps, State> {
|
|
|
|
|
buttonText: window.i18n('helpUsTranslateSession'),
|
|
|
|
|
buttonColor: SessionButtonColor.Primary,
|
|
|
|
|
},
|
|
|
|
|
confirmationDialogParams: undefined,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: 'media-permissions',
|
|
|
|
@ -510,7 +495,6 @@ class SettingsViewInner extends React.Component<SettingsViewProps, State> {
|
|
|
|
|
content: undefined,
|
|
|
|
|
comparisonValue: undefined,
|
|
|
|
|
onClick: undefined,
|
|
|
|
|
confirmationDialogParams: undefined,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: 'read-receipt-setting',
|
|
|
|
@ -523,7 +507,6 @@ class SettingsViewInner extends React.Component<SettingsViewProps, State> {
|
|
|
|
|
comparisonValue: undefined,
|
|
|
|
|
onClick: undefined,
|
|
|
|
|
content: {},
|
|
|
|
|
confirmationDialogParams: undefined,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: 'typing-indicators-setting',
|
|
|
|
@ -536,7 +519,6 @@ class SettingsViewInner extends React.Component<SettingsViewProps, State> {
|
|
|
|
|
comparisonValue: undefined,
|
|
|
|
|
onClick: undefined,
|
|
|
|
|
content: {},
|
|
|
|
|
confirmationDialogParams: undefined,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: 'auto-update',
|
|
|
|
@ -549,7 +531,6 @@ class SettingsViewInner extends React.Component<SettingsViewProps, State> {
|
|
|
|
|
comparisonValue: undefined,
|
|
|
|
|
onClick: undefined,
|
|
|
|
|
content: {},
|
|
|
|
|
confirmationDialogParams: undefined,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: 'set-password',
|
|
|
|
@ -567,7 +548,6 @@ class SettingsViewInner extends React.Component<SettingsViewProps, State> {
|
|
|
|
|
onClick: () => {
|
|
|
|
|
this.displayPasswordModal('set');
|
|
|
|
|
},
|
|
|
|
|
confirmationDialogParams: undefined,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: 'change-password',
|
|
|
|
@ -585,7 +565,6 @@ class SettingsViewInner extends React.Component<SettingsViewProps, State> {
|
|
|
|
|
onClick: () => {
|
|
|
|
|
this.displayPasswordModal('change');
|
|
|
|
|
},
|
|
|
|
|
confirmationDialogParams: undefined,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: 'remove-password',
|
|
|
|
@ -603,7 +582,6 @@ class SettingsViewInner extends React.Component<SettingsViewProps, State> {
|
|
|
|
|
onClick: () => {
|
|
|
|
|
this.displayPasswordModal('remove');
|
|
|
|
|
},
|
|
|
|
|
confirmationDialogParams: undefined,
|
|
|
|
|
},
|
|
|
|
|
];
|
|
|
|
|
}
|
|
|
|
@ -651,7 +629,6 @@ class SettingsViewInner extends React.Component<SettingsViewProps, State> {
|
|
|
|
|
},
|
|
|
|
|
hidden: false,
|
|
|
|
|
onClick: undefined,
|
|
|
|
|
confirmationDialogParams: undefined,
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -668,7 +645,6 @@ class SettingsViewInner extends React.Component<SettingsViewProps, State> {
|
|
|
|
|
setFn: undefined,
|
|
|
|
|
hidden: false,
|
|
|
|
|
onClick: undefined,
|
|
|
|
|
confirmationDialogParams: undefined,
|
|
|
|
|
},
|
|
|
|
|
];
|
|
|
|
|
}
|
|
|
|
|