diff --git a/client/pages/Feed.tsx b/client/pages/Feed.tsx index 30cfbc2e..5bb3ccb7 100644 --- a/client/pages/Feed.tsx +++ b/client/pages/Feed.tsx @@ -470,24 +470,24 @@ export default function Feed() { return (
-
-
+
+
-
-
-

+
+
+

Community Pulse

-

+

Discover new creations, amplify your voice, and engage with the AeThex community in real time.

-
+
Live updates enabled @@ -495,15 +495,15 @@ export default function Feed() { variant="outline" size="sm" onClick={handleManualRefresh} - className="gap-2 rounded-full border-border/60 bg-background/80 backdrop-blur" + className="gap-1 sm:gap-2 rounded-full border-border/60 bg-background/80 backdrop-blur text-xs sm:text-sm" > - Refresh + Refresh
-
-
+
+
{[ { key: "all" as const, @@ -530,13 +530,13 @@ export default function Feed() { size="sm" onClick={() => setActiveFilter(key)} className={cn( - "flex items-center gap-2 rounded-full border-border/50 px-4", + "flex items-center gap-1 sm:gap-2 rounded-full border-border/50 px-2.5 sm:px-4 py-1.5 sm:py-2 text-xs sm:text-sm", activeFilter === key ? "bg-gradient-to-r from-aethex-500 to-neon-blue text-white shadow-lg" : "bg-background/80 text-muted-foreground backdrop-blur", )} > - + {label} {description} @@ -545,21 +545,21 @@ export default function Feed() { ))}
-
-
- Filter by Arms +
+
+ Filter by Arms
-
+
{ARMS.map((arm) => (

-
-
+
+
-
-
-

+
+
+

Share something new

-

+

Post updates or spark a conversation

@@ -642,7 +642,7 @@ export default function Feed() { variant="secondary" size="sm" onClick={() => setShowPostComposer(true)} - className="rounded-full bg-aethex-500/20 text-aethex-100 hover:bg-aethex-500/30 text-xs sm:text-sm" + className="rounded-full bg-aethex-500/20 text-aethex-100 hover:bg-aethex-500/30 text-xs sm:text-sm whitespace-nowrap" > Compose @@ -663,9 +663,9 @@ export default function Feed() { } onSuccess={handlePostSuccess} /> -
+
- + Your post is shared instantly with followers and the broader community.