fix(logs): stop build-log polling once build finishes
The build-logs tab kept polling every 5s and showing the auto-refresh indicator even after the build reached a terminal state. Gate both on the build still being in progress, and label a completed build as "done" instead of the misleading "running" status. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -232,6 +232,7 @@ const fa = {
|
||||
buildPending: 'بیلد در صف است…',
|
||||
noDeployments: 'هنوز دیپلویی نیست. برای دیدن لاگ بیلد اپت را منتشر کن.',
|
||||
noBuildLogs: 'لاگ بیلدی برای این دیپلوی موجود نیست.',
|
||||
buildDone: 'انجام شده',
|
||||
},
|
||||
externalAccess: {
|
||||
title: 'دسترسی خارجی',
|
||||
|
||||
Reference in New Issue
Block a user