-
-
Notifications
You must be signed in to change notification settings - Fork 65
Add real actions to the miner-ui #4857
Copy link
Copy link
Open
Labels
gittensor:featureGittensor-scored feature linked to a feature issue — scores a 0.25x multiplier.Gittensor-scored feature linked to a feature issue — scores a 0.25x multiplier.help wantedExtra attention is neededExtra attention is needed
Description
Metadata
Metadata
Assignees
Labels
gittensor:featureGittensor-scored feature linked to a feature issue — scores a 0.25x multiplier.Gittensor-scored feature linked to a feature issue — scores a 0.25x multiplier.help wantedExtra attention is neededExtra attention is needed
Problem: The miner-ui is 100% read-only today — there's no way to release a claim, requeue an item, or pause the governor from the UI itself.
Area: AMS / Miner UI
Proposal: Add actions to the UI backed by the CLI-equivalent operations (release/requeue from the portfolio-queue escape hatch above, pause/resume from the governor control surface above).
Deliverables:
Boundaries:
Design system: the new action controls (buttons etc.) must use the shared design-system package's components from #4966/#4967, not raw hardcoded styling.
Scope note: this issue is limited to wiring UI controls to the already-existing CLI-equivalent release/requeue/pause/resume operations. It must not implement or modify the underlying claim-conflict resolution logic or the governor's own decision-to-proceed logic — those stay maintainer-only.