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:
Alexa Louise
2025-12-13 14:42:43 -06:00
parent 1145d6b535
commit e8be6d17fd

View File

@@ -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>