fix: add live age badge and zoom cursor to bot screenshots, bind monitor on startup, and retry feed assertions in e2e tests

This commit is contained in:
2026-06-14 15:20:35 +00:00
parent d75d5dc6a8
commit 9ed611097d
5 changed files with 88 additions and 24 deletions
+18
View File
@@ -42,6 +42,24 @@
object-fit: cover;
object-position: top center;
display: block;
cursor: zoom-in;
}
.bot-shot-age {
position: absolute;
right: 6px;
bottom: 6px;
padding: 2px 7px;
border-radius: 999px;
font-size: 0.72rem;
font-family: var(--font-mono);
font-weight: 600;
line-height: 1.4;
color: var(--text-primary);
background: rgba(0, 0, 0, 0.62);
backdrop-filter: blur(2px);
pointer-events: none;
letter-spacing: 0.02em;
}
.bot-shot-empty {