feat(webui): highlight file previews and diffs

This commit is contained in:
chengyongru
2026-07-11 00:57:37 +08:00
committed by Xubin Ren
parent 9a1d1e64c7
commit 1ee4349a08
10 changed files with 502 additions and 48 deletions
@@ -238,6 +238,7 @@ export function FilePreviewPanel({
language={state.payload.language}
code={state.payload.content}
chrome="none"
highlight
showLineNumbers
wrapLongLines={false}
className="min-h-full"