From e37e89dc4d3ebaff91adb0cbcb42bf28bb0644de Mon Sep 17 00:00:00 2001 From: Nikita Date: Sun, 21 Dec 2025 15:15:14 -0800 Subject: [PATCH] Update streaming placeholder to display a link for 'nikiv' and a message for others --- .ai/commit-checkpoints.json | 6 +++--- packages/web/src/routes/$username.tsx | 23 ++++++++++++++--------- 2 files changed, 17 insertions(+), 12 deletions(-) diff --git a/.ai/commit-checkpoints.json b/.ai/commit-checkpoints.json index bae9385e..6e6fa9c6 100644 --- a/.ai/commit-checkpoints.json +++ b/.ai/commit-checkpoints.json @@ -1,7 +1,7 @@ { "last_commit": { - "timestamp": "2025-12-21T23:04:42.523116+00:00", - "session_id": "019b4325-bfcd-7a43-bed2-90e50260dd9f", - "last_entry_timestamp": "2025-12-21T23:04:39.775Z" + "timestamp": "2025-12-21T23:12:34.993938+00:00", + "session_id": "60ef8f57-a5e4-4edb-a61d-0a4778a6de32", + "last_entry_timestamp": "2025-12-21T23:12:32.638Z" } } \ No newline at end of file diff --git a/packages/web/src/routes/$username.tsx b/packages/web/src/routes/$username.tsx index 8ba25999..24cefd71 100644 --- a/packages/web/src/routes/$username.tsx +++ b/packages/web/src/routes/$username.tsx @@ -193,15 +193,20 @@ function StreamPage() { ) : (
-

Streaming soon

- - nikiv.dev - + {username === "nikiv" ? ( + + nikiv.dev + + ) : ( +

+ Not streaming +

+ )}
)}