From bd1f11b0d91846d4ceed8d573d1d9e3052f7c008 Mon Sep 17 00:00:00 2001 From: ameer2468 <33054370+ameer2468@users.noreply.github.com> Date: Thu, 15 Feb 2024 00:04:34 +0300 Subject: [PATCH] remove intro video (#2097) * all tags screen, visual improvements, and bug fix * More sync support for file paths + saved searches (#2067) more sync support for file paths + saved searches * windows video intro fix * remove video intro * back for mob --------- Co-authored-by: Brendan Allan --- interface/app/onboarding/Layout.tsx | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/interface/app/onboarding/Layout.tsx b/interface/app/onboarding/Layout.tsx index 2718bbc4513a..4950d263b0bf 100644 --- a/interface/app/onboarding/Layout.tsx +++ b/interface/app/onboarding/Layout.tsx @@ -1,7 +1,5 @@ import { BloomOne } from '@sd/assets/images'; -import { sdintro } from '@sd/assets/videos'; import clsx from 'clsx'; -import { useState } from 'react'; import { Navigate, Outlet } from 'react-router'; import { useDebugState } from '@sd/client'; import DragRegion from '~/components/DragRegion'; @@ -16,7 +14,7 @@ export const Component = () => { const os = useOperatingSystem(false); const debugState = useDebugState(); // FIX-ME: Intro video breaks onboarding for the web and Linux versions - const [showIntro, setShowIntro] = useState(os === 'macOS' || os === 'windows'); + // const [showIntro, setShowIntro] = useState(os === 'macOS' || os === 'windows'); const ctx = useContextValue(); if (ctx.libraries.isLoading) return null; @@ -30,8 +28,8 @@ export const Component = () => { 'flex h-screen flex-col bg-sidebar text-ink' )} > - {showIntro && ( -
+ {/* {showIntro && ( +
- )} + )} */} -
-
+
+
-

+

© {new Date().getFullYear()} Spacedrive Technology Inc.

-
+
{/* */}