From b166f450a433305eade746b629894f76e4ff57b4 Mon Sep 17 00:00:00 2001 From: cc Date: Wed, 15 Apr 2026 19:27:23 +0200 Subject: [PATCH] Subtle loading skeleton for home page --- src/components/oslist.tsx | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/components/oslist.tsx b/src/components/oslist.tsx index 25beadb..612f64d 100644 --- a/src/components/oslist.tsx +++ b/src/components/oslist.tsx @@ -204,11 +204,17 @@ export default function OSList() { {loading && (
{[1, 2, 3].map((group) => ( -
- +
+
{[1, 2, 3, 4, 5, 6].map((item) => ( - +
+
+
+
+
+
+
))}