Finish the basecoat consolidation: aria-label, stale prose, format - flash dismiss control: aria-label "close" -> "Dismiss notice". The control is icon-only, so its accessible name is the only name it has; "close" names the gesture, not the thing being acted on. Lane C found this and correctly refused to weaken the assertion to [aria-label] to force green, handing it off because the component was being rewritten concurrently. - component_catalog + components_live: prose still told readers CoreComponents is "styled with DaisyUI", which is now false and user-visible. - components_live: dropped a dangling "link link-hover" that rendered as a plain anchor once DaisyUI was gone. - mix format normalisation across three files.
Finish the basecoat consolidation: aria-label, stale prose, format
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/component_catalog.ex -
modified
lib/openagents_web/components/core_components.ex -
modified
lib/openagents_web/live/admin_forge_live.ex -
modified
lib/openagents_web/live/components_live.ex -
modified
test/openagents_web/controllers/sarah_error_json_test.exs -
modified
test/support/providers/test.ex
Diff
6 files changed, +34 -23
lib/openagents_web/component_catalog.ex modified +2 -2
@@ -12,8 +12,8 @@ defmodule OpenAgentsWeb.ComponentCatalog do
| 12 | 12 |
|
| 13 | 13 |
|
| 14 | 14 |
|
| 15 |
|
|
| 16 |
|
|
| 15 |
|
|
| 16 |
|
|
| 17 | 17 |
|
| 18 | 18 |
|
| 19 | 19 |
|
lib/openagents_web/components/core_components.ex modified +9 -1
@@ -86,7 +86,15 @@ defmodule OpenAgentsWeb.CoreComponents do
| 86 | 86 |
|
| 87 | 87 |
|
| 88 | 88 |
|
| 89 |
|
|
| 89 |
|
|
| 90 |
|
|
| 91 |
|
|
| 92 |
|
|
| 93 |
|
|
| 94 |
|
|
| 95 |
|
|
| 96 |
|
|
| 97 |
|
|
| 90 | 98 |
|
| 91 | 99 |
|
| 92 | 100 |
|
lib/openagents_web/live/admin_forge_live.ex modified +13 -13
@@ -43,19 +43,19 @@ defmodule OpenAgentsWeb.AdminForgeLive do
| 43 | 43 |
|
| 44 | 44 |
|
| 45 | 45 |
|
| 46 |
|
|
| 47 |
|
|
| 48 |
|
|
| 49 |
|
|
| 50 |
|
|
| 51 |
|
|
| 52 |
|
|
| 53 |
|
|
| 54 |
|
|
| 55 |
|
|
| 56 |
|
|
| 57 |
|
|
| 58 |
|
|
| 46 |
|
|
| 47 |
|
|
| 48 |
|
|
| 49 |
|
|
| 50 |
|
|
| 51 |
|
|
| 52 |
|
|
| 53 |
|
|
| 54 |
|
|
| 55 |
|
|
| 56 |
|
|
| 57 |
|
|
| 58 |
|
|
| 59 | 59 |
|
| 60 | 60 |
|
| 61 | 61 |
|
lib/openagents_web/live/components_live.ex modified +4 -2
@@ -109,7 +109,7 @@ defmodule OpenAgentsWeb.ComponentsLive do
| 109 | 109 |
|
| 110 | 110 |
|
| 111 | 111 |
|
| 112 |
|
|
| 112 |
|
|
| 113 | 113 |
|
| 114 | 114 |
|
| 115 | 115 |
|
@@ -222,7 +222,9 @@ defmodule OpenAgentsWeb.ComponentsLive do
| 222 | 222 |
|
| 223 | 223 |
|
| 224 | 224 |
|
| 225 |
|
|
| 225 |
|
|
| 226 |
|
|
| 227 |
|
|
| 226 | 228 |
|
| 227 | 229 |
|
| 228 | 230 |
|
test/openagents_web/controllers/sarah_error_json_test.exs modified +1
test/support/providers/test.ex modified +5 -5
@@ -53,12 +53,12 @@ defmodule OpenAgents.Providers.Test do
| 53 | 53 |
|
| 54 | 54 |
|
| 55 | 55 |
|
| 56 |
|
|
| 57 |
|
|
| 58 |
|
|
| 59 |
|
|
| 60 |
|
|
| 56 | 61 |
|
| 57 |
|
|
| 58 |
|
|
| 59 |
|
|
| 60 |
|
|
| 61 |
|
|
| 62 | 62 |
|
| 63 | 63 |
|
| 64 | 64 |
|