Add Magnet and Torrent File Export

This commit is contained in:
Leo Herzog
2020-06-22 21:22:03 -04:00
parent 378aa29caf
commit eb732bd68e
4 changed files with 1137 additions and 93 deletions

View File

@@ -47,12 +47,27 @@
</div>
<div class="form-group">
<label class="col-form-label" for="files">Files <span id="torrentSize"></span></label>
<label class="col-form-label" for="files">Files</label>
<table id="files">
<tbody id="filesBody"></tbody>
</table>
</div>
<div>
<div id="copyMagnet">
<span class="fa-stack fa-2x">
<span class="fas fa-circle fa-stack-2x"></span>
<span class="fad fa-magnet fa-stack-1x fa-inverse" data-fa-transform="down-1"></span>
</span>
</div>
<div id="downloadTorrent">
<span class="fa-stack fa-2x">
<span class="fas fa-circle fa-stack-2x"></span>
<span class="fas fa-file-download fa-stack-1x fa-inverse"></span>
</span>
</div>
</div>
<script src="bundle.js"></script>
</body>