+11
-7
appview/pages/templates/user/profile.html
+11
-7
appview/pages/templates/user/profile.html
···
65
65
created {{ len $items }} {{if eq (len $items) 1 }}repository{{else}}repositories{{end}}
66
66
</div>
67
67
</summary>
68
-
<div class="p-2 pr-0 ml-2 text-sm flex flex-col gap-3 mb-2 border-l border-gray-300 dark:border-gray-600">
68
+
<div class="py-2 text-sm flex flex-col gap-3 mb-2">
69
69
{{ range $items }}
70
70
<div class="flex flex-wrap items-center gap-2">
71
71
<span class="text-gray-500 dark:text-gray-400">
···
115
115
116
116
</div>
117
117
</summary>
118
-
<div class="p-2 pr-0 ml-2 text-sm flex flex-col gap-3 mb-2 border-l border-gray-300 dark:border-gray-600">
118
+
<div class="py-2 text-sm flex flex-col gap-3 mb-2">
119
119
{{ range $items }}
120
120
{{ $repoOwner := index $handleMap .Metadata.Repo.Did }}
121
121
{{ $repoName := .Metadata.Repo.Name }}
···
131
131
{{ i "ban" "w-4 h-4" }}
132
132
</span>
133
133
{{ end }}
134
+
<div class="flex-none min-w-8 text-right">
135
+
<span class="text-gray-500 dark:text-gray-400">#{{ .IssueId }}</span>
136
+
</div>
134
137
<div class="break-words max-w-full">
135
138
<a href="/{{$repoUrl}}/issues/{{ .IssueId }}" class="no-underline hover:underline">
136
-
<span class="text-gray-500 dark:text-gray-400">#{{ .IssueId }}</span>
137
139
{{ .Title -}}
138
140
</a>
139
141
on
140
-
<a href="/{{$repoUrl}}" class="no-underline hover:underline">
142
+
<a href="/{{$repoUrl}}" class="no-underline hover:underline whitespace-nowrap">
141
143
{{$repoUrl}}
142
144
</a>
143
145
</div>
···
184
186
185
187
</div>
186
188
</summary>
187
-
<div class="p-2 pr-0 ml-2 text-sm flex flex-col gap-3 mb-2 border-l border-gray-300 dark:border-gray-600">
189
+
<div class="py-2 text-sm flex flex-col gap-3 mb-2">
188
190
{{ range $items }}
189
191
{{ $repoOwner := index $handleMap .Repo.Did }}
190
192
{{ $repoName := .Repo.Name }}
···
204
206
{{ i "git-pull-request-closed" "w-4 h-4" }}
205
207
</span>
206
208
{{ end }}
209
+
<div class="flex-none min-w-8 text-right">
210
+
<span class="text-gray-500 dark:text-gray-400">#{{ .PullId }}</span>
211
+
</div>
207
212
<div class="break-words max-w-full">
208
213
<a href="/{{$repoUrl}}/pulls/{{ .PullId }}" class="no-underline hover:underline">
209
-
<span class="text-gray-500 dark:text-gray-400">#{{ .PullId }}</span>
210
214
{{ .Title -}}
211
215
</a>
212
216
on
213
-
<a href="/{{$repoUrl}}" class="no-underline hover:underline">
217
+
<a href="/{{$repoUrl}}" class="no-underline hover:underline whitespace-nowrap">
214
218
{{$repoUrl}}
215
219
</a>
216
220
</div>
+1
-1
go.mod
+1
-1
go.mod
···
26
26
github.com/sethvargo/go-envconfig v1.1.0
27
27
github.com/whyrusleeping/cbor-gen v0.2.1-0.20241030202151-b7a6831be65e
28
28
github.com/yuin/goldmark v1.4.13
29
-
golang.org/x/crypto v0.36.0
30
29
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028
31
30
)
32
31
···
107
106
go.uber.org/atomic v1.11.0 // indirect
108
107
go.uber.org/multierr v1.11.0 // indirect
109
108
go.uber.org/zap v1.26.0 // indirect
109
+
golang.org/x/crypto v0.36.0 // indirect
110
110
golang.org/x/net v0.37.0 // indirect
111
111
golang.org/x/sys v0.31.0 // indirect
112
112
golang.org/x/time v0.5.0 // indirect