+2
appview/pages/pages.go
+2
appview/pages/pages.go
+124
-67
appview/pages/templates/repo/index.html
+124
-67
appview/pages/templates/repo/index.html
······-<a href="/{{ $.RepoInfo.FullName }}/commit/{{ .Hash.String }}" class="text-gray-500 no-underline hover:underline">{{ slice .Hash.String 0 8 }}</a>-<a href="mailto:{{ .Author.Email }}" class="text-gray-500 no-underline hover:underline">{{ .Author.Name }}</a>
+50
-1
appview/state/repo.go
+50
-1
appview/state/repo.go
······+branchesResp, err := http.Get(fmt.Sprintf("http://%s/%s/%s/branches", f.Knot, f.OwnerDid(), f.RepoName))+tagsResp, err := http.Get(fmt.Sprintf("http://%s/%s/%s/tags", f.Knot, f.OwnerDid(), f.RepoName))···
+1
appview/state/state.go
+1
appview/state/state.go
+122
-97
flake.nix
+122
-97
flake.nix
······+-build.cmd "${pkgs.tailwindcss}/bin/tailwindcss -i input.css -o ./appview/pages/static/tw.css && ${pkgs.go}/bin/go build -o ./out/${name}.out ./cmd/${name}/main.go" \--build.cmd "${pkgs.tailwindcss}/bin/tailwindcss -i input.css -o ./appview/pages/static/tw.css && ${pkgs.go}/bin/go build -o ./out/${name}.out ./cmd/${name}/main.go" \
+5
-4
knotserver/routes.go
+5
-4
knotserver/routes.go
···
+3
-3
types/repo.go
+3
-3
types/repo.go
···