From be84d0920413f3e52375f696ffafcd20f5480a77 Mon Sep 17 00:00:00 2001 From: Tim Sinaeve Date: Sun, 16 Nov 2025 11:22:40 +0100 Subject: [PATCH 1/3] Trim leading whitespace from commit messages --- components/modals/CommitHistoryModal.tsx | 7 ++-- docs/history-tab-preview.html | 49 ++++++++++++++++++++++++ 2 files changed, 53 insertions(+), 3 deletions(-) create mode 100644 docs/history-tab-preview.html diff --git a/components/modals/CommitHistoryModal.tsx b/components/modals/CommitHistoryModal.tsx index d64a21c..eedf29d 100644 --- a/components/modals/CommitHistoryModal.tsx +++ b/components/modals/CommitHistoryModal.tsx @@ -345,7 +345,7 @@ const CommitHistoryModal: React.FC = ({ isOpen, reposit

{debouncedSearchQuery ? `No commits found for "${debouncedSearchQuery}".` : 'No commits found.'}

) : ( <> -