From 30fbb5016e3d35039a6655ed624ef03519da589f Mon Sep 17 00:00:00 2001 From: "Aaron D. Lee" Date: Thu, 8 Jan 2026 17:00:07 -0500 Subject: [PATCH] Shorten channel fingerprint in navbar for mobile Display ABCD...3456 instead of full masked fingerprint. Full fingerprint still visible in tooltip on hover. Co-Authored-By: Claude Opus 4.5 --- frontends/web/templates/base.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontends/web/templates/base.html b/frontends/web/templates/base.html index 5f4c43c..4396f31 100644 --- a/frontends/web/templates/base.html +++ b/frontends/web/templates/base.html @@ -16,8 +16,8 @@ Stegasoo {% if channel_configured %} - - {{ channel_fingerprint }} + + {{ channel_fingerprint[:4] }}...{{ channel_fingerprint[-4:] }} {% else %}