Signed-off-by: oppiliappan me@oppi.li
+4
-3
appview/db/pipeline.go
+4
-3
appview/db/pipeline.go
·········
·········
+1
appview/pages/pages.go
+1
appview/pages/pages.go
+3
-4
appview/pages/templates/repo/pipelines/fragments/logBlock.html
+3
-4
appview/pages/templates/repo/pipelines/fragments/logBlock.html
···-<details id="step-{{ .Id }}" {{if not .Collapsed}}open{{end}} class="group bg-gray-100 px-2 dark:bg-gray-900">-<summary class="sticky top-0 py-1 list-none cursor-pointer py-2 bg-gray-100 dark:bg-gray-900 hover:text-gray-500 hover:dark:text-gray-400">···
···+<details id="step-{{ .Id }}" {{if not .Collapsed}}open{{end}} class="group bg-gray-100 pb-2 px-2 dark:bg-gray-900">+<summary class="sticky top-0 pt-2 group-open:pb-2 list-none cursor-pointer bg-gray-100 dark:bg-gray-900 hover:text-gray-500 hover:dark:text-gray-400">···+<div class="font-mono whitespace-pre overflow-x-auto"><div class="text-blue-600 dark:text-blue-300">{{ .Command }}</div><div id="step-body-{{ .Id }}"></div></div>
+1
-3
appview/pages/templates/repo/pipelines/fragments/logLine.html
+1
-3
appview/pages/templates/repo/pipelines/fragments/logLine.html
+13
-8
appview/pages/templates/repo/pipelines/pipelines.html
+13
-8
appview/pages/templates/repo/pipelines/pipelines.html
·········
·········
+40
-1
appview/pages/templates/repo/pulls/pull.html
+40
-1
appview/pages/templates/repo/pulls/pull.html
······+<div class="max-w-80 grid grid-cols-1 bg-white dark:bg-gray-800 rounded border border-gray-200 dark:border-gray-700 divide-y divide-gray-200 dark:divide-gray-700">+<a href="/{{ $root.RepoInfo.FullName }}/pipelines/{{ $id }}/workflow/{{ $name }}" class="no-underline hover:no-underline hover:bg-gray-100/25 hover:dark:bg-gray-700/25">
+27
-1
appview/pulls/pulls.go
+27
-1
appview/pulls/pulls.go
···
···