Fix lints
This commit is contained in:
@@ -5,9 +5,9 @@ import { NavbarBase, SelectionBar } from "@/base/components/Navbar";
|
||||
import { sharedCryptoWorker } from "@/base/crypto";
|
||||
import { useIsSmallWidth, useIsTouchscreen } from "@/base/hooks";
|
||||
import log from "@/base/log";
|
||||
import { updateShouldDisableCFUploadProxy } from "@/gallery/upload";
|
||||
import type { Collection } from "@/media/collection";
|
||||
import { type EnteFile, mergeMetadata } from "@/media/file";
|
||||
import { updateShouldDisableCFUploadProxy } from "@/gallery/upload";
|
||||
import {
|
||||
GalleryItemsHeaderAdapter,
|
||||
GalleryItemsSummary,
|
||||
|
||||
@@ -4,11 +4,11 @@ import { lowercaseExtension, nameAndExtension } from "@/base/file";
|
||||
import log from "@/base/log";
|
||||
import type { Electron } from "@/base/types/ipc";
|
||||
import { ComlinkWorker } from "@/base/worker/comlink-worker";
|
||||
import { shouldDisableCFUploadProxy } from "@/gallery/upload";
|
||||
import type { Collection } from "@/media/collection";
|
||||
import { EncryptedEnteFile, EnteFile } from "@/media/file";
|
||||
import { FileType } from "@/media/file-type";
|
||||
import { potentialFileTypeFromExtension } from "@/media/live-photo";
|
||||
import { shouldDisableCFUploadProxy } from "@/gallery/upload";
|
||||
import { getLocalFiles } from "@/new/photos/services/files";
|
||||
import { indexNewUpload } from "@/new/photos/services/ml";
|
||||
import type { UploadItem } from "@/new/photos/services/upload/types";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"extends": "@/build-config/tsconfig-next.json",
|
||||
"include": ["."]
|
||||
"include": [".", "../../packages/base/global-electron.d.ts"]
|
||||
}
|
||||
|
||||
@@ -32,7 +32,6 @@ export const FluidContainer = styled(FlexWrapper)`
|
||||
flex: 1;
|
||||
`;
|
||||
|
||||
|
||||
export const HorizontalFlex = styled(Box)({
|
||||
display: "flex",
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user