From 0ec979b2eff32cad3a604229c4e03e3a74d04ff3 Mon Sep 17 00:00:00 2001 From: filip mertens Date: Tue, 2 Jan 2024 09:38:00 +0100 Subject: [PATCH] lint --- .../src/lib/components/file-explorer.tsx | 2 +- .../src/lib/components/flat-tree.tsx | 50 ++--- .../workspace/src/lib/remix-ui-workspace.tsx | 204 +++++++++--------- 3 files changed, 128 insertions(+), 128 deletions(-) diff --git a/libs/remix-ui/workspace/src/lib/components/file-explorer.tsx b/libs/remix-ui/workspace/src/lib/components/file-explorer.tsx index 69a760b8ef..ece6ca02f8 100644 --- a/libs/remix-ui/workspace/src/lib/components/file-explorer.tsx +++ b/libs/remix-ui/workspace/src/lib/components/file-explorer.tsx @@ -365,7 +365,7 @@ export const FileExplorer = (props: FileExplorerProps) => { display: 'flex', flexDirection: 'column' }} - className="h-100 ml-0 pl-1" + className="h-100 ml-0 pl-1" >
diff --git a/libs/remix-ui/workspace/src/lib/components/flat-tree.tsx b/libs/remix-ui/workspace/src/lib/components/flat-tree.tsx index f3107483b1..2aa245fcf8 100644 --- a/libs/remix-ui/workspace/src/lib/components/flat-tree.tsx +++ b/libs/remix-ui/workspace/src/lib/components/flat-tree.tsx @@ -228,22 +228,22 @@ export const FlatTree = (props: FlatTreeProps) => { } return (<> -
- -
- {showMouseOverTarget && mouseOverTarget && !isDragging && +
+ +
+ {showMouseOverTarget && mouseOverTarget && !isDragging && { {mouseOverTarget && mouseOverTarget.path} - } - Row(index)} - /> -
-
+ } + Row(index)} + /> +
+
) diff --git a/libs/remix-ui/workspace/src/lib/remix-ui-workspace.tsx b/libs/remix-ui/workspace/src/lib/remix-ui-workspace.tsx index 484b66e01f..76c4da55ea 100644 --- a/libs/remix-ui/workspace/src/lib/remix-ui-workspace.tsx +++ b/libs/remix-ui/workspace/src/lib/remix-ui-workspace.tsx @@ -1044,57 +1044,57 @@ export function Workspace() { )} {!(global.fs.browser.isRequestingWorkspace || global.fs.browser.isRequestingCloning) && global.fs.mode === 'browser' && currentWorkspace !== NO_WORKSPACE && ( - + )} {global.fs.localhost.isRequestingLocalhost && ( @@ -1103,57 +1103,57 @@ export function Workspace() {
)} {global.fs.mode === 'localhost' && global.fs.localhost.isSuccessfulLocalhost && ( - + )}