mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 07:25:48 +01:00
💄 Format code
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Button, Group, Modal, Text, Title } from '@mantine/core';
|
||||
import { Button, Group, Modal, Title } from '@mantine/core';
|
||||
import { useBooleanToggle } from '@mantine/hooks';
|
||||
import { showNotification, updateNotification } from '@mantine/notifications';
|
||||
import {
|
||||
@@ -13,7 +13,7 @@ import {
|
||||
} from '@tabler/icons';
|
||||
import axios from 'axios';
|
||||
import Dockerode from 'dockerode';
|
||||
import addToHomarr, { tryMatchService } from '../../tools/addToHomarr';
|
||||
import { tryMatchService } from '../../tools/addToHomarr';
|
||||
import { useConfig } from '../../tools/state';
|
||||
import { AddAppShelfItemForm } from '../AppShelf/AddAppShelfItem';
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { ActionIcon, Drawer, Group, LoadingOverlay, ScrollArea } from '@mantine/core';
|
||||
import { ActionIcon, Drawer, Group, LoadingOverlay } from '@mantine/core';
|
||||
import { IconBrandDocker } from '@tabler/icons';
|
||||
import axios from 'axios';
|
||||
import { useEffect, useState } from 'react';
|
||||
|
||||
@@ -1,10 +1,8 @@
|
||||
import { Center, createStyles, Menu, Text, useMantineTheme } from '@mantine/core';
|
||||
import { Menu, Text, useMantineTheme } from '@mantine/core';
|
||||
import { showNotification, updateNotification } from '@mantine/notifications';
|
||||
import {
|
||||
IconCheck,
|
||||
IconCodePlus,
|
||||
IconDownload,
|
||||
IconFileText,
|
||||
IconPlayerPlay,
|
||||
IconPlayerStop,
|
||||
IconRotateClockwise,
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
import { showNotification } from '@mantine/notifications';
|
||||
import Dockerode from 'dockerode';
|
||||
import { Config, MatchingImages, ServiceType, ServiceTypeList } from './types';
|
||||
import { Config, MatchingImages, ServiceType } from './types';
|
||||
|
||||
async function MatchIcon(name: string) {
|
||||
const res = await fetch(
|
||||
|
||||
Reference in New Issue
Block a user