Use the full public code canvas
Deploy story
What this commit did to the running system — joined from the forge receipt chain, the part a commit page elsewhere cannot show.
Not deployed through the forge lane
No push, promotion, build, or deploy receipt references this commit (receipts are scanned over a bounded recent window). Changes shipped by full node replacement carry their proof in the release gate receipt instead.
Changed files
-
modified
lib/openagents_web/components/layouts.ex -
modified
lib/openagents_web/live/code_blob_live.ex -
modified
lib/openagents_web/live/code_commit_live.ex -
modified
lib/openagents_web/live/code_repo_live.ex -
modified
lib/openagents_web/live/code_tree_live.ex -
modified
test/openagents_web/live/code_live_test.exs
Diff
6 files changed, +15 -1
lib/openagents_web/components/layouts.ex modified +10 -1
@@ -46,6 +46,10 @@ defmodule OpenAgentsWeb.Layouts do
| 46 | 46 |
|
| 47 | 47 |
|
| 48 | 48 |
|
| 49 |
|
|
| 50 |
|
|
| 51 |
|
|
| 52 |
|
|
| 49 | 53 |
|
| 50 | 54 |
|
| 51 | 55 |
|
@@ -116,7 +120,12 @@ defmodule OpenAgentsWeb.Layouts do
| 116 | 120 |
|
| 117 | 121 |
|
| 118 | 122 |
|
| 119 |
|
|
| 123 |
|
|
| 124 |
|
|
| 125 |
|
|
| 126 |
|
|
| 127 |
|
|
| 128 |
|
|
| 120 | 129 |
|
| 121 | 130 |
|
| 122 | 131 |
|
lib/openagents_web/live/code_blob_live.ex modified +1
@@ -103,6 +103,7 @@ defmodule OpenAgentsWeb.CodeBlobLive do
| 103 | 103 |
|
| 104 | 104 |
|
| 105 | 105 |
|
| 106 |
|
|
| 106 | 107 |
|
| 107 | 108 |
|
| 108 | 109 |
|
lib/openagents_web/live/code_commit_live.ex modified +1
@@ -145,6 +145,7 @@ defmodule OpenAgentsWeb.CodeCommitLive do
| 145 | 145 |
|
| 146 | 146 |
|
| 147 | 147 |
|
| 148 |
|
|
| 148 | 149 |
|
| 149 | 150 |
|
| 150 | 151 |
|
lib/openagents_web/live/code_repo_live.ex modified +1
lib/openagents_web/live/code_tree_live.ex modified +1
test/openagents_web/live/code_live_test.exs modified +1
@@ -178,6 +178,7 @@ defmodule OpenAgentsWeb.CodeLiveTest do
| 178 | 178 |
|
| 179 | 179 |
|
| 180 | 180 |
|
| 181 |
|
|
| 181 | 182 |
|
| 182 | 183 |
|
| 183 | 184 |
|