feat(FN-4055): add task ID collision audit script and recovery documentatio
Adds a standalone audit script for detecting task ID collisions, a regression test for store creation collision handling, and documentation of the recovery path; also applies minor UX refinements to ChatView and TaskDetailModal. Fusion-Task-Id: FN-4055
This commit is contained in:
@@ -216,6 +216,15 @@
|
||||
padding: 4px 8px;
|
||||
}
|
||||
|
||||
.chat-status-copy {
|
||||
color: var(--text-muted);
|
||||
font-size: var(--space-md);
|
||||
}
|
||||
|
||||
.chat-status-copy--padded {
|
||||
padding: var(--space-md);
|
||||
}
|
||||
|
||||
.chat-session-item {
|
||||
padding: 10px 12px;
|
||||
border-radius: var(--radius-md);
|
||||
|
||||
Reference in New Issue
Block a user