made it so if command is executed, it disables the input, and send the request to the backend

This commit is contained in:
valentijn
2024-01-16 21:36:18 +01:00
parent ccb19f8124
commit b039d85207
3 changed files with 54 additions and 13 deletions

View File

@@ -16,12 +16,12 @@
<body>
<div id="main">
<div id="terminal">
<div class="terminalLine">
<div class="terminalLine activeLine">
<h4 class="pathText"></h4>
<h4 class="pathColon">:</h4>
<h4 class="pathPath">~/projects</h4>
<h4 class="pathDollar">$</h4>
<input type="text" id="terminalInput" value="">
<input class="terminalInput" type="text" id="terminalInput" value="">
<div class="pathBlinky"></div>
</div>
</div>