Enhance version selection UI with thumbnails and file size; improve modal click handling

This commit is contained in:
Will Miao
2025-02-14 15:45:49 +08:00
parent d66603d7e0
commit a2428b31b5
4 changed files with 107 additions and 19 deletions

View File

@@ -35,7 +35,7 @@
<!-- Step 2: Version Selection -->
<div class="download-step" id="versionStep" style="display: none;">
<div class="version-list" id="versionList">
<!-- Versions will be inserted here -->
<!-- Versions will be inserted here dynamically -->
</div>
<div class="modal-actions">
<button class="secondary-btn" onclick="downloadManager.backToUrl()">Back</button>