+82
-1
appview/db/profile.go
+82
-1
appview/db/profile.go
·········+return fmt.Errorf("Invalid pinned repo: `%s, does not belong to own or collaborating repos", pinned)
+93
-2
appview/ingester.go
+93
-2
appview/ingester.go
············
+26
-18
appview/pages/templates/user/profile.html
+26
-18
appview/pages/templates/user/profile.html
···class="text-lg font-bold dark:text-white overflow-hidden text-ellipsis whitespace-nowrap max-w-full">-<div class="flex items-center gap-2 my-2 overflow-hidden text-ellipsis whitespace-nowrap max-w-full"><div class="flex flex-col gap-2 mb-2 overflow-hidden text-ellipsis whitespace-nowrap max-w-full">···············+<div class="flex items-center gap-2 my-2 overflow-hidden text-ellipsis whitespace-nowrap max-w-full text-sm">
+1
-80
appview/state/profile.go
+1
-80
appview/state/profile.go
·········-return fmt.Errorf("Invalid pinned repo: `%s, does not belong to own or collaborating repos", pinned)
+7
-1
appview/state/state.go
+7
-1
appview/state/state.go
···-[]string{tangled.GraphFollowNSID, tangled.FeedStarNSID, tangled.PublicKeyNSID, tangled.RepoArtifactNSID},