Added download-info

- Cleared some imports
- Added setting for database-clear on startup
This commit is contained in:
2024-02-16 19:25:35 +01:00
parent cd9a800bf0
commit 36d085bfbc
6 changed files with 46 additions and 15 deletions

View File

@ -15,6 +15,18 @@
<i class="fas fa-cloud-download-alt mr-2"></i>
Download
</button>
<p class="text-gray-600 text-center w-2/3">Files are available for a limited time. Ensure the code or link is correct.</p>
<p class="text-gray-600 text-center w-2/3">Files are available for a limited time. Ensure the code or link is correct and the file is still downloadable.</p>
</div>
</div>
<dialog #password_modal class="modal">
<div class="modal-box">
<h3 class="font-bold text-lg">Please enter the file password</h3>
<p class="py-4">Please enter the download password:</p>
<input type="password" placeholder="Password..." class="input input-bordered w-full max-w-xs" />
<div class="modal-action">
<form method="dialog">
<button class="btn">Cancel download</button>
</form>
</div>
</div>
</dialog>