forked from tangled.org/core
this repo has no description

noodle around with styles some more

Changed files
+12 -8
appview
pages
templates
+11 -7
appview/pages/templates/user/profile.html
···
created {{ len $items }} {{if eq (len $items) 1 }}repository{{else}}repositories{{end}}
</div>
</summary>
-
<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">
{{ range $items }}
<div class="flex flex-wrap items-center gap-2">
<span class="text-gray-500 dark:text-gray-400">
···
</div>
</summary>
-
<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">
{{ range $items }}
{{ $repoOwner := index $handleMap .Metadata.Repo.Did }}
{{ $repoName := .Metadata.Repo.Name }}
···
{{ i "ban" "w-4 h-4" }}
</span>
{{ end }}
<div class="break-words max-w-full">
<a href="/{{$repoUrl}}/issues/{{ .IssueId }}" class="no-underline hover:underline">
-
<span class="text-gray-500 dark:text-gray-400">#{{ .IssueId }}</span>
{{ .Title -}}
</a>
on
-
<a href="/{{$repoUrl}}" class="no-underline hover:underline">
{{$repoUrl}}
</a>
</div>
···
</div>
</summary>
-
<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">
{{ range $items }}
{{ $repoOwner := index $handleMap .Repo.Did }}
{{ $repoName := .Repo.Name }}
···
{{ i "git-pull-request-closed" "w-4 h-4" }}
</span>
{{ end }}
<div class="break-words max-w-full">
<a href="/{{$repoUrl}}/pulls/{{ .PullId }}" class="no-underline hover:underline">
-
<span class="text-gray-500 dark:text-gray-400">#{{ .PullId }}</span>
{{ .Title -}}
</a>
on
-
<a href="/{{$repoUrl}}" class="no-underline hover:underline">
{{$repoUrl}}
</a>
</div>
···
created {{ len $items }} {{if eq (len $items) 1 }}repository{{else}}repositories{{end}}
</div>
</summary>
+
<div class="py-2 text-sm flex flex-col gap-3 mb-2">
{{ range $items }}
<div class="flex flex-wrap items-center gap-2">
<span class="text-gray-500 dark:text-gray-400">
···
</div>
</summary>
+
<div class="py-2 text-sm flex flex-col gap-3 mb-2">
{{ range $items }}
{{ $repoOwner := index $handleMap .Metadata.Repo.Did }}
{{ $repoName := .Metadata.Repo.Name }}
···
{{ i "ban" "w-4 h-4" }}
</span>
{{ end }}
+
<div class="flex-none min-w-8 text-right">
+
<span class="text-gray-500 dark:text-gray-400">#{{ .IssueId }}</span>
+
</div>
<div class="break-words max-w-full">
<a href="/{{$repoUrl}}/issues/{{ .IssueId }}" class="no-underline hover:underline">
{{ .Title -}}
</a>
on
+
<a href="/{{$repoUrl}}" class="no-underline hover:underline whitespace-nowrap">
{{$repoUrl}}
</a>
</div>
···
</div>
</summary>
+
<div class="py-2 text-sm flex flex-col gap-3 mb-2">
{{ range $items }}
{{ $repoOwner := index $handleMap .Repo.Did }}
{{ $repoName := .Repo.Name }}
···
{{ i "git-pull-request-closed" "w-4 h-4" }}
</span>
{{ end }}
+
<div class="flex-none min-w-8 text-right">
+
<span class="text-gray-500 dark:text-gray-400">#{{ .PullId }}</span>
+
</div>
<div class="break-words max-w-full">
<a href="/{{$repoUrl}}/pulls/{{ .PullId }}" class="no-underline hover:underline">
{{ .Title -}}
</a>
on
+
<a href="/{{$repoUrl}}" class="no-underline hover:underline whitespace-nowrap">
{{$repoUrl}}
</a>
</div>
+1 -1
go.mod
···
github.com/sethvargo/go-envconfig v1.1.0
github.com/whyrusleeping/cbor-gen v0.2.1-0.20241030202151-b7a6831be65e
github.com/yuin/goldmark v1.4.13
-
golang.org/x/crypto v0.36.0
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028
)
···
go.uber.org/atomic v1.11.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.26.0 // indirect
golang.org/x/net v0.37.0 // indirect
golang.org/x/sys v0.31.0 // indirect
golang.org/x/time v0.5.0 // indirect
···
github.com/sethvargo/go-envconfig v1.1.0
github.com/whyrusleeping/cbor-gen v0.2.1-0.20241030202151-b7a6831be65e
github.com/yuin/goldmark v1.4.13
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028
)
···
go.uber.org/atomic v1.11.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.26.0 // indirect
+
golang.org/x/crypto v0.36.0 // indirect
golang.org/x/net v0.37.0 // indirect
golang.org/x/sys v0.31.0 // indirect
golang.org/x/time v0.5.0 // indirect