Add AGIJobManager v27 single-page UI (agijobmanager_genesis_job_mainnet_2026-03-05-v27.html)#1467
Add AGIJobManager v27 single-page UI (agijobmanager_genesis_job_mainnet_2026-03-05-v27.html)#1467MontrealAI wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 4891f1b0da
ℹ️ 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".
| try{ | ||
| let agentPct = |
There was a problem hiding this comment.
Guard registrar preview reads when wallet is disconnected
When a user enters a valid label before connecting a wallet, ensureFreeTrialRegistrar() returns null and the next line dereferences registrar.methods, which throws. The input listener currently suppresses this rejection, so the mint preview can remain in a stale “checking…” state and skip the normal button-state refresh path, producing misleading readiness feedback in a common pre-connect flow.
Useful? React with 👍 / 👎.
Motivation
Description
ui/agijobmanager_genesis_job_mainnet_2026-03-05-v27.html, a standalone HTML/CSS/JS single-page application that implements the AGIJobManager dashboard, builder, operator deck, activity feed, and modals.AGIJobManagerABI,ENSJobPagesABI,AGIALPHAEqualMinterVaultABI,FreeTrialSubdomainRegistrarABI, etc.) with on-page functions forcreateJob,applyForJob,requestJobCompletion, validator votes, finalize/dispute flows, ENS verification, and admin actions.depositExact), mobile dock/sheet (v27-mobile-enhancements), command palette, auto-refresh sync, local activity tracking, drafts/autosave, and autonomous agent packet generation.runSafeReadStep), event-derived job indexing, and comprehensive UI state management with localStorage persistence for prefs, drafts, and activity.Testing
Codex Task