You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(gui): expose delete/clear/diagnostics APIs and repair i18n + empty states
- Expose delete_job, clear_jobs and get_job_diagnostics in EXPOSED_API_METHODS
so the GUI delete-single and clear-all history actions actually take effect
- Fix invalid en.json (missing trailing comma) that broke the whole English
catalog and surfaced raw i18n keys across the app
- Add the missing icon placeholder (02) to the Jobs empty state so the box is
no longer blank when there is no task history
- Add job-history diagnostics export, diagnostics module helpers, CSS and
locale strings for en/ru/zh-CN
<div><pclass="breadcrumb" data-i18n="jobs.breadcrumb">Task history</p><h2data-i18n="jobs.title">Queue and history</h2><pdata-i18n="jobs.description">Directory tasks run one at a time and remain visible after restart.</p></div>
<divclass="panel-header"><div><h3id="jobs-list-title" data-i18n="jobs.listTitle">Tasks</h3><pclass="section-description" data-i18n="jobs.listDescription">Review status, retry interrupted work, or reopen the output location.</p></div></div>
455
-
<divid="jobs-list" class="stack empty-state"><h4data-i18n="jobs.empty.title">No task history</h4><pdata-i18n="jobs.empty.detail">Generate a plan to create the first persistent task.</p></div>
455
+
<divid="jobs-list" class="stack empty-state"><spanclass="empty-icon" aria-hidden="true">02</span><h4data-i18n="jobs.empty.title">No task history</h4><pdata-i18n="jobs.empty.detail">Generate a plan to create the first persistent task.</p></div>
456
456
</section>
457
457
</div>
458
458
@@ -690,8 +690,8 @@ <h2 id="confirm-dialog-title" data-i18n="confirm.title">Start this mux job?</h2>
<pid="diagnostics-dialog-body" data-i18n="jobs.diagnostics.description">Preview the information included in the exported archive, then export it if needed.</p>
0 commit comments