agent-ecosystem/landing/assets/images/screenshots/light.svg
iliya e6e89d4ebc fix(tests): improve messageId generation for legacy inbox rows
- Enhanced tests to ensure consistent messageId generation for legacy inbox rows lacking a messageId.
- Updated test descriptions for better clarity regarding the new messageId handling.
- Adjusted test expectations to align with the updated behavior of relaying legacy inbox rows with generated messageIds.
2026-03-23 16:31:37 +02:00

16 lines
947 B
XML

<svg xmlns="http://www.w3.org/2000/svg" width="1200" height="750" viewBox="0 0 1200 750">
<defs>
<linearGradient id="bg" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#f8fafc" />
<stop offset="100%" stop-color="#e2e8f0" />
</linearGradient>
</defs>
<rect width="1200" height="750" rx="32" fill="url(#bg)" />
<rect x="80" y="90" width="1040" height="570" rx="24" fill="#ffffff" stroke="#cbd5f5" stroke-width="2" />
<rect x="120" y="140" width="320" height="24" rx="12" fill="#6366f1" />
<rect x="120" y="190" width="420" height="16" rx="8" fill="#cbd5e1" />
<rect x="120" y="230" width="520" height="16" rx="8" fill="#cbd5e1" />
<rect x="120" y="270" width="480" height="16" rx="8" fill="#cbd5e1" />
<circle cx="980" cy="190" r="44" fill="#f1f5f9" stroke="#94a3b8" stroke-width="2" />
<text x="120" y="520" font-family="Arial, sans-serif" font-size="32" fill="#1f2937">Light theme</text>
</svg>