From a8e765e0269008566677ad4929c7a4f5a738e4d8 Mon Sep 17 00:00:00 2001 From: James Magahern Date: Fri, 15 May 2026 01:14:56 -0700 Subject: [PATCH] web: cell colors and fonts tweak --- web/src/App.tsx | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/web/src/App.tsx b/web/src/App.tsx index 9dac246..451609b 100644 --- a/web/src/App.tsx +++ b/web/src/App.tsx @@ -2510,7 +2510,7 @@ export default function App() { onContextMenu={(event) => openContextMenu(event, { kind: item.kind, id: item.id })} type="button" > -
+
) : null} - {formatDate(item.updatedAt)} + + {formatDate(item.updatedAt)} + {initiatedLabel ? ( + + {initiatedLabel} + + ) : null} +
- {initiatedLabel ? ( -

{initiatedLabel}

- ) : null} ); })}