From 3d6709e5c52377892ee5db097019d2f44cb24fcb Mon Sep 17 00:00:00 2001 From: Nikita Date: Sun, 21 Dec 2025 18:36:03 -0800 Subject: [PATCH] Update commit checkpoints with new timestamp and session ID; modify stream placeholder to display "stream soon" and adjust link text based on username. --- .ai/commit-checkpoints.json | 6 +++--- packages/web/src/routes/$username.tsx | 25 +++++++++++-------------- 2 files changed, 14 insertions(+), 17 deletions(-) diff --git a/.ai/commit-checkpoints.json b/.ai/commit-checkpoints.json index 70794d20..7697483a 100644 --- a/.ai/commit-checkpoints.json +++ b/.ai/commit-checkpoints.json @@ -1,7 +1,7 @@ { "last_commit": { - "timestamp": "2025-12-22T02:15:31.164777+00:00", - "session_id": "019b43d6-7d65-7750-9f2a-d85aa2642074", - "last_entry_timestamp": "2025-12-22T02:15:26.603Z" + "timestamp": "2025-12-22T02:34:08.927463+00:00", + "session_id": "019b43e7-d67f-7913-8869-c71b4462765a", + "last_entry_timestamp": "2025-12-22T02:34:05.739Z" } } \ No newline at end of file diff --git a/packages/web/src/routes/$username.tsx b/packages/web/src/routes/$username.tsx index 24cefd71..89ecd6bf 100644 --- a/packages/web/src/routes/$username.tsx +++ b/packages/web/src/routes/$username.tsx @@ -193,20 +193,17 @@ function StreamPage() { ) : (
- {username === "nikiv" ? ( - - nikiv.dev - - ) : ( -

- Not streaming -

- )} +

+ stream soon +

+ + {username === "nikiv" ? "nikiv.dev" : `@${username}`} +
)}