From 2409ad15809e80601cac3f641c50d58722b1bd57 Mon Sep 17 00:00:00 2001 From: Githelp AI Aagent Date: Thu, 18 Jun 2026 09:16:33 +0000 Subject: [PATCH 1/2] feat: What to change: The sign up page, where you can get started. Task: 774e6d7a Source: slack Requested by: U04E9DZ5ELF --- src/app/onboarding/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/onboarding/page.tsx b/src/app/onboarding/page.tsx index bdebbe8..c573f2c 100644 --- a/src/app/onboarding/page.tsx +++ b/src/app/onboarding/page.tsx @@ -207,7 +207,7 @@ export default function OnboardingPage() { Welcome! Let's get you started - + Choose how you'd like to get started with Githelp From b7e10cecb1e1bd94d8fd10e8607cf4216ba95300 Mon Sep 17 00:00:00 2001 From: Githelp AI Aagent Date: Thu, 18 Jun 2026 09:21:21 +0000 Subject: [PATCH 2/2] =?UTF-8?q?feat:=20follow-up=20=E2=80=94=20Change=20th?= =?UTF-8?q?e=20repo=20list=20font=20size=20from=2016px=20to=2014px=20in=20?= =?UTF-8?q?the=20GitHub=20import=20view=20under=20'Create=20a=20new=20proj?= =?UTF-8?q?ect'.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Requested via Slack thread --- src/app/onboarding/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/onboarding/page.tsx b/src/app/onboarding/page.tsx index c573f2c..4794b7d 100644 --- a/src/app/onboarding/page.tsx +++ b/src/app/onboarding/page.tsx @@ -405,7 +405,7 @@ export default function OnboardingPage() { className="w-full flex items-center justify-between p-4 rounded-lg border border-border hover:bg-muted/50 hover:border-brand-primary/50 text-left transition-colors disabled:opacity-50" >
-
{repo.full_name}
+
{repo.full_name}
{repo.description && (
{repo.description}