fedorablewill / ptu-tools

PokéSheets: A Pokemon Generator/Manager for Pokemon Tabletop United v1.05
3 stars 3 forks source link

Pokemon - Edit Move Learnset #62

Open fedorablewill opened 2 years ago

fedorablewill commented 2 years ago

In the Move Search Results, add a button to the right of learn called "Add To" that provides a button dropdown. The dropdown should have a "+" button on the right side, and unclickable text on the left. It should have the following as options:

User also needs to be able to remove entries from the learnset via a trash can icon button.

User also needs to be able to edit the level learned via an edit (pencil) icon button.

fedorablewill commented 2 years ago

`

<div class="dropdown-menu show" style="position: absolute; transform: translate3d(0px, -184px, 0px); top: 0px; left: 0px; will-change: transform;" x-placement="top-start">
  <div class="form-inline row mx-0">
<label for="addMoveToLevelField" class="col-6 col-form-label">Level Up</label>
<div class="col-4">
  <input type="number" class="form-control form-control-sm" id="addMoveToLevelField" placeholder="#" min="0" max="100">
</div>

Egg Move
</div>

`