mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-04-14 05:43:29 +08:00
docs: align ecc2 operator backlog language
This commit is contained in:
@@ -461,9 +461,9 @@ impl Dashboard {
|
|||||||
"",
|
"",
|
||||||
" n New session",
|
" n New session",
|
||||||
" a Assign follow-up work from selected session",
|
" a Assign follow-up work from selected session",
|
||||||
" b Rebalance backed-up delegate inboxes for selected lead",
|
" b Rebalance backed-up delegate handoff backlog for selected lead",
|
||||||
" B Rebalance backed-up delegate inboxes across lead teams",
|
" B Rebalance backed-up delegate handoff backlog across lead teams",
|
||||||
" i Drain unread task handoffs from selected session inbox",
|
" i Drain unread task handoffs from selected lead",
|
||||||
" g Auto-dispatch unread handoffs across lead sessions",
|
" g Auto-dispatch unread handoffs across lead sessions",
|
||||||
" G Dispatch then rebalance backlog across lead teams",
|
" G Dispatch then rebalance backlog across lead teams",
|
||||||
" p Toggle daemon auto-dispatch policy and persist config",
|
" p Toggle daemon auto-dispatch policy and persist config",
|
||||||
@@ -1622,7 +1622,7 @@ impl Dashboard {
|
|||||||
|
|
||||||
lines.push(String::new());
|
lines.push(String::new());
|
||||||
if self.selected_messages.is_empty() {
|
if self.selected_messages.is_empty() {
|
||||||
lines.push("Inbox clear".to_string());
|
lines.push("Message inbox clear".to_string());
|
||||||
} else {
|
} else {
|
||||||
lines.push("Recent messages:".to_string());
|
lines.push("Recent messages:".to_string());
|
||||||
let recent = self
|
let recent = self
|
||||||
@@ -2365,7 +2365,7 @@ mod tests {
|
|||||||
let text = dashboard.selected_session_metrics_text();
|
let text = dashboard.selected_session_metrics_text();
|
||||||
assert!(text.contains("Attention queue clear"));
|
assert!(text.contains("Attention queue clear"));
|
||||||
assert!(!text.contains("Needs attention:"));
|
assert!(!text.contains("Needs attention:"));
|
||||||
assert!(!text.contains("Inbox focus-12"));
|
assert!(!text.contains("Backlog focus-12"));
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
|||||||
Reference in New Issue
Block a user