-
Plots: {storyline.plot_count}
-
·
- {storyline.sunset ? (
-
complete
- ) : (
-
active
- )}
+
+
+
{storyline.plot_count}
+
Plots
+
+
+
{holderCount ?? "—"}
+
Holders
+
+
+
{formatViewCount(storyline.view_count)}
+
Views
+
+
+
{storyline.block_timestamp ? new Date(storyline.block_timestamp).toLocaleDateString("en-US", { month: "short", day: "numeric" }) : "—"}
+
Created
-
Holders: {holderCount ?? "—"}
-
Views: {formatViewCount(storyline.view_count)}
-
Created: {storyline.block_timestamp ? new Date(storyline.block_timestamp).toLocaleDateString("en-US", { month: "short", day: "numeric" }) : "—"}
+ {storyline.sunset ? (
+
complete
+ ) : (
+
active
+ )}
{/* TVL + Donations (inline in info area) */}
{storyline.token_address && (
<>
@@ -1386,10 +1407,10 @@ function PortfolioTab({ address, isOwnProfile }: { address: string; isOwnProfile
{holdings!.map((h) => (
{/* Moleskine book (left) + Info (right) */}
-
+
-
-
+
+
{h.storyline.title}