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 4, 2024
1 parent 41d50dc commit 6ff5657
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 11 deletions.
10 changes: 10 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,12 @@ <h2 class="title">Select a recipe <span class="game-version"></span></h2>
</div>
<div class="text">Products</div>
</div>
<div class="flag" id="exact-match-flag">
<div class="checkbox">
<svg class="tick_icon-placeholder"></svg>
</div>
<div class="text">Exact match</div>
</div>
</div>
</div>
<div class="columns">
Expand Down Expand Up @@ -478,6 +484,10 @@ <h2 class="title">Help <span class="background">&nbsp;&nbsp;&nbsp;&nbsp;(⩾﹏

<div id="canvas-context-menu-container" class="context-menu-container hidden">
<div class="context-menu">
<div class="option hidden" id="node-from-link-option">
<svg class="plus_icon-placeholder"></svg>
<div class="text">Create suitable node</div>
</div>
<div class="option hidden" id="cancel-linking-option">
<svg class="unlink_icon-placeholder"></svg>
<div class="text">Cancel connecting nodes</div>
Expand Down
Loading

0 comments on commit 6ff5657

Please sign in to comment.