ux
This commit is contained in:
@@ -157,7 +157,7 @@
|
||||
|
||||
|
||||
<div class="modal fade" id="aboutModal" tabindex="-1" aria-labelledby="aboutModalLabel" aria-hidden="true">
|
||||
<div class="modal-dialog modal-dialog-centered">
|
||||
<div class="modal-dialog modal-dialog-centered modal-lg">
|
||||
<div class="modal-content about-modal-content">
|
||||
<div class="modal-header">
|
||||
<h5 id="aboutModalLabel" class="modal-title"><i class="fa-solid fa-robot"></i> About pyTorrent</h5>
|
||||
@@ -168,15 +168,22 @@
|
||||
<div class="about-logo"><i class="fa-solid fa-robot"></i></div>
|
||||
<div>
|
||||
<h6>pyTorrent</h6>
|
||||
<p>Lightweight web panel for rTorrent management.</p>
|
||||
<p>Lightweight web panel for rTorrent management, queue control and live torrent diagnostics.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="about-summary-grid mb-3">
|
||||
<div><b>rTorrent panel</b><span>SCGI connection, live table, labels, ratios and tracker tools.</span></div>
|
||||
<div><b>Automation</b><span>Rules, Smart Queue, RSS checks, cleanup and job queue support.</span></div>
|
||||
<div><b>Operations</b><span>App status, port checks, traffic history and configurable UI preferences.</span></div>
|
||||
</div>
|
||||
<dl class="about-list">
|
||||
<div><dt>Repository</dt><dd><a href="https://git.linuxiarz.pl/gru/pyTorrent" target="_blank" rel="noopener noreferrer"><i class="fa-brands fa-git-alt"></i> git.linuxiarz.pl/gru/pyTorrent</a></dd></div>
|
||||
<div><dt>License</dt><dd>Open source</dd></div>
|
||||
<div><dt>Author</dt><dd>linuxiarz.pl</dd></div>
|
||||
<div><dt>Backend</dt><dd>Python, Flask, Flask-SocketIO</dd></div>
|
||||
<div><dt>Frontend</dt><dd>Bootstrap, vanilla JavaScript, Font Awesome</dd></div>
|
||||
<div><dt>Runtime</dt><dd>Gunicorn compatible, rTorrent over SCGI</dd></div>
|
||||
<div><dt>Backend</dt><dd>Python, Flask, Flask-SocketIO, SQLite</dd></div>
|
||||
<div><dt>Frontend</dt><dd>Bootstrap, vanilla JavaScript, Chart.js, Font Awesome</dd></div>
|
||||
<div><dt>Runtime</dt><dd>Gunicorn compatible, systemd-ready, rTorrent over SCGI</dd></div>
|
||||
<div><dt>Features</dt><dd>Magnet and torrent upload, file priorities, labels, ratio groups, Smart Queue, automation rules, RSS, traffic charts and diagnostics.</dd></div>
|
||||
</dl>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user