fix(review round 1): daemon PAT-header auth, job pruning, session-split batches, streaming tars, seed cleanup, ping/pong, byte caps, branch switch, slug --, ctx cancel, Init:true, pagination, latest/before events; web newest-window history + load-older, offline busy gate, staleness guards, memo store, auth probe, scroll key, focus-visible, draft restore, poll dedup; 106+181 tests, coverage 96.2%/95.1%+
This commit is contained in:
@@ -475,6 +475,15 @@ a:hover {
|
||||
max-width: 780px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
.load-older {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
padding: 0 0 14px;
|
||||
}
|
||||
.load-older .btn-secondary {
|
||||
padding: 5px 16px;
|
||||
font-size: 12.5px;
|
||||
}
|
||||
|
||||
.bubble-row {
|
||||
display: flex;
|
||||
@@ -523,6 +532,10 @@ a:hover {
|
||||
.bubble-row:hover .msg-copy {
|
||||
opacity: 1;
|
||||
}
|
||||
.bubble-row .msg-copy:focus-visible,
|
||||
.bubble-row:focus-within .msg-copy {
|
||||
opacity: 1;
|
||||
}
|
||||
.bubble-row.user .msg-copy {
|
||||
right: auto;
|
||||
left: -4px;
|
||||
|
||||
Reference in New Issue
Block a user