File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,6 +27,14 @@ <h1>Water Sort Screenshot Solver (WASM)</h1>
2727 < button id ="btnAnalyze " disabled > Analyze</ button >
2828 < button id ="btnSolve " disabled > Solve</ button >
2929 </ div >
30+
31+ < div class ="row wrap " style ="margin-top:10px; ">
32+ < button id ="btnEditBottles " disabled > Edit Bottles</ button >
33+ < button id ="btnEditRocks " disabled > Edit Rocks</ button >
34+ < button id ="btnResetBoxes " disabled > Reset Boxes</ button >
35+ < button id ="btnClearRock " disabled > Clear Selected Rock</ button >
36+ < span id ="boxHint " class ="subtle " style ="font-size:12px; "> </ span >
37+ </ div >
3038 </ section >
3139
3240 < section class ="panel workspace ">
@@ -41,6 +49,7 @@ <h1>Water Sort Screenshot Solver (WASM)</h1>
4149
4250 < div class ="detectedPane ">
4351 < div id ="legendTitle " class ="detectedSummary "> Colors: — · Rock Bottles: —</ div >
52+ < div id ="rockLegend " class ="legend "> </ div >
4453 < div id ="legend " class ="legend "> </ div >
4554 < div id ="boardDetected " class ="board "> </ div >
4655 </ div >
You can’t perform that action at this time.
0 commit comments