Add Piece Size and Length

This commit is contained in:
Leo
2022-08-02 13:15:00 +00:00
committed by GitHub
parent 013318d258
commit b1794f000b
4 changed files with 18 additions and 1 deletions

View File

@@ -183,6 +183,19 @@
</div>
</div>
<div class="property">
<div class="labels">
<div>
<span class="info" data-tippy-content="Torrents split files into equal size pieces to make them easy to share. Piece size is configurable."><span class="far fa-info-circle"></span></span>
<label for="pieces">Pieces</label>
</div>
<label for="pieces" style="display:none">Pieces</label>
</div>
<div class="content">
<input id="pieces" type="text" placeholder="Not included in the URL/File provided" aria-label="Piece size and length" disabled required />
</div>
</div>
<div class="property">
<div class="labels">
<div>