Wrap up 1.1.0

This commit is contained in:
Mukhtar Akere
2025-08-09 10:55:10 +01:00
parent 7c8156eacf
commit 3aeb806033
54 changed files with 1592 additions and 1523 deletions

View File

@@ -1,10 +1,8 @@
{{ define "download" }}
<div class="space-y-6">
<!-- Download Form -->
<div class="card bg-base-100 shadow-xl">
<div class="card-body">
<form id="downloadForm" enctype="multipart/form-data" class="space-y-3">
<!-- Torrent Input Section -->
<div class="space-y-2">
<div class="form-control">
<label class="label" for="magnetURI">
@@ -44,7 +42,6 @@
<div class="divider"></div>
<!-- Configuration Section -->
<div class="grid grid-cols-1 lg:grid-cols-2 gap-3">
<div class="space-y-2">
<h3 class="text-lg font-semibold flex items-center">
@@ -128,7 +125,6 @@
</div>
</div>
<!-- Submit Button -->
<div class="form-control">
<button type="submit" class="btn btn-primary btn-lg" id="submitDownload">
<i class="bi bi-cloud-upload mr-2"></i>Add to Download Queue