From 23d894e171bf6027b356b54b2b84e33a5ddbf55a Mon Sep 17 00:00:00 2001 From: talksik Date: Thu, 19 Mar 2026 16:27:38 -0700 Subject: [PATCH] use contols indicator for exit timer --- js/src/features/particles/stream-view.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/js/src/features/particles/stream-view.tsx b/js/src/features/particles/stream-view.tsx index 1ac920d..5058530 100644 --- a/js/src/features/particles/stream-view.tsx +++ b/js/src/features/particles/stream-view.tsx @@ -377,19 +377,19 @@ export function StreamView({ path, streamParticle }: StreamViewProps) { onActiveChange={setComposeActive} /> - {/* Exit countdown */} - {exitRemainingMs !== null && ( -
- - Closing in {Math.ceil(exitRemainingMs / 1000)}s - -
- )} - {/* Bottom overlay: stream info + reply */}
- +
+ Seen by + + {/* Exit countdown */} + {exitRemainingMs !== null && ( + + Closing in {Math.ceil(exitRemainingMs / 1000)}s + + )} +