Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions-bot committed Sep 6, 2024
1 parent 6ff5657 commit b47fd09
Show file tree
Hide file tree
Showing 3 changed files with 279 additions and 10 deletions.
37 changes: 35 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@
<div class="row zoom-controls">
<p id="ratio-display">Zoom: 1.0x</p>
</div>
<div class="row" id="mobile-controls-hint">
<p class="mobile-hint">To move nodes on touchscreen, lock the canvas first</p>
</div>
<div class="row">
<div class="scroll-container">
<div class="button hidden" id="cancel-linking" title="Cancel connecting nodes">
Expand All @@ -69,6 +72,31 @@
</div>
</div>

<div id="saves-loader" class="collapsed">
<div class="loaded-plan">
<div class="plan-name placeholder">Load plan</div>
<div class="icon-container">
<svg class="collapse-icon chevron-up_icon-placeholder"></svg>
</div>
</div>
<div class="collapsible-container">
<div class="plan-selectors">
<div id="none-plan-selector" class="plan-selector selected">
<div class="plan-name">None</div>
</div>
</div>
<div class="create-new">
<input type="text" placeholder="Plan name">
<div class="clear-button">
<svg class="cross_icon-placeholder"></svg>
</div>
<div class="create-button">
<svg class="plus_icon-placeholder"></svg>
</div>
</div>
</div>
</div>

<div id="resources-summary" class="animate-collapsing">
<div class="content">
<div class="column inputs">
Expand Down Expand Up @@ -229,10 +257,15 @@ <h3 class="group-title">Overclock (every machine)</h3>
</div>
</div>
<div class="row buttons">
<div class="button restore-button dimmed disabled">
<div class="button reset-button dimmed disabled"
title="Resets machines amount to 1 and overclock to 100%.">
Reset
</div>
<div class="button restore-button dimmed disabled"
title="Restores machines amount and overclock to values before opening configuration.">
Restore
</div>
<div class="button apply-button">
<div class="button apply-button" title="Applies changes to node configuration.">
Apply
</div>
</div>
Expand Down
Loading

0 comments on commit b47fd09

Please sign in to comment.