mirror of
https://github.com/blackboxprogramming/blackroad.io.git
synced 2026-03-18 06:34:01 -05:00
Update dashboard with new dynamic apps - Terminal, Live Agents, Live Mining
Added 3 new dynamic apps to dashboard: - 💻 Terminal (highlighted green) - 🤖 Live Agents (highlighted purple) - ⛓️ Live Mining (highlighted blue) All marked as "NEW" status to showcase latest features Dashboard now has 13 total apps, all fully functional! 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -153,6 +153,18 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="app-card" onclick="window.location.href='/agents-dynamic.html'" style="border-color: #7700FF;">
|
||||||
|
<h2>🤖 Live Agents</h2>
|
||||||
|
<span class="status">NEW</span>
|
||||||
|
<p>Dynamic agent dashboard</p>
|
||||||
|
<ul class="features">
|
||||||
|
<li>✓ Real-time spawning</li>
|
||||||
|
<li>✓ Auto-refresh</li>
|
||||||
|
<li>✓ Quick spawn buttons</li>
|
||||||
|
<li>✓ Pack selection</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="app-card" onclick="window.location.href='/blockchain-live.html'">
|
<div class="app-card" onclick="window.location.href='/blockchain-live.html'">
|
||||||
<h2>⛓️ RoadChain</h2>
|
<h2>⛓️ RoadChain</h2>
|
||||||
<span class="status">LIVE</span>
|
<span class="status">LIVE</span>
|
||||||
@@ -165,6 +177,18 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="app-card" onclick="window.location.href='/blockchain-dynamic.html'" style="border-color: #0066FF;">
|
||||||
|
<h2>⛓️ Live Mining</h2>
|
||||||
|
<span class="status">NEW</span>
|
||||||
|
<p>Real proof-of-work mining</p>
|
||||||
|
<ul class="features">
|
||||||
|
<li>✓ SHA-256 mining</li>
|
||||||
|
<li>✓ Live hash rate</li>
|
||||||
|
<li>✓ Block creation</li>
|
||||||
|
<li>✓ TX management</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="app-card" onclick="window.location.href='/files-live.html'">
|
<div class="app-card" onclick="window.location.href='/files-live.html'">
|
||||||
<h2>📁 File Explorer</h2>
|
<h2>📁 File Explorer</h2>
|
||||||
<span class="status">LIVE</span>
|
<span class="status">LIVE</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user