From 9e3ac9ba8fd33d58ffa8bea3bd7491b8ad797597 Mon Sep 17 00:00:00 2001 From: archipelago Date: Mon, 20 Jul 2026 12:47:29 -0400 Subject: [PATCH] fix(ui): show the FIPS/Tor transport pill on mobile peer files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The peer-files header title block is `hidden md:block` (the global header carries the peer name on mobile), which also hid the transport pill nested inside it — so mobile users browsing a peer's files had no indication of whether they were on FIPS or Tor. Render a `md:hidden` pill alongside the peer icon so the transport is visible at every width, without duplicating the peer name on desktop. Co-Authored-By: Claude Opus 4.8 (1M context) --- neode-ui/src/views/PeerFiles.vue | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/neode-ui/src/views/PeerFiles.vue b/neode-ui/src/views/PeerFiles.vue index fef576c6..c5892b08 100644 --- a/neode-ui/src/views/PeerFiles.vue +++ b/neode-ui/src/views/PeerFiles.vue @@ -25,6 +25,15 @@

{{ currentPeer.did }}

Peer files

+ + {{ transportPill.label }}