Monorepo for Tangled tangled.org

noodle around with styles some more

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