aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/settings
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2024-04-13 08:39:08 +0530
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2024-04-13 04:10:34 +0000
commit31f524047446374788ed92440f194b18c90a1aed (patch)
tree26370e87fd4fb48d4b9f36ca327e47622e9ef6d2 /src/components/settings
parent6.7.3-nightly.8 [skip ci] (diff)
downloadferdium-app-31f524047446374788ed92440f194b18c90a1aed.tar.gz
ferdium-app-31f524047446374788ed92440f194b18c90a1aed.tar.zst
ferdium-app-31f524047446374788ed92440f194b18c90a1aed.zip
Upgrade electron to '29.3.0' and some other deps
Diffstat (limited to 'src/components/settings')
-rw-r--r--src/components/settings/recipes/RecipeItem.tsx2
-rw-r--r--src/components/settings/recipes/RecipesDashboard.tsx22
2 files changed, 12 insertions, 12 deletions
diff --git a/src/components/settings/recipes/RecipeItem.tsx b/src/components/settings/recipes/RecipeItem.tsx
index 432e4e6a1..0bf426da2 100644
--- a/src/components/settings/recipes/RecipeItem.tsx
+++ b/src/components/settings/recipes/RecipeItem.tsx
@@ -1,5 +1,5 @@
1import { Component, MouseEventHandler } from 'react';
2import { observer } from 'mobx-react'; 1import { observer } from 'mobx-react';
2import { Component, MouseEventHandler } from 'react';
3import RecipePreview from '../../../models/RecipePreview'; 3import RecipePreview from '../../../models/RecipePreview';
4 4
5interface IProps { 5interface IProps {
diff --git a/src/components/settings/recipes/RecipesDashboard.tsx b/src/components/settings/recipes/RecipesDashboard.tsx
index c7aeaa9b3..3408d8f6d 100644
--- a/src/components/settings/recipes/RecipesDashboard.tsx
+++ b/src/components/settings/recipes/RecipesDashboard.tsx
@@ -1,20 +1,20 @@
1import { Component } from 'react'; 1import { mdiOpenInNew } from '@mdi/js';
2import { observer } from 'mobx-react'; 2import { observer } from 'mobx-react';
3import { defineMessages, injectIntl, WrappedComponentProps } from 'react-intl'; 3import { Component } from 'react';
4import { NavLink } from 'react-router-dom'; 4import { WrappedComponentProps, defineMessages, injectIntl } from 'react-intl';
5import withStyles, { WithStylesProps } from 'react-jss'; 5import withStyles, { WithStylesProps } from 'react-jss';
6import { mdiOpenInNew } from '@mdi/js'; 6import { NavLink } from 'react-router-dom';
7import { FERDIUM_SERVICE_REQUEST } from '../../../config';
8import RecipePreview from '../../../models/RecipePreview';
9import SearchInput from '../../ui/SearchInput';
7import Button from '../../ui/button'; 10import Button from '../../ui/button';
8import Input from '../../ui/input/index'; 11import Appear from '../../ui/effects/Appear';
9import { H1, H2, H3 } from '../../ui/headline'; 12import { H1, H2, H3 } from '../../ui/headline';
10import SearchInput from '../../ui/SearchInput'; 13import Icon from '../../ui/icon';
11import Infobox from '../../ui/infobox/index'; 14import Infobox from '../../ui/infobox/index';
12import RecipeItem from './RecipeItem'; 15import Input from '../../ui/input/index';
13import Loader from '../../ui/loader'; 16import Loader from '../../ui/loader';
14import Appear from '../../ui/effects/Appear'; 17import RecipeItem from './RecipeItem';
15import { FERDIUM_SERVICE_REQUEST } from '../../../config';
16import RecipePreview from '../../../models/RecipePreview';
17import Icon from '../../ui/icon';
18 18
19const messages = defineMessages({ 19const messages = defineMessages({
20 headline: { 20 headline: {