- Co-Authored-By
- Claude Fable 5 <noreply@anthropic.com>
- Claude-Session
- https://claude.ai/code/session_01RfZq5s3rc6zpnBR75pTQaU
Drop the Notifications and Artifact catalog sidebar rows
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/components/layouts.ex -
modified
test/openagents_web/live/notifications_live_test.exs
Diff
2 files changed, +0 -86
lib/openagents_web/components/layouts.ex modified -24
@@ -797,17 +797,6 @@ defmodule OpenAgentsWeb.Layouts do
| 797 | 797 |
|
| 798 | 798 |
|
| 799 | 799 |
|
| 800 |
|
|
| 801 |
|
|
| 802 |
|
|
| 803 |
|
|
| 804 |
|
|
| 805 |
|
|
| 806 |
|
|
| 807 |
|
|
| 808 |
|
|
| 809 |
|
|
| 810 |
|
|
| 811 | 800 |
|
| 812 | 801 |
|
| 813 | 802 |
|
@@ -825,12 +814,6 @@ defmodule OpenAgentsWeb.Layouts do
| 825 | 814 |
|
| 826 | 815 |
|
| 827 | 816 |
|
| 828 |
|
|
| 829 |
|
|
| 830 |
|
|
| 831 |
|
|
| 832 |
|
|
| 833 |
|
|
| 834 | 817 |
|
| 835 | 818 |
|
| 836 | 819 |
|
@@ -876,13 +859,6 @@ defmodule OpenAgentsWeb.Layouts do
| 876 | 859 |
|
| 877 | 860 |
|
| 878 | 861 |
|
| 879 |
|
|
| 880 |
|
|
| 881 |
|
|
| 882 |
|
|
| 883 |
|
|
| 884 |
|
|
| 885 |
|
|
| 886 | 862 |
|
| 887 | 863 |
|
| 888 | 864 |
|
test/openagents_web/live/notifications_live_test.exs modified -62
@@ -182,66 +182,4 @@ defmodule OpenAgentsWeb.NotificationsLiveTest do
| 182 | 182 |
|
| 183 | 183 |
|
| 184 | 184 |
|
| 185 |
|
|
| 186 |
|
|
| 187 |
|
|
| 188 |
|
|
| 189 |
|
|
| 190 |
|
|
| 191 |
|
|
| 192 |
|
|
| 193 |
|
|
| 194 |
|
|
| 195 |
|
|
| 196 |
|
|
| 197 |
|
|
| 198 |
|
|
| 199 |
|
|
| 200 |
|
|
| 201 |
|
|
| 202 |
|
|
| 203 |
|
|
| 204 |
|
|
| 205 |
|
|
| 206 |
|
|
| 207 |
|
|
| 208 |
|
|
| 209 |
|
|
| 210 |
|
|
| 211 |
|
|
| 212 |
|
|
| 213 |
|
|
| 214 |
|
|
| 215 |
|
|
| 216 |
|
|
| 217 |
|
|
| 218 |
|
|
| 219 |
|
|
| 220 |
|
|
| 221 |
|
|
| 222 |
|
|
| 223 |
|
|
| 224 |
|
|
| 225 |
|
|
| 226 |
|
|
| 227 |
|
|
| 228 |
|
|
| 229 |
|
|
| 230 |
|
|
| 231 |
|
|
| 232 |
|
|
| 233 |
|
|
| 234 |
|
|
| 235 |
|
|
| 236 |
|
|
| 237 |
|
|
| 238 |
|
|
| 239 |
|
|
| 240 |
|
|
| 241 |
|
|
| 242 |
|
|
| 243 |
|
|
| 244 |
|
|
| 245 |
|
|
| 246 |
|
|
| 247 | 185 |
|