From 82d8de602b1caba7aea2a9fa59184540a82f0692 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Fri, 14 Nov 2025 22:25:13 +0000 Subject: [PATCH] completionId: cgen-3a7826e0b7494932a848075feefd8677 cgen-3a7826e0b7494932a848075feefd8677 --- client/pages/Feed.tsx | 102 +++++++++++++++++++++++++++++------------- 1 file changed, 71 insertions(+), 31 deletions(-) diff --git a/client/pages/Feed.tsx b/client/pages/Feed.tsx index ad839504..30cfbc2e 100644 --- a/client/pages/Feed.tsx +++ b/client/pages/Feed.tsx @@ -545,38 +545,78 @@ export default function Feed() { ))} -
-
- {ARMS.map((arm) => ( - - ))} +
+
+ Filter by Arms +
+ +
+
+ {ARMS.map((arm) => ( + + ))} +
+
+ + {showArmFollowManager && user?.id && ( +
+

+ ✨ Follow arms to personalize your feed. Only posts from followed arms will appear in your "Following" tab. +

+
+ {ARMS.map((arm) => ( + + ))} +
+
+ )}