From 3f4c05f5bbda9f9a351f48e4fed0e596dc637e93 Mon Sep 17 00:00:00 2001 From: asepharyana Date: Tue, 25 Aug 2026 23:28:11 +0700 Subject: [PATCH] feat(frontend): add tactical HUD header and scan-line reveal to messages feed --- .../src/app/(dashboard)/messages/view.tsx | 21 ++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/services/frontend/src/app/(dashboard)/messages/view.tsx b/services/frontend/src/app/(dashboard)/messages/view.tsx index 499f0c90..972b20cc 100644 --- a/services/frontend/src/app/(dashboard)/messages/view.tsx +++ b/services/frontend/src/app/(dashboard)/messages/view.tsx @@ -219,6 +219,25 @@ export function MessagesView({ return (
+ {/* Tactical HUD Header Bar */} +
+
+
+ + +
+

+ CHAT LOG STREAM ยท SCAN_01 +

+
+
+ FEED: + + {searching ? "SEARCH" : viewMode.toUpperCase()} + +
+
+ { const el = e.currentTarget; // Track whether the user is near the bottom (to follow live