checkpoint before simplification, then feedback

This commit is contained in:
2026-01-03 17:22:00 -07:00
parent 66b7a8ab1d
commit 6f4ac08253
12 changed files with 132 additions and 495 deletions

View File

@@ -251,7 +251,7 @@ const PromptDisplay = () => {
</button>
</div>
<div className="relative">
<div className="">
<button className="btn btn-secondary w-full relative overflow-hidden" onClick={handleFillPool}>
<div className="absolute top-0 left-0 h-full bg-green-500 opacity-20 transition-all duration-300"
style={{ width: `${Math.min((poolStats.total / poolStats.target) * 100, 100)}%` }}>