diff --git a/README.md b/README.md index 2d9be12..271c2fe 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Theme Song Booth -**Version:** `v0.5.1` +**Version:** `v0.5.2` A Flask web application for running a convention booth where visitors request a custom AI-generated theme song. Operators manage the queue from an admin dashboard, generate Suno prompts, upload MP3 previews, collect payment, and deliver final songs by email. diff --git a/VERSION b/VERSION index 4b9fcbe..cb0c939 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.1 +0.5.2 diff --git a/templates/admin/request.html b/templates/admin/request.html index 9467e46..5d50cf7 100644 --- a/templates/admin/request.html +++ b/templates/admin/request.html @@ -104,6 +104,24 @@ margin:0; font-weight:400; } + .song-row{ + display:flex; + align-items:flex-start; + gap:.75rem; + margin:.6rem 0; + padding:.4rem 0; + } + .song-row input[type="checkbox"]{ + width:auto; + margin:.2rem 0 0 0; + flex-shrink:0; + } + .song-row label{ + display:block; + margin:0; + font-weight:400; + line-height:1.4; + } .old-rev{ font-size:.85rem; color:#9ca3af; @@ -327,7 +345,7 @@

2. Upload Songs

-

+

-

-

+

+
-

+