💄 Prettier codebase

This commit is contained in:
ajnart
2023-10-25 15:29:45 +02:00
parent 01ab01d159
commit 5ab0e5207b
99 changed files with 375 additions and 358 deletions

View File

@@ -1,5 +1,4 @@
import { NormalizedTorrent } from '@ctrl/shared-torrent';
import { UsenetQueueItem } from '~/widgets/useNet/types';
export type NormalizedDownloadQueueResponse = {

View File

@@ -1,5 +1,5 @@
import { Icon, IconKey, IconPassword, IconUser } from '@tabler/icons-react';
import { Property } from 'csstype'
import { Property } from 'csstype';
import { TileBaseType } from './tile';
@@ -34,7 +34,7 @@ interface AppNetworkType {
interface AppAppearanceType {
iconUrl: string;
appNameStatus: "normal"|"hover"|"hidden";
appNameStatus: 'normal' | 'hover' | 'hidden';
positionAppName: Property.FlexDirection;
appNameFontSize: number;
lineClampAppName: number;

View File

@@ -1,4 +1,5 @@
import { IWidget } from '~/widgets/widgets';
import { AppType, ConfigAppType } from './app';
import { CategoryType } from './category';
import { SettingsType } from './settings';