table_fix_and_folder_management

This commit is contained in:
Mateusz Gruszczyński
2026-06-12 23:20:42 +02:00
parent 90989e81ad
commit a2cdc203c2
8 changed files with 344 additions and 22 deletions
+4
View File
@@ -228,6 +228,10 @@
<label class="form-check-label" for="moveRecheck">Recheck after move</label>
</div>
</div>
<div class="path-inline-create mb-3">
<input id="pathCreateName" class="form-control form-control-sm" autocomplete="off" placeholder="New folder name">
<button id="pathCreateBtn" class="btn btn-sm btn-outline-primary" type="button"><i class="fa-solid fa-folder-plus"></i> Create</button>
</div>
<div id="pathList" class="path-list"><div class="p-3 text-muted">No path loaded.</div></div>
</div>
<div class="modal-footer">