From ed71992d2b095faf008a77e3f7a75abb9ff4b6e6 Mon Sep 17 00:00:00 2001 From: Yvette Carlisle Date: Sat, 30 May 2026 21:09:58 +0800 Subject: [PATCH] {"schema":"decodex/commit/1","summary":"Compact Decodex App lane chips","authority":"manual"} --- .../Sources/DecodexApp/AccountPanelView.swift | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/apps/decodex-app/Sources/DecodexApp/AccountPanelView.swift b/apps/decodex-app/Sources/DecodexApp/AccountPanelView.swift index d53edb56..11685649 100644 --- a/apps/decodex-app/Sources/DecodexApp/AccountPanelView.swift +++ b/apps/decodex-app/Sources/DecodexApp/AccountPanelView.swift @@ -1016,19 +1016,6 @@ struct AccountRunChipView: View { .lineLimit(1) .truncationMode(.middle) .fixedSize(horizontal: true, vertical: false) - - if style == .detailed { - Text("ยท") - .font(PanelFont.metricLabel) - .foregroundStyle(PanelPalette.secondaryText(colorScheme).opacity(0.62)) - .fixedSize(horizontal: true, vertical: false) - - Text(run.compactDetail) - .font(PanelFont.metricLabel) - .foregroundStyle(PanelPalette.secondaryText(colorScheme)) - .lineLimit(1) - .truncationMode(.tail) - } } .frame(height: 21) .padding(.horizontal, 8)