Update icons and enhance chat command functionality in terminal

This commit is contained in:
2026-03-05 19:30:22 +11:00
parent 4f5664a633
commit da4f07b8fe
6 changed files with 60 additions and 6 deletions

View File

@@ -59,8 +59,8 @@
<span class="quick-commands">
<button class="quick-cmd" onclick="runQuickCommand('help')" title="Show all commands">help</button>
<button class="quick-cmd" onclick="runQuickCommand('about')" title="About this terminal">about</button>
<button class="quick-cmd" onclick="runQuickCommand('projects')" title="View projects">projects</button>
<button class="quick-cmd" onclick="runQuickCommand('chat')" title="Join chat room">chat</button>
<button class="quick-cmd" onclick="runQuickCommand('clear')" title="Clear screen">clear</button>
</span>
</span>
</div>