feat(npcs): show multiple character overlays in session playback

Toggle NPCs independently from the characters window, keep one shared dim/close-all, and scroll descriptions for all selected characters.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Ivan Fontosh
2026-07-21 13:23:19 +08:00
parent f4c0ac1438
commit 1829191410
8 changed files with 538 additions and 121 deletions
+12
View File
@@ -50,6 +50,18 @@
line-height: 1.45;
}
.detailCard {
display: grid;
gap: 10px;
padding-bottom: 14px;
border-bottom: 1px solid var(--stroke);
}
.detailCard:last-child {
border-bottom: none;
padding-bottom: 0;
}
.detailName {
font-size: 18px;
font-weight: 900;