Monorepo for Tangled
0

Configure Feed

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

web: don't show vouch counts in profile tab

Signed-off-by: oppiliappan <me@oppi.li>

oppiliappan (Jul 15, 2026, 12:07 PM +0100) a96bd2c4 87cdab1e

+1 -1
+1 -1
web/src/lib/components/profile/ProfileTabs.svelte
··· 29 29 { id: "repos", label: "Repositories", icon: BookMarked, count: counts.repos }, 30 30 { id: "starred", label: "Starred", icon: Star, count: counts.stars }, 31 31 { id: "strings", label: "Strings", icon: LineSquiggle, count: counts.strings }, 32 - { id: "vouches", label: "Vouches", icon: Shield, count: counts.vouches } 32 + { id: "vouches", label: "Vouches", icon: Shield } 33 33 ]); 34 34 35 35 const hrefFor = (id: string) =>