From e5135b3697aa3250b7035d5a9829dc77a7ea0389 Mon Sep 17 00:00:00 2001 From: sneak Date: Thu, 8 Jan 2026 12:52:14 -0800 Subject: [PATCH] Add 1-minute expiration option and quality presets to URL generator Quality is now a dropdown with named presets: - Potato (25), Low (50), Medium (70), High (85), Ultra (100) Added 1-minute TTL option for testing short-lived URLs. --- internal/templates/generator.html | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/internal/templates/generator.html b/internal/templates/generator.html index 1621f7d..58f978c 100644 --- a/internal/templates/generator.html +++ b/internal/templates/generator.html @@ -116,15 +116,17 @@ - + + + + + + @@ -155,6 +157,7 @@ class="w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-blue-500" > +