From 9c5a5d49912d4273aeaca2af014e43a57cb96955 Mon Sep 17 00:00:00 2001
From: ishaanxgupta <124028055+ishaanxgupta@users.noreply.github.com>
Date: Wed, 17 Jun 2026 04:06:59 +0000
Subject: [PATCH] Improve mobile integrations layout (#1097)
## Summary
- Add a mobile-only Activity panel with Active and Recent tabs near the top of the integrations page.
- Switch mobile integration cards from horizontal carousel cards to compact vertical list rows.
- Keep the existing desktop right-column layout unchanged.
---
apps/web/components/integrations-view.tsx | 233 +++++++++++++++++++---
1 file changed, 202 insertions(+), 31 deletions(-)
diff --git a/apps/web/components/integrations-view.tsx b/apps/web/components/integrations-view.tsx
index fe8233f6..62383466 100644
--- a/apps/web/components/integrations-view.tsx
+++ b/apps/web/components/integrations-view.tsx
@@ -481,13 +481,13 @@ const SECTIONS: Array<{
simpleTitle: "Text Poke to recall and save your memories",
isNew: true,
icon: (
-
{tagline}
@@ -2187,7 +2340,7 @@ function SectionRail({
>
{label}
-