Improve reports UI and task drawer UX

This commit is contained in:
2026-07-03 14:50:05 +03:00
parent 6209647700
commit d0608aa21a
24 changed files with 785 additions and 188 deletions

View File

@@ -29,6 +29,7 @@
"resume_failed": "Failed to resume task: {error}",
"task_label": "Task",
"connecting": "Connecting...",
"reconnecting": "Reconnecting...",
"live": "Live",
"completed": "Completed",
"awaiting_mapping": "Awaiting Mapping",
@@ -71,5 +72,27 @@
"no_diff_available": "Diff is not available",
"summary_link_unavailable": "Deep link or diff is unavailable for this task",
"open_llm_report": "LLM report",
"failure_summary": "Failure summary",
"filter_by_level": "Filter by level",
"filter_by_source": "Filter by source",
"log_level_all": "All",
"log_level_debug": "Debug",
"log_level_info": "Info",
"log_level_warning": "Warn",
"log_level_error": "Error",
"all_sources": "All Sources",
"search_logs": "Search logs...",
"clear_log_filters": "Clear log filters",
"log_entries": "entries",
"quick_filter_all": "All",
"quick_filter_errors": "Errors",
"quick_filter_warn": "Warn",
"quick_filter_llm": "LLM",
"quick_filter_plugin": "Plugin",
"quick_filter_system": "System",
"toggle_autoscroll": "Toggle auto-scroll",
"auto_scroll": "Auto-scroll",
"auto_scroll_on": "on",
"auto_scroll_off": "off",
"result": "Check"
}