-
feat(upload): warn on large uploads over slow/metered connections
All checks were successfulBuild and Publish Docker Image / deploy (push) Successful in 1m54sreleased this
2026-06-08 13:34:05 +03:00 | 5 commits to master since this releaseDetects if the user is on a slow (2G/3G) or metered (saveData) connection
and prompts them with a confirmation dialog if they attempt to upload
files totaling 200MB or more.This prevents accidental high data usage and warns users about potential
long upload times. Also includes the dialogs JS and CSS in the base
layout to support the confirmation modal.Downloads