💄 Prettier codebase
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import { NormalizedTorrent } from '@ctrl/shared-torrent';
|
||||
|
||||
import { UsenetQueueItem } from '~/widgets/useNet/types';
|
||||
|
||||
export type NormalizedDownloadQueueResponse = {
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
import { IWidget } from '~/widgets/widgets';
|
||||
|
||||
import { AppType, ConfigAppType } from './app';
|
||||
import { CategoryType } from './category';
|
||||
import { SettingsType } from './settings';
|
||||
|
||||
Reference in New Issue
Block a user