Preserve sidebar state on repository pages
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/device_authorization_live.ex -
modified
lib/openagents_web/live/repository_import_live.ex -
modified
lib/openagents_web/live/repository_index_live.ex -
modified
lib/openagents_web/live/repository_new_live.ex
Diff
4 files changed, +25 -4
lib/openagents_web/live/repository_import_live.ex modified +6 -1
@@ -60,7 +60,12 @@ defmodule OpenAgentsWeb.RepositoryImportLive do
| 60 | 60 |
|
| 61 | 61 |
|
| 62 | 62 |
|
| 63 |
|
|
| 63 |
|
|
| 64 |
|
|
| 65 |
|
|
| 66 |
|
|
| 67 |
|
|
| 68 |
|
|
| 64 | 69 |
|
| 65 | 70 |
|
| 66 | 71 |
|
lib/openagents_web/live/repository_index_live.ex modified +7 -1
@@ -46,7 +46,13 @@ defmodule OpenAgentsWeb.RepositoryIndexLive do
| 46 | 46 |
|
| 47 | 47 |
|
| 48 | 48 |
|
| 49 |
|
|
| 49 |
|
|
| 50 |
|
|
| 51 |
|
|
| 52 |
|
|
| 53 |
|
|
| 54 |
|
|
| 55 |
|
|
| 50 | 56 |
|
| 51 | 57 |
|
| 52 | 58 |
|
lib/openagents_web/live/repository_new_live.ex modified +6 -1
@@ -50,7 +50,12 @@ defmodule OpenAgentsWeb.RepositoryNewLive do
| 50 | 50 |
|
| 51 | 51 |
|
| 52 | 52 |
|
| 53 |
|
|
| 53 |
|
|
| 54 |
|
|
| 55 |
|
|
| 56 |
|
|
| 57 |
|
|
| 58 |
|
|
| 54 | 59 |
|
| 55 | 60 |
|
| 56 | 61 |
|