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