Keep the homepage available before imports
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/home_live.ex -
modified
test/openagents_web/home_controller_test.exs
Diff
2 files changed, +54 -9
lib/openagents_web/live/home_live.ex modified +42 -9
@@ -39,15 +39,16 @@ defmodule OpenAgentsWeb.HomeLive do
| 39 | 39 |
|
| 40 | 40 |
|
| 41 | 41 |
|
| 42 |
|
|
| 43 |
|
|
| 44 | 42 |
|
| 43 |
|
|
| 44 |
|
|
| 45 | 45 |
|
| 46 |
|
|
| 47 |
|
|
| 48 |
|
|
| 46 |
|
|
| 47 |
|
|
| 48 |
|
|
| 49 | 49 |
|
| 50 | 50 |
|
| 51 |
|
|
| 51 | 52 |
|
| 52 | 53 |
|
| 53 | 54 |
|
@@ -59,6 +60,24 @@ defmodule OpenAgentsWeb.HomeLive do
| 59 | 60 |
|
| 60 | 61 |
|
| 61 | 62 |
|
| 63 |
|
|
| 64 |
|
|
| 65 |
|
|
| 66 |
|
|
| 67 |
|
|
| 68 |
|
|
| 69 |
|
|
| 70 |
|
|
| 71 |
|
|
| 72 |
|
|
| 73 |
|
|
| 74 |
|
|
| 75 |
|
|
| 76 |
|
|
| 77 |
|
|
| 78 |
|
|
| 79 |
|
|
| 80 |
|
|
| 62 | 81 |
|
| 63 | 82 |
|
| 64 | 83 |
|
@@ -83,7 +102,11 @@ defmodule OpenAgentsWeb.HomeLive do
| 83 | 102 |
|
| 84 | 103 |
|
| 85 | 104 |
|
| 86 |
|
|
| 105 |
|
|
| 106 |
|
|
| 107 |
|
|
| 108 |
|
|
| 109 |
|
|
| 87 | 110 |
|
| 88 | 111 |
|
| 89 | 112 |
|
@@ -108,15 +131,22 @@ defmodule OpenAgentsWeb.HomeLive do
| 108 | 131 |
|
| 109 | 132 |
|
| 110 | 133 |
|
| 111 |
|
|
| 134 |
|
|
| 112 | 135 |
|
| 113 | 136 |
|
| 137 |
|
|
| 138 |
|
|
| 139 |
|
|
| 114 | 140 |
|
| 115 | 141 |
|
| 116 | 142 |
|
| 117 | 143 |
|
| 118 | 144 |
|
| 119 |
|
|
| 145 |
|
|
| 146 |
|
|
| 147 |
|
|
| 148 |
|
|
| 149 |
|
|
| 120 | 150 |
|
| 121 | 151 |
|
| 122 | 152 |
|
@@ -136,7 +166,10 @@ defmodule OpenAgentsWeb.HomeLive do
| 136 | 166 |
|
| 137 | 167 |
|
| 138 | 168 |
|
| 139 |
|
|
| 169 |
|
|
| 170 |
|
|
| 171 |
|
|
| 172 |
|
|
| 140 | 173 |
|
| 141 | 174 |
|
| 142 | 175 |
|
test/openagents_web/home_controller_test.exs modified +12
@@ -1,6 +1,8 @@
| 1 | 1 |
|
| 2 | 2 |
|
| 3 | 3 |
|
| 4 |
|
|
| 5 |
|
|
| 4 | 6 |
|
| 5 | 7 |
|
| 6 | 8 |
|
@@ -34,6 +36,16 @@ defmodule OpenAgentsWeb.HomeControllerTest do
| 34 | 36 |
|
| 35 | 37 |
|
| 36 | 38 |
|
| 39 |
|
|
| 40 |
|
|
| 41 |
|
|
| 42 |
|
|
| 43 |
|
|
| 44 |
|
|
| 45 |
|
|
| 46 |
|
|
| 47 |
|
|
| 48 |
|
|
| 37 | 49 |
|
| 38 | 50 |
|
| 39 | 51 |
|