This commit is contained in:
Bryce
2025-08-09 08:40:55 -07:00
parent c8a5768aff
commit 707a8a3095
5 changed files with 31 additions and 126 deletions

View File

@@ -1,4 +1,4 @@
<div id="folder-selection-modal" class="modal-box step-2 slide-left-enter-from" @click.away="$refs.modal.close()">
<div id="folder-selection-modal" class="modal-box step-2 slide-left-enter-from w-11/12 max-w-4xl" @click.away="$refs.modal.close()">
<div class="flex items-center mb-4">
<div class="steps flex-1">
<span class="step">Step 1</span>
@@ -28,10 +28,11 @@
<td>
{% if folder.subscribed %}
<span class="badge badge-success">Synced</span>
{% else %}
{% endif %}
</td>
<td>
<!-- Hidden input for folder name -->
<input type="hidden" name="folder_{{ loop.index }}" value="{{ folder.name }}">
<select class="select select-bordered select-sm"
name="folder_type_{{ loop.index }}">
<option value="tidy" {% if folder.folder_type == 'tidy' %}selected{% endif %}>Tidy</option>