···
{{ if gt (len $items) 0 }}
62
-
<summary class="list-none cursor-pointer hover:underline">
62
+
<summary class="list-none cursor-pointer hover:text-gray-500 hover:dark:text-gray-400">
<div class="flex items-center gap-2">
{{ i "book-plus" "w-4 h-4" }}
created {{ len $items }} {{if eq (len $items) 1 }}repository{{else}}repositories{{end}}
68
-
<div class="p-2 pr-0 text-sm flex flex-col gap-3">
68
+
<div class="p-2 pr-0 text-sm flex flex-col gap-3 mb-2">
<div class="flex flex-wrap items-center gap-2">
<span class="text-gray-500 dark:text-gray-400">
···
<a href="/{{ index $handleMap .Repo.Did }}/{{ .Repo.Name }}" class="no-underline hover:underline">
81
-
<time class="text-gray-700 dark:text-gray-400 text-xs ml-2">{{ .Repo.Created | shortTimeFmt }}</time>
···
{{ if gt (len $items) 0 }}
97
-
<summary class="list-none cursor-pointer hover:underline">
96
+
<summary class="list-none cursor-pointer hover:text-gray-500 hover:dark:text-gray-400">
<div class="flex items-center gap-2">
{{ i "circle-dot" "w-4 h-4" }}
···
119
-
<div class="p-2 pr-0 text-sm flex flex-col gap-3">
118
+
<div class="p-2 pr-0 text-sm flex flex-col gap-3 mb-2">
{{ $repoOwner := index $handleMap .Metadata.Repo.Did }}
{{ $repoName := .Metadata.Repo.Name }}
{{ $repoUrl := printf "%s/%s" $repoOwner $repoName }}
125
-
<div class="flex flex-wrap items-center gap-2 text-gray-600 dark:text-gray-300">
124
+
<div class="flex gap-2 text-gray-600 dark:text-gray-300">
<span class="text-green-600 dark:text-green-500">
{{ i "circle-dot" "w-4 h-4" }}
···
135
-
<a href="/{{$repoUrl}}/issues/{{ .IssueId }}" class="no-underline hover:underline">
136
-
<span class="text-gray-500 dark:text-gray-400">#{{ .IssueId }}</span>
140
-
<a href="/{{$repoUrl}}" class="no-underline hover:underline">
143
-
<time class="text-gray-700 dark:text-gray-400 text-xs ml-2">{{ .Created | shortTimeFmt }}</time>
134
+
<div class="break-words max-w-full">
135
+
<a href="/{{$repoUrl}}/issues/{{ .IssueId }}" class="no-underline hover:underline">
136
+
<span class="text-gray-500 dark:text-gray-400">#{{ .IssueId }}</span>
140
+
<a href="/{{$repoUrl}}" class="no-underline hover:underline">
···
{{ $handleMap := index . 1 }}
{{ if gt (len $items) 0 }}
158
-
<summary class="list-none cursor-pointer hover:underline">
158
+
<summary class="list-none cursor-pointer hover:text-gray-500 hover:dark:text-gray-400">
<div class="flex items-center gap-2">
{{ i "git-pull-request" "w-4 h-4" }}
···
187
-
<div class="p-2 pr-0 text-sm flex flex-col gap-3">
187
+
<div class="p-2 pr-0 text-sm flex flex-col gap-3 mb-2">
{{ $repoOwner := index $handleMap .Repo.Did }}
{{ $repoName := .Repo.Name }}
{{ $repoUrl := printf "%s/%s" $repoOwner $repoName }}
193
-
<div class="flex flex-wrap items-center gap-2 text-gray-600 dark:text-gray-300">
193
+
<div class="flex gap-2 text-gray-600 dark:text-gray-300">
<span class="text-green-600 dark:text-green-500">
{{ i "git-pull-request" "w-4 h-4" }}
···
{{ i "git-pull-request-closed" "w-4 h-4" }}
207
-
<a href="/{{$repoUrl}}/pulls/{{ .PullId }}" class="no-underline hover:underline">
208
-
<span class="text-gray-500 dark:text-gray-400">#{{ .PullId }}</span>
212
-
<a href="/{{$repoUrl}}" class="no-underline hover:underline">
215
-
<time class="text-gray-700 dark:text-gray-400 text-xs ml-2">{{ .Created | shortTimeFmt }}</time>
207
+
<div class="break-words max-w-full">
208
+
<a href="/{{$repoUrl}}/pulls/{{ .PullId }}" class="no-underline hover:underline">
209
+
<span class="text-gray-500 dark:text-gray-400">#{{ .PullId }}</span>
213
+
<a href="/{{$repoUrl}}" class="no-underline hover:underline">