This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

web/components/repo: make CommitList use User

Signed-off-by: eti <eti@eti.tf>

author
eti
committer
dawn
date (Jul 31, 2026, 10:57 PM +0300) commit d9293ffb parent f695ef4b change-id yrkpkttv
+2 -1
+2 -1
web/src/lib/components/repo/CommitList.svelte
··· 3 3 import Ellipsis from "$icon/ellipsis"; 4 4 import Tag from "$lib/components/ui/Tag.svelte"; 5 5 import TimeAgo from "$lib/components/ui/TimeAgo.svelte"; 6 + import User from "$lib/components/ui/User.svelte"; 6 7 import type { CommitSummary } from "./types"; 7 8 8 9 interface Props { ··· 56 57 {commit.shortHash} 57 58 </a> 58 59 {#if commit.authorName} 59 - <span class="truncate">{commit.authorName}</span> 60 + <User handle={commit.authorName} size="small" /> 60 61 {/if} 61 62 {#if commit.when} 62 63 <span aria-hidden="true">&middot;</span>