Pool Manager
Dashboard, miner explorer, and pool configuration surfaces for mining pool management
The Pool Manager section provides UI for landing, exploring miners, and managing pool configurations. It is rendered as a top-level product area with three sibling workflows.
Prerequisites
-
Complete the @mdk/foundation installation and add the dependency
-
A connected Redux store
Component groups
The section is split into three subpages plus this index:
- Dashboard: landing page composing stats, navigation blocks, and a recent alerts feed
- Miner explorer: cross-pool miner browser with filter, search, and selection; used to assign miners to pool configurations
- Pools: pools page with the collapsible pool list and the Add Pool dialog for authoring new pool configurations
All Pool Manager components
| Component | Description |
|---|---|
PoolManagerDashboard | Pool Manager landing UI with stats, nav blocks, and recent alerts |
PoolManagerMinerExplorer | Pool Manager miner explorer page with back link and Assign Pool action |
PoolManagerPools | Pool Manager pools page with accordion list and Add Pool action |
AddPoolModal | Dialog for authoring a new pool configuration |

