Replace "InfoIcon" with "WarningIcon"

This commit is contained in:
schroda
2026-05-08 13:02:36 +02:00
parent f7801de750
commit 6b234ff9bc
4 changed files with 22 additions and 6 deletions

View File

@@ -21,7 +21,7 @@ import List from '@mui/material/List';
import DeleteIcon from '@mui/icons-material/Delete';
import IconButton from '@mui/material/IconButton';
import DialogContentText from '@mui/material/DialogContentText';
import InfoIcon from '@mui/icons-material/Info';
import WarningIcon from '@mui/icons-material/Warning';
import { useLingui } from '@lingui/react/macro';
import { CustomTooltip } from '@/base/components/CustomTooltip.tsx';
import type { TextSettingProps } from '@/base/components/settings/text/TextSetting.tsx';
@@ -181,7 +181,7 @@ export const MutableListSetting = ({
alignItems: 'center',
}}
>
<InfoIcon color="warning" />
<WarningIcon color="warning" />
<Typography
variant="body1"
sx={{

View File

@@ -22,7 +22,7 @@ import * as React from 'react';
import ListItemIcon from '@mui/material/ListItemIcon';
import Slider from '@mui/material/Slider';
import DialogContentText from '@mui/material/DialogContentText';
import InfoIcon from '@mui/icons-material/Info';
import WarningIcon from '@mui/icons-material/Warning';
import type { SxProps, Theme } from '@mui/material/styles';
import { useLingui } from '@lingui/react/macro';
@@ -149,7 +149,7 @@ export const NumberSetting = ({
alignItems: 'center',
}}
>
<InfoIcon color="warning" />
<WarningIcon color="warning" />
<Typography
variant="body1"
sx={{

View File

@@ -20,7 +20,7 @@ import DialogActions from '@mui/material/DialogActions';
import ListItemButton from '@mui/material/ListItemButton';
import { useEffect, useMemo, useState } from 'react';
import DialogContentText from '@mui/material/DialogContentText';
import InfoIcon from '@mui/icons-material/Info';
import WarningIcon from '@mui/icons-material/Warning';
import { useLingui } from '@lingui/react/macro';
import { Select } from '@/base/components/inputs/Select.tsx';
@@ -112,7 +112,7 @@ export const SelectSetting = <SettingValue extends string | number>({
alignItems: 'center',
}}
>
<InfoIcon color="warning" />
<WarningIcon color="warning" />
<Typography
variant="body1"
sx={{

View File

@@ -1802,6 +1802,14 @@ msgstr "How many chapters should get downloaded while reading."
msgid "How much time FlareSolverr has to handle the request"
msgstr "How much time FlareSolverr has to handle the request"
#: src/features/migration/components/MigrationOptionsDialog.tsx
msgid ""
"If enabled, chooses the match furthest ahead.\n"
"Otherwise, picks the first match by source priority."
msgstr ""
"If enabled, chooses the match furthest ahead.\n"
"Otherwise, picks the first match by source priority."
#: src/features/app-updates/components/VersionUpdateInfoDialog.tsx
msgid "Ignore"
msgstr "Ignore"
@@ -2242,6 +2250,10 @@ msgstr "Mark selected as read"
msgid "Mark selected as unread"
msgstr "Mark selected as unread"
#: src/features/migration/components/MigrationOptionsDialog.tsx
msgid "Match based on chapter number"
msgstr "Match based on chapter number"
#: src/features/migration/Migration.constants.ts
msgid "Match found"
msgstr "Match found"
@@ -3471,6 +3483,10 @@ msgstr "There is no next chapter"
msgid "There is no previous chapter"
msgstr "There is no previous chapter"
#: src/features/migration/components/MigrationOptionsDialog.tsx
msgid "These options are slow and dangerous and may lead to restrictions from sources"
msgstr "These options are slow and dangerous and may lead to restrictions from sources"
#: src/features/downloads/components/DeleteChaptersWhileReadingSetting.tsx
msgid "Third to last read chapter"
msgstr "Third to last read chapter"