Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
75 changes: 0 additions & 75 deletions packages/frontend/scss/dialogs/_audit_log.scss

This file was deleted.

50 changes: 0 additions & 50 deletions packages/frontend/scss/dialogs/_autocrypt_setup.scss

This file was deleted.

9 changes: 0 additions & 9 deletions packages/frontend/scss/dialogs/_group-styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,6 @@ input.group-name-input {
}
}

// same padding as contacts here
.group-related-chats-list-wrapper {
margin-top: 8px;
.chat-list-item,
.pseudo-chat-list-item {
padding-inline-start: 20px;
}
}

.group-profile-subtitle {
text-align: center;
padding-top: 6px;
Expand Down
2 changes: 0 additions & 2 deletions packages/frontend/scss/manifest.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@

// Dialogs
@use 'dialogs/_about';
@use 'dialogs/_audit_log';
@use 'dialogs/_autocrypt_setup.scss';
@use 'dialogs/_select-chat';
@use 'dialogs/_group-styles';
@use 'dialogs/_settings';
Expand Down
41 changes: 0 additions & 41 deletions packages/frontend/src/components/InputTransferKey.tsx

This file was deleted.

5 changes: 0 additions & 5 deletions packages/frontend/src/components/Settings/Advanced.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React, { useEffect, useState, useCallback } from 'react'

import type { SettingsStoreState } from '../../stores/settings'
import Encryption from './Encryption'
import { ExperimentalFeatures } from './ExperimentalFeatures'
import ImapFolderHandling from './ImapFolderHandling'
import SettingsHeading from './SettingsHeading'
Expand Down Expand Up @@ -69,10 +68,6 @@ export default function Advanced({ settingsStore }: Props) {
<ExperimentalFeatures />
<SettingsSeparator />

<SettingsHeading>{tx('pref_encryption')}</SettingsHeading>
<Encryption />
<SettingsSeparator />

<SettingsHeading>{tx('pref_server')}</SettingsHeading>
<SettingsButton
onClick={() => {
Expand Down
126 changes: 0 additions & 126 deletions packages/frontend/src/components/Settings/Encryption.tsx

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -86,15 +86,6 @@ export function ExperimentalFeatures() {
showExperimentalInfoDialog('enableOnDemandLocationStreaming', value)
}
/>
<DesktopSettingsSwitch
settingsKey='enableChatAuditLog'
label={tx('menu_chat_audit_log')}
description={tx('chat_audit_log_description')}
/>
<DesktopSettingsSwitch
settingsKey='enableRelatedChats'
label={tx('related_chats')}
/>
{runtime.getRuntimeInfo().isContentProtectionSupported && (
<DesktopSettingsSwitch
settingsKey='contentProtectionEnabled'
Expand Down
Loading