Add AGIJobManager Genesis Mainnet Console HTML (v33)#1491
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: f51801810b
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| } | ||
| function renderAttentionQueue(){ | ||
| const box = el('attentionQueueList') |
There was a problem hiding this comment.
Reset runtime state when silent wallet check finds no account
When silentWalletRefresh() hits the if(!account) path, it clears wallet labels but never calls resetRuntimeState('wallet disconnected') (unlike the accountsChanged handler), so previously loaded jobs/admin/identity panels can remain visible after a wallet session disappears (e.g., wallet lock/revoke without an account-change event). This leaves stale, account-scoped state on screen and can mislead operators about what is currently loaded.
Useful? React with 👍 / 👎.
Motivation
Description
ui/agijobmanager_genesis_job_mainnet_2026-03-05-v33.html, a standalone HTML file that implements the entire frontend including CSS, UI layout, and a large client-side JavaScript runtime.Testing
Codex Task