new cursor, speedtest at another page, remove rubbish

This commit is contained in:
2026-05-11 20:22:27 +07:00
parent 3bf53a90fd
commit 31f354d9ca
27 changed files with 194 additions and 24458 deletions
+2 -2
View File
@@ -123,12 +123,12 @@ export function NodesClient({ dict }: { dict: Dictionary["nodes"] }) {
hidden: { opacity: 0, y: 20 },
show: { opacity: 1, y: 0, transition: { type: "spring" } },
}}
className={`bg-card/40 backdrop-blur-xl border rounded-[2rem] p-6 relative overflow-hidden transition-all duration-300 ${
className={`cursor-net-move bg-card/40 backdrop-blur-xl border rounded-[2rem] p-6 relative overflow-hidden transition-all duration-300 ${
node.status === "online"
? "border-border/50 hover:border-primary/50 hover:shadow-[0_0_30px_rgba(0,240,255,0.1)]"
: node.status === "full"
? "border-secondary/30 opacity-80"
: "border-destructive/30 opacity-60 grayscale-[50%]"
: "border-destructive/30 opacity-60 grayscale-50"
}`}
>
<div className="flex justify-between items-start mb-6">