feat(upload): add transfer rate tracking and 6-hour expiry option
All checks were successful
Build and Publish Docker Image / deploy (push) Successful in 1m47s

- Implement real-time transfer rate tracking and display upload speed (e.g., Mb/s) in the progress status.
- Add a 6-hour (360 minutes) option to the upload expiry selection ladder.
- Fix an issue where the "new upload" button remained visible by explicitly toggling its display style and adding a CSS fallback for the `hidden` attribute.
This commit is contained in:
2026-06-02 22:41:59 +03:00
parent 17c31be8b4
commit f698ba516d
3 changed files with 62 additions and 11 deletions

View File

@@ -52,6 +52,10 @@
margin-top: -0.25rem;
}
.upload-options .form-footer .upload-new-button[hidden] {
display: none !important;
}
.hero-copy {
text-align: center;
}