feat(FN-2946): merge fusion/fn-2946

- test(FN-2946): complete Step 2 — add maxLength 40 truncation tests
- feat(FN-2946): complete Step 1 — reduce truncation length to 40
- feat(FN-2941): merge fusion/fn-2941
- feat(FN-2938): merge fusion/fn-2938

Fusion-Task-Id: FN-2946
This commit is contained in:
Fusion
2026-04-29 02:21:37 -07:00
committed by gsxdsm
parent 85623f45a2
commit af036992e7
4 changed files with 32 additions and 5 deletions

View File

@@ -223,7 +223,7 @@ export function ChangesDiffModal({
>
{getStatusLabel(file.status)}
</span>
<span className="changes-diff-file-path">{truncateMiddle(file.path)}</span>
<span className="changes-diff-file-path">{truncateMiddle(file.path, 40)}</span>
<span className="changes-diff-file-stat">
+{file.additions} -{file.deletions}
</span>