hide addons when not available

This commit is contained in:
Tobias Brunner 2025-06-20 09:41:47 +02:00
parent a8f204dcb4
commit 8c04166183
No known key found for this signature in database
2 changed files with 23 additions and 4 deletions

View file

@ -276,8 +276,8 @@
</div>
</div>
<!-- Addons Section -->
<div class="mb-4">
<!-- Addons Section - Hidden by default, shown by JS if addons exist -->
<div class="mb-4" id="addonsSection" style="display: none;">
<label class="form-label">Add-ons (Optional)</label>
<div id="addonsContainer">
<!-- Add-ons will be dynamically populated here -->