From 660d52b9fc517ce799eb263eac19c61de6eb32b8 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Thu, 13 Nov 2025 07:11:12 +0000 Subject: [PATCH] completionId: cgen-117f04d5fe214ddca509b6fc72fbedd6 cgen-117f04d5fe214ddca509b6fc72fbedd6 --- client/pages/Feed.tsx | 108 ++++++++++++++++++++++++++---------------- 1 file changed, 68 insertions(+), 40 deletions(-) diff --git a/client/pages/Feed.tsx b/client/pages/Feed.tsx index afe5aebf..2dc2ff42 100644 --- a/client/pages/Feed.tsx +++ b/client/pages/Feed.tsx @@ -431,46 +431,74 @@ export default function Feed() { -
- {[ - { - key: "all" as const, - label: "All stories", - icon: Sparkles, - description: "Latest community activity", - }, - { - key: "following" as const, - label: "Following", - icon: Users, - description: "People you follow", - }, - { - key: "trending" as const, - label: "Trending", - icon: Flame, - description: "Most engagement", - }, - ].map(({ key, label, icon: Icon, description }) => ( - - ))} +
+
+ {[ + { + key: "all" as const, + label: "All stories", + icon: Sparkles, + description: "Latest community activity", + }, + { + key: "following" as const, + label: "Following", + icon: Users, + description: "People you follow", + }, + { + key: "trending" as const, + label: "Trending", + icon: Flame, + description: "Most engagement", + }, + ].map(({ key, label, icon: Icon, description }) => ( + + ))} +
+ +
+ {ARMS.map((arm) => ( + + ))} +