fix: remove unused validation percentage indicator

The 0% indicator next to the Run button was not providing useful
feedback. Removed from HTML, CSS, and app.js.

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-24 00:17:28 +01:00
parent 4cdffdfa21
commit 31664c4fe9
3 changed files with 0 additions and 29 deletions

View File

@@ -47,7 +47,6 @@
<button id="redo-btn" class="btn btn-icon" title="Redo (Ctrl+Shift+Z)"></button>
<button id="reset-code-btn" class="btn btn-icon" title="Reset to initial code"></button>
</div>
<div class="validation-indicators-container"></div>
<button id="run-btn" class="btn btn-run">
<img src="./gear.svg" alt="" />Run
</button>