- Co-Authored-By
- Claude Opus 5 (1M context) <noreply@anthropic.com>
- Claude-Session
- https://claude.ai/code/session_0149rBWy7br1Z7bbz9NrQhEr
Buttons stop being indigo, and the hero gets its light back
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
assets/css/openagents.css -
modified
lib/openagents_web/components/landing.ex -
modified
lib/openagents_web/live/home_live.ex
Diff
3 files changed, +83 -17
assets/css/openagents.css modified +67 -7
@@ -619,10 +619,28 @@
| 619 | 619 |
|
| 620 | 620 |
|
| 621 | 621 |
|
| 622 |
|
|
| 623 |
|
|
| 624 |
|
|
| 625 |
|
|
| 626 |
|
|
| 627 |
|
|
| 628 |
|
|
| 629 |
|
|
| 630 |
|
|
| 631 |
|
|
| 632 |
|
|
| 633 |
|
|
| 634 |
|
|
| 635 |
|
|
| 636 |
|
|
| 637 |
|
|
| 638 |
|
|
| 639 |
|
|
| 622 | 640 |
|
| 623 |
|
|
| 624 |
|
|
| 625 |
|
|
| 641 |
|
|
| 642 |
|
|
| 643 |
|
|
| 626 | 644 |
|
| 627 | 645 |
|
| 628 | 646 |
|
@@ -631,11 +649,13 @@
| 631 | 649 |
|
| 632 | 650 |
|
| 633 | 651 |
|
| 652 |
|
|
| 653 |
|
|
| 654 |
|
|
| 634 | 655 |
|
| 635 |
|
|
| 636 |
|
|
| 637 |
|
|
| 638 |
|
|
| 656 |
|
|
| 657 |
|
|
| 658 |
|
|
| 639 | 659 |
|
| 640 | 660 |
|
| 641 | 661 |
|
@@ -1630,6 +1650,8 @@
| 1630 | 1650 |
|
| 1631 | 1651 |
|
| 1632 | 1652 |
|
| 1653 |
|
|
| 1654 |
|
|
| 1633 | 1655 |
|
| 1634 | 1656 |
|
| 1635 | 1657 |
|
@@ -1668,6 +1690,8 @@
| 1668 | 1690 |
|
| 1669 | 1691 |
|
| 1670 | 1692 |
|
| 1693 |
|
|
| 1694 |
|
|
| 1671 | 1695 |
|
| 1672 | 1696 |
|
| 1673 | 1697 |
|
@@ -1676,11 +1700,19 @@
| 1676 | 1700 |
|
| 1677 | 1701 |
|
| 1678 | 1702 |
|
| 1703 |
|
|
| 1704 |
|
|
| 1705 |
|
|
| 1706 |
|
|
| 1707 |
|
|
| 1679 | 1708 |
|
| 1709 |
|
|
| 1680 | 1710 |
|
| 1681 | 1711 |
|
| 1682 | 1712 |
|
| 1683 | 1713 |
|
| 1714 |
|
|
| 1715 |
|
|
| 1684 | 1716 |
|
| 1685 | 1717 |
|
| 1686 | 1718 |
|
@@ -4859,3 +4891,31 @@
| 4859 | 4891 |
|
| 4860 | 4892 |
|
| 4861 | 4893 |
|
| 4894 |
|
|
| 4895 |
|
|
| 4896 |
|
|
| 4897 |
|
|
| 4898 |
|
|
| 4899 |
|
|
| 4900 |
|
|
| 4901 |
|
|
| 4902 |
|
|
| 4903 |
|
|
| 4904 |
|
|
| 4905 |
|
|
| 4906 |
|
|
| 4907 |
|
|
| 4908 |
|
|
| 4909 |
|
|
| 4910 |
|
|
| 4911 |
|
|
| 4912 |
|
|
| 4913 |
|
|
| 4914 |
|
|
| 4915 |
|
|
| 4916 |
|
|
| 4917 |
|
|
| 4918 |
|
|
| 4919 |
|
|
| 4920 |
|
|
| 4921 |
|
lib/openagents_web/components/landing.ex modified +14 -2
@@ -131,6 +131,11 @@ defmodule OpenAgentsWeb.UI.Landing do
| 131 | 131 |
|
| 132 | 132 |
|
| 133 | 133 |
|
| 134 |
|
|
| 135 |
|
|
| 136 |
|
|
| 137 |
|
|
| 138 |
|
|
| 134 | 139 |
|
| 135 | 140 |
|
| 136 | 141 |
|
@@ -337,7 +342,8 @@ defmodule OpenAgentsWeb.UI.Landing do
| 337 | 342 |
|
| 338 | 343 |
|
| 339 | 344 |
|
| 340 |
|
|
| 345 |
|
|
| 346 |
|
|
| 341 | 347 |
|
| 342 | 348 |
|
| 343 | 349 |
|
@@ -358,7 +364,13 @@ defmodule OpenAgentsWeb.UI.Landing do
| 358 | 364 |
|
| 359 | 365 |
|
| 360 | 366 |
|
| 361 |
|
|
| 367 |
|
|
| 368 |
|
|
| 369 |
|
|
| 370 |
|
|
| 371 |
|
|
| 372 |
|
|
| 373 |
|
|
| 362 | 374 |
|
| 363 | 375 |
|
| 364 | 376 |
|
lib/openagents_web/live/home_live.ex modified +2 -8
@@ -245,13 +245,6 @@ defmodule OpenAgentsWeb.HomeLive do
| 245 | 245 |
|
| 246 | 246 |
|
| 247 | 247 |
|
| 248 |
|
|
| 249 |
|
|
| 250 |
|
|
| 251 |
|
|
| 252 |
|
|
| 253 |
|
|
| 254 |
|
|
| 255 | 248 |
|
| 256 | 249 |
|
| 257 | 250 |
|
@@ -303,7 +296,7 @@ defmodule OpenAgentsWeb.HomeLive do
| 303 | 296 |
|
| 304 | 297 |
|
| 305 | 298 |
|
| 306 |
|
|
| 299 |
|
|
| 307 | 300 |
|
| 308 | 301 |
|
| 309 | 302 |
|
@@ -315,6 +308,7 @@ defmodule OpenAgentsWeb.HomeLive do
| 315 | 308 |
|
| 316 | 309 |
|
| 317 | 310 |
|
| 311 |
|
|
| 318 | 312 |
|
| 319 | 313 |
|
| 320 | 314 |
|