Mining/ui/src/app
snider 757526e60e feat: Add WebSocket events, simulation mode, and redesigned Miners page
WebSocket Real-Time Events:
- Add EventHub for broadcasting miner events to connected clients
- New event types: miner.starting/started/stopping/stopped/stats/error
- WebSocket endpoint at /ws/events with auto-reconnect support
- Angular WebSocketService with RxJS event streams and fallback to polling

Simulation Mode (miner-ctrl simulate):
- SimulatedMiner generates realistic hashrate data for UI development
- Supports presets: cpu-low, cpu-medium, cpu-high, gpu-ethash, gpu-kawpow
- Features: variance, sine-wave fluctuation, 30s ramp-up, 98% share rate
- XMRig-compatible stats format for full UI compatibility
- NewManagerForSimulation() skips autostart of real miners

Miners Page Redesign:
- Featured cards for installed/recommended miners with gradient styling
- "Installed" (green) and "Recommended" (gold) ribbon badges
- Placeholder cards for 8 planned miners with "Coming Soon" badges
- Algorithm badges, GitHub links, and license info for each miner
- Planned miners: T-Rex, lolMiner, Rigel, BzMiner, SRBMiner, TeamRedMiner, GMiner, NBMiner

Chart Improvements:
- Hybrid data approach: live in-memory data while active, database historical when inactive
- Smoother transitions between data sources

Documentation:
- Updated DEVELOPMENT.md with simulation mode usage
- Updated ARCHITECTURE.md with WebSocket, simulation, and supported miners table

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-31 07:11:41 +00:00
..
components feat: Add WebSocket events, simulation mode, and redesigned Miners page 2025-12-31 07:11:41 +00:00
layouts feat: Add context menu to workers dropdown with quick actions 2025-12-31 04:25:58 +00:00
pages feat: Add WebSocket events, simulation mode, and redesigned Miners page 2025-12-31 07:11:41 +00:00
admin.component.css feat: Add setup wizard and profile management components with styling 2025-12-10 22:17:38 +00:00
admin.component.html feat: Implement logging functionality for miners with log buffer and retrieval endpoint 2025-12-29 22:10:45 +00:00
admin.component.ts feat: Implement logging functionality for miners with log buffer and retrieval endpoint 2025-12-29 22:10:45 +00:00
app.config.ts feat: Implement logging functionality for miners with log buffer and retrieval endpoint 2025-12-29 22:10:45 +00:00
app.css feat: Implement logging functionality for miners with log buffer and retrieval endpoint 2025-12-29 22:10:45 +00:00
app.html feat: Implement logging functionality for miners with log buffer and retrieval endpoint 2025-12-29 22:10:45 +00:00
app.routes.ts feat: Add stdin console commands, SQLite persistence, and P2P enhancements 2025-12-29 23:30:19 +00:00
app.spec.ts feat(ui): Add notifications, loading states, mobile support, and inline editing 2025-12-31 00:04:57 +00:00
app.ts feat: Add stdin console commands, SQLite persistence, and P2P enhancements 2025-12-29 23:30:19 +00:00
chart.component.css feat: Add stdin console commands, SQLite persistence, and P2P enhancements 2025-12-29 23:30:19 +00:00
chart.component.html feat: Add stdin console commands, SQLite persistence, and P2P enhancements 2025-12-29 23:30:19 +00:00
chart.component.ts feat: Add WebSocket events, simulation mode, and redesigned Miners page 2025-12-31 07:11:41 +00:00
dashboard.component.css feat: Implement logging functionality for miners with log buffer and retrieval endpoint 2025-12-29 22:10:45 +00:00
dashboard.component.html feat: Implement logging functionality for miners with log buffer and retrieval endpoint 2025-12-29 22:10:45 +00:00
dashboard.component.ts feat: Implement logging functionality for miners with log buffer and retrieval endpoint 2025-12-29 22:10:45 +00:00
miner.service.ts feat: Add WebSocket events, simulation mode, and redesigned Miners page 2025-12-31 07:11:41 +00:00
node.service.ts feat: Implement logging functionality for miners with log buffer and retrieval endpoint 2025-12-29 22:10:45 +00:00
notification.service.spec.ts feat(ui): Add notifications, loading states, mobile support, and inline editing 2025-12-31 00:04:57 +00:00
notification.service.ts feat(ui): Add notifications, loading states, mobile support, and inline editing 2025-12-31 00:04:57 +00:00
profile-create.component.html feat(ui): Add loading states with spinners to action buttons 2025-12-29 22:08:01 +00:00
profile-create.component.ts feat(ui): Add loading states with spinners to action buttons 2025-12-29 22:08:01 +00:00
profile-list.component.css feat: Add setup wizard and profile management components with styling 2025-12-10 22:17:38 +00:00
profile-list.component.html feat(ui): Add loading states with spinners to action buttons 2025-12-29 22:08:01 +00:00
profile-list.component.ts feat(ui): Add loading states with spinners to action buttons 2025-12-29 22:08:01 +00:00
setup-wizard.component.css feat: Implement logging functionality for miners with log buffer and retrieval endpoint 2025-12-29 22:10:45 +00:00
setup-wizard.component.html feat: Implement logging functionality for miners with log buffer and retrieval endpoint 2025-12-29 22:10:45 +00:00
setup-wizard.component.ts feat: Implement logging functionality for miners with log buffer and retrieval endpoint 2025-12-29 22:10:45 +00:00
stats-bar.component.ts feat: Enhance dashboard layout with responsive stats bar and chart integration 2025-12-11 16:04:17 +00:00
terminal-modal.component.ts feat: Implement logging functionality for miners with log buffer and retrieval endpoint 2025-12-29 22:10:45 +00:00
uuid.d.ts feat: Add setup wizard and profile management components with styling 2025-12-10 22:17:38 +00:00
websocket.service.ts feat: Add WebSocket events, simulation mode, and redesigned Miners page 2025-12-31 07:11:41 +00:00