Monorepo for Tangled tangled.org
2

Configure Feed

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

appview/pages: unify font sizes in homepage

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

author
oppiliappan
date (Jun 9, 2026, 9:52 AM +0100) commit 9da42287 parent 9c76a52f change-id kmkmnyws
+10 -10
+1 -1
appview/pages/templates/notifications/list.html
··· 23 23 </button> 24 24 </div> 25 25 <a href="/settings/notifications" class="btn-flat"> 26 - {{ i "cog" "size-4" }} 26 + {{ i "cog" "size-5" }} 27 27 </a> 28 28 </div> 29 29
+1 -1
appview/pages/templates/timeline/fragments/announcements.html
··· 17 17 <div class="flex flex-col hidden md:block"> 18 18 {{ range .RecentBlogPosts }} 19 19 <a href="https://blog.tangled.org/{{ .Slug }}" class="text-sm no-underline hover:no-underline hover:bg-gray-100/50 dark:hover:bg-gray-700/50 overflow-hidden p-4 flex flex-col gap-0.5"> 20 - <span class="truncate text-xs text-gray-500 dark:text-gray-400">{{ .Date.Format "January 2, 2006" }}</span> 20 + <span class="truncate text-sm text-gray-500 dark:text-gray-400">{{ .Date.Format "January 2, 2006" }}</span> 21 21 <span class="truncate dark:text-white">{{ .Title }}</span> 22 22 {{ if .Subtitle }}<span class="line-clamp-1 text-sm text-gray-500 dark:text-gray-400">{{ .Subtitle }}</span>{{ end }} 23 23 </a>
+5 -5
appview/pages/templates/timeline/fragments/recents.html
··· 49 49 {{ template "user/fragments/pic" (list .Repo.Did "size-7") }} 50 50 </span> 51 51 <span class="col-start-2 row-start-1 row-span-2 self-center truncate font-medium dark:text-white">{{ $repoOwner }}/{{ .Repo.Name }}</span> 52 - <span class="col-start-3 row-start-1 row-span-2 self-center text-gray-500 dark:text-gray-400 text-xs shrink-0">{{ template "repo/fragments/shortTime" .Link.Visited }}</span> 52 + <span class="col-start-3 row-start-1 row-span-2 self-center text-gray-500 dark:text-gray-400 text-sm shrink-0">{{ template "repo/fragments/shortTime" .Link.Visited }}</span> 53 53 </a> 54 54 {{ end }} 55 55 ··· 62 62 {{ template "recentIconCircle" (dict "color" "text-gray-500 dark:text-gray-400" "icon" "ban") }} 63 63 {{ end }} 64 64 <span class="col-start-2 row-start-1 truncate dark:text-white">{{ .Issue.Title }}</span> 65 - <span class="col-start-2 row-start-2 truncate text-xs text-gray-500 dark:text-gray-400">{{ $repoOwner }}/{{ .Issue.Repo.Name }}</span> 66 - <span class="col-start-3 row-start-1 self-center text-gray-500 dark:text-gray-400 text-xs shrink-0">{{ template "repo/fragments/shortTime" .Link.Visited }}</span> 65 + <span class="col-start-2 row-start-2 truncate text-sm text-gray-500 dark:text-gray-400">{{ $repoOwner }}/{{ .Issue.Repo.Name }}</span> 66 + <span class="col-start-3 row-start-1 self-center text-gray-500 dark:text-gray-400 text-sm shrink-0">{{ template "repo/fragments/shortTime" .Link.Visited }}</span> 67 67 </a> 68 68 {{ end }} 69 69 ··· 78 78 {{ template "recentIconCircle" (dict "color" "text-gray-600 dark:text-gray-300" "icon" "git-pull-request-closed") }} 79 79 {{ end }} 80 80 <span class="col-start-2 row-start-1 truncate dark:text-white">{{ .Pull.Title }}</span> 81 - <span class="col-start-2 row-start-2 truncate text-xs text-gray-500 dark:text-gray-400">{{ $repoOwner }}/{{ .Pull.Repo.Name }}</span> 82 - <span class="col-start-3 row-start-1 self-center text-gray-500 dark:text-gray-400 text-xs shrink-0">{{ template "repo/fragments/shortTime" .Link.Visited }}</span> 81 + <span class="col-start-2 row-start-2 truncate text-sm text-gray-500 dark:text-gray-400">{{ $repoOwner }}/{{ .Pull.Repo.Name }}</span> 82 + <span class="col-start-3 row-start-1 self-center text-gray-500 dark:text-gray-400 text-sm shrink-0">{{ template "repo/fragments/shortTime" .Link.Visited }}</span> 83 83 </a> 84 84 {{ end }}
+1 -1
appview/pages/templates/timeline/fragments/trending.html
··· 40 40 <a href="/{{ $repoOwner }}/{{ .Slug }}" class="absolute inset-0 no-underline" aria-label="{{ $repoOwner }}/{{ .Name }}"></a> 41 41 <span class="text-sm font-medium dark:text-white truncate block">{{ $repoOwner }}/{{ .Name }}</span> 42 42 {{ with .Description }} 43 - <span class="text-xs text-gray-500 dark:text-gray-400 truncate line-clamp-1 block">{{ . | description }}</span> 43 + <span class="text-sm text-gray-500 dark:text-gray-400 truncate line-clamp-1 block">{{ . | description }}</span> 44 44 {{ end }} 45 45 </td> 46 46 <td class="pl-2 pr-4 py-3 text-gray-400 text-sm whitespace-nowrap font-mono align-top">
+1 -1
appview/pages/templates/timeline/fragments/vouchSuggestions.html
··· 16 16 {{ template "user/fragments/picLink" (list .Did.String "size-10") }} 17 17 <div class="flex flex-col min-w-0 flex-1"> 18 18 <a href="/{{ resolve .Did.String }}" class="text-sm font-medium dark:text-white hover:underline truncate">{{ resolve .Did.String }}</a> 19 - <span class="text-xs text-gray-500 dark:text-gray-400 truncate" title="{{ .Reason }}">{{ .Reason }}</span> 19 + <span class="text-sm text-gray-500 dark:text-gray-400 truncate" title="{{ .Reason }}">{{ .Reason }}</span> 20 20 </div> 21 21 <div class="shrink-0"> 22 22 {{ template "user/fragments/vouch" (dict "VouchRelationship" .VouchRelationship) }}
+1 -1
appview/pages/templates/user/fragments/repoCard.html
··· 18 18 19 19 {{ with $repo }} 20 20 <div class="{{ if not $compact }} min-h-32 {{ end }} {{ if $compact }} focus-within:bg-gray-100 dark:focus-within:bg-gray-800/80 {{ end }} py-4 px-6 gap-1 flex flex-col drop-shadow-sm bg-white dark:bg-gray-800"> 21 - <div class="font-medium dark:text-white flex items-center justify-between"> 21 + <div class="dark:text-white flex items-center justify-between"> 22 22 <div class="flex items-center min-w-0 flex-1 mr-2"> 23 23 {{ if .Source }} 24 24 {{ i "git-fork" "w-4 h-4 mr-1.5 shrink-0" }}