feat(ui): add copy-last-40-lines button to log visualizer

This commit is contained in:
mika kuns
2026-08-05 20:26:04 +02:00
parent bdee731376
commit 8c251c78b1
5 changed files with 147 additions and 4 deletions
+5 -1
View File
@@ -311,7 +311,11 @@
"empty": "No logs in the last 30 minutes.",
"count": "{0} entries",
"footerHint": "logs",
"openTooltip": "View recent worker logs"
"openTooltip": "View recent worker logs",
"copyLast": "Copy last 40",
"copyLastTooltip": "Copy the last 40 visible lines to the clipboard",
"copied": "{0} lines copied",
"copyFailed": "Copy failed"
},
"about": {
"title": "ABOUT",