From 5ab3dd8ce288dff890432900484b4a4bc3840c72 Mon Sep 17 00:00:00 2001 From: adilei Date: Tue, 18 Aug 2026 15:25:05 +0300 Subject: [PATCH 1/4] fix: contain workflow selector on mobile Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 4691871a-4784-47af-9913-91d3012b7b75 --- src/components/graph/WorkflowExplorer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/graph/WorkflowExplorer.tsx b/src/components/graph/WorkflowExplorer.tsx index 3b1d480..ee0e4af 100644 --- a/src/components/graph/WorkflowExplorer.tsx +++ b/src/components/graph/WorkflowExplorer.tsx @@ -18,7 +18,7 @@ export default function WorkflowExplorer({ workflows }: { workflows: WorkflowPre return (
-

{contributor.count} published solution{contributor.count === 1 ? "" : "s"}

-
+
{contributor.solutions.map((solution) => )}
diff --git a/src/pages/index.astro b/src/pages/index.astro index 0b477bf..2c62e85 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -197,7 +197,7 @@ const featuredSolutions = solutions.filter((solution) => solution.data.featured)
-