- Co-Authored-By
- Claude Opus 5 (1M context) <noreply@anthropic.com>
- Claude-Session
- https://claude.ai/code/session_0149rBWy7br1Z7bbz9NrQhEr
Seven primary buttons did nothing when clicked
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/live/issue_new_live.ex -
modified
lib/openagents_web/live/issue_show_live.ex -
modified
lib/openagents_web/live/label_index_live.ex -
modified
lib/openagents_web/live/milestone_index_live.ex -
modified
lib/openagents_web/live/project_index_live.ex -
modified
lib/openagents_web/live/project_show_live.ex -
added
test/openagents_web/form_submit_buttons_test.exs
Diff
7 files changed, +84 -7
lib/openagents_web/live/issue_new_live.ex modified +1 -1
@@ -105,7 +105,7 @@ defmodule OpenAgentsWeb.IssueNewLive do
| 105 | 105 |
|
| 106 | 106 |
|
| 107 | 107 |
|
| 108 |
|
|
| 108 |
|
|
| 109 | 109 |
|
| 110 | 110 |
|
| 111 | 111 |
|
lib/openagents_web/live/issue_show_live.ex modified +2 -2
@@ -114,7 +114,7 @@ defmodule OpenAgentsWeb.IssueShowLive do
| 114 | 114 |
|
| 115 | 115 |
|
| 116 | 116 |
|
| 117 |
|
|
| 117 |
|
|
| 118 | 118 |
|
| 119 | 119 |
|
| 120 | 120 |
|
@@ -207,7 +207,7 @@ defmodule OpenAgentsWeb.IssueShowLive do
| 207 | 207 |
|
| 208 | 208 |
|
| 209 | 209 |
|
| 210 |
|
|
| 210 |
|
|
| 211 | 211 |
|
| 212 | 212 |
|
| 213 | 213 |
|
lib/openagents_web/live/label_index_live.ex modified +1 -1
@@ -64,7 +64,7 @@ defmodule OpenAgentsWeb.LabelIndexLive do
| 64 | 64 |
|
| 65 | 65 |
|
| 66 | 66 |
|
| 67 |
|
|
| 67 |
|
|
| 68 | 68 |
|
| 69 | 69 |
|
| 70 | 70 |
|
lib/openagents_web/live/milestone_index_live.ex modified +1 -1
@@ -102,7 +102,7 @@ defmodule OpenAgentsWeb.MilestoneIndexLive do
| 102 | 102 |
|
| 103 | 103 |
|
| 104 | 104 |
|
| 105 |
|
|
| 105 |
|
|
| 106 | 106 |
|
| 107 | 107 |
|
| 108 | 108 |
|
lib/openagents_web/live/project_index_live.ex modified +1 -1
@@ -64,7 +64,7 @@ defmodule OpenAgentsWeb.ProjectIndexLive do
| 64 | 64 |
|
| 65 | 65 |
|
| 66 | 66 |
|
| 67 |
|
|
| 67 |
|
|
| 68 | 68 |
|
| 69 | 69 |
|
| 70 | 70 |
|
lib/openagents_web/live/project_show_live.ex modified +1 -1
@@ -108,7 +108,7 @@ defmodule OpenAgentsWeb.ProjectShowLive do
| 108 | 108 |
|
| 109 | 109 |
|
| 110 | 110 |
|
| 111 |
|
|
| 111 |
|
|
| 112 | 112 |
|
| 113 | 113 |
|
| 114 | 114 |
|