A container registry that uses the AT Protocol for manifest storage and S3 for blob storage. atcr.io
docker container atproto go
72
fork

Configure Feed

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

fix settings page

+2 -2
+1 -1
pkg/appview/templates/partials/repo-tags.html
··· 136 136 {{ end }} 137 137 138 138 {{ define "repo-tags" }} 139 - <div class="space-y-4"> 139 + <div class="space-y-4 min-w-0 pt-6"> 140 140 {{ if .Entries }} 141 141 <!-- Filter/Sort Controls --> 142 142 <div class="flex flex-wrap items-center gap-4">
+1 -1
pkg/appview/templates/partials/settings-panel-storage.html
··· 1 1 {{ define "settings-panel-storage" }} 2 - {{ if .AllHolds }} 2 + {{ if or .MemberHolds .EligibleHolds }} 3 3 <div class="grid grid-cols-1 {{ if .OtherHolds }}lg:grid-cols-2{{ end }} gap-4"> 4 4 <div class="space-y-4"> 5 5 {{ template "hold_selector" . }}