- Co-Authored-By
- Christopher David <chris@openagents.com>
- Fixes
- #28
What this commit did to the running system — joined from the forge receipt chain, the part a commit page elsewhere cannot show.
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.
assets/test/sidebar_section_test.mjs
lib/openagents_web/components/layouts.ex
lib/openagents_web/plugs/sidebar_sections.ex
test/openagents_web/sidebar_state_test.exs
4 files changed, +278 -23
@@ -396,8 +396,10 @@ defmodule OpenAgentsWeb.Layouts do
| 396 | 396 |
|
| 397 | 397 |
|
| 398 | 398 |
|
| 399 |
|
|
| 400 |
|
|
| 399 |
|
|
| 400 |
|
|
| 401 |
|
|
| 402 |
|
|
| 401 | 403 |
|
| 402 | 404 |
|
| 403 | 405 |
|
@@ -414,7 +416,16 @@ defmodule OpenAgentsWeb.Layouts do
| 414 | 416 |
|
| 415 | 417 |
|
| 416 | 418 |
|
| 417 |
|
|
| 419 |
|
|
| 420 |
|
|
| 421 |
|
|
| 422 |
|
|
| 423 |
|
|
| 424 |
|
|
| 425 |
|
|
| 426 |
|
|
| 427 |
|
|
| 428 |
|
|
| 418 | 429 |
|
| 419 | 430 |
|
| 420 | 431 |
|
@@ -443,14 +454,12 @@ defmodule OpenAgentsWeb.Layouts do
| 443 | 454 |
|
| 444 | 455 |
|
| 445 | 456 |
|
| 446 |
|
|
| 447 |
|
|
| 448 |
|
|
| 449 |
|
|
| 450 |
|
|
| 451 |
|
|
| 452 |
|
|
| 453 |
|
|
| 457 |
|
|
| 458 |
|
|
| 459 |
|
|
| 460 |
|
|
| 461 |
|
|
| 462 |
|
|
| 454 | 463 |
|
| 455 | 464 |
|
| 456 | 465 |
|
@@ -508,18 +517,15 @@ defmodule OpenAgentsWeb.Layouts do
| 508 | 517 |
|
| 509 | 518 |
|
| 510 | 519 |
|
| 511 |
|
|
| 512 |
|
|
| 513 |
|
|
| 514 |
|
|
| 515 |
|
|
| 516 |
|
|
| 517 |
|
|
| 518 |
|
|
| 519 |
|
|
| 520 |
|
|
| 521 |
|
|
| 522 |
|
|
| 520 |
|
|
| 521 |
|
|
| 522 |
|
|
| 523 |
|
|
| 524 |
|
|
| 525 |
|
|
| 526 |
|
|
| 527 |
|
|
| 528 |
|
|
| 523 | 529 |
|
| 524 | 530 |
|
| 525 | 531 |
|