From f22e4389a120e757d19d0eaefa80f83adb99f153 Mon Sep 17 00:00:00 2001 From: ankushKun Date: Mon, 1 Jul 2024 17:04:15 +0530 Subject: [PATCH] proland coming soon --- next_app/src/components/ao/landing.tsx | 85 +++++++++++++++++++------- next_app/src/styles/globals.css | 2 +- 2 files changed, 64 insertions(+), 23 deletions(-) diff --git a/next_app/src/components/ao/landing.tsx b/next_app/src/components/ao/landing.tsx index e954375..cc13396 100644 --- a/next_app/src/components/ao/landing.tsx +++ b/next_app/src/components/ao/landing.tsx @@ -4,8 +4,16 @@ import { Button } from "../ui/button" import { useEffect, useState } from "react"; import { useLocalStorage } from "usehooks-ts"; import Link from "next/link"; -import { AlertTriangleIcon, FileCodeIcon, FolderOpen, InfoIcon, NewspaperIcon, PartyPopper, PlusSquare } from "lucide-react"; -import {FaDiscord, FaTwitter, FaGithub} from "react-icons/fa" +import { AlertTriangleIcon, FileCodeIcon, FolderOpen, ImportIcon, InfoIcon, NewspaperIcon, PartyPopper, PlusSquare } from "lucide-react"; +import { FaDiscord, FaTwitter, FaGithub } from "react-icons/fa" +import Image from "next/image"; +import { + Tooltip, + TooltipContent, + TooltipProvider, + TooltipTrigger, +} from "@/components/ui/tooltip" + const words = [ // "winston", @@ -91,7 +99,7 @@ export default function AOLanding() { setAutoconnect(false); setWalletAddress(""); } - + useEffect(() => { if (autoconnect) { setTimeout(() => { @@ -109,20 +117,20 @@ export default function AOLanding() { return <>
- +
setShowUpdates(true)} onMouseLeave={() => setShowUpdates(false)}>UPDATES
{showUpdates &&
- -
- -
If you had notebook files which have become normal files now, please change their filename to .luanb extension
-
- -
Old processes must perform a security update (settings > patch 6-5-24): only for processes spawned prior to AOS 1.11.0
-
All new processes will be spawned with WASM64 support!
+ +
+ +
If you had notebook files which have become normal files now, please change their filename to .luanb extension
+
+ +
Old processes must perform a security update (settings > patch 6-5-24): only for processes spawned prior to AOS 1.11.0
+
All new processes will be spawned with WASM64 support!
- +
}
@@ -134,27 +142,60 @@ export default function AOLanding() { }

- {!walletAddress && } + {!walletAddress && }
+ {/* */} + + + + + + + +
+ Coming soon... +
+
+
+
+ +
+ Recent Projects +
+ { + recents.toReversed().map((pname, i) => ) + } + {recents.length === 0 &&
No recent projects
} +
+
{/* */}
-
- + {/*
+ - + - + -
+
*/} {/*
Latest content
@@ -164,8 +205,8 @@ export default function AOLanding() {
*/}
-
- Recent Projects + {/*
+ Recent Projects
{ recents.toReversed().map((pname, i) =>
}
- + */}
Freshly Published
diff --git a/next_app/src/styles/globals.css b/next_app/src/styles/globals.css index afd1eb8..d690432 100644 --- a/next_app/src/styles/globals.css +++ b/next_app/src/styles/globals.css @@ -87,7 +87,7 @@ /* Internet Explorer 10+ */ scrollbar-width: none; /* Firefox */ - transition:all 0.08s + /* transition:all 0.05s */ } *::-webkit-scrollbar {