Monorepo for Tangled
0
fork

Configure Feed

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

appview/pages: show view-more in vouch suggestions component

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

+9 -4
+9 -4
appview/pages/templates/timeline/fragments/vouchSuggestions.html
··· 1 1 {{ define "timeline/fragments/vouchSuggestions" }} 2 2 {{ if and .LoggedInUser .VouchSuggestions }} 3 3 <div> 4 - <h3 class="text-xl font-bold dark:text-white flex items-center gap-4 px-4 pb-4"> 5 - {{ i "shield-plus" "size-5 flex-shrink-0" }} 6 - Suggested 7 - </h3> 4 + <div class="flex items-center justify-between"> 5 + <h3 class="text-xl font-bold dark:text-white flex items-center gap-4 px-4 pb-4"> 6 + {{ i "shield-plus" "size-5 flex-shrink-0" }} 7 + Suggested 8 + </h3> 9 + <a href="/{{ .LoggedInUser.Did }}?tab=vouches" class="text-sm font-normal hover:no-underline no-underline flex items-center gap-1 pb-4 pr-4"> 10 + view all {{ i "arrow-right" "size-3.5" }} 11 + </a> 12 + </div> 8 13 <div class="flex flex-col gap-4 bg-white dark:bg-gray-800 p-4 border border-gray-200 dark:border-gray-700 shadow-sm"> 9 14 {{ range .VouchSuggestions }} 10 15 <div class="flex items-center gap-3 ">