Updated to version 1.2.6
This commit is contained in:
@@ -7,17 +7,31 @@
|
||||
<!-- Header -->
|
||||
<div style="display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;gap:16px;flex-wrap:wrap">
|
||||
<h1 style="margin:0">Files</h1>
|
||||
<button id="dl-zip-btn" class="btn btn-primary btn-small" onclick="fileBrowserDownloadZip()"
|
||||
style="display:none">
|
||||
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
|
||||
width="14" height="14" style="vertical-align:-2px;margin-right:4px">
|
||||
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"/>
|
||||
<polyline points="7 10 12 15 17 10"/>
|
||||
<line x1="12" y1="15" x2="12" y2="3"/>
|
||||
</svg>
|
||||
Download folder as ZIP
|
||||
</button>
|
||||
<div style="display:flex;gap:8px;flex-wrap:wrap">
|
||||
<button id="upload-btn" class="btn btn-ghost btn-small" onclick="fileBrowserUploadClick()"
|
||||
style="display:none">
|
||||
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
|
||||
width="14" height="14" style="vertical-align:-2px;margin-right:4px">
|
||||
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"/>
|
||||
<polyline points="17 8 12 3 7 8"/>
|
||||
<line x1="12" y1="3" x2="12" y2="15"/>
|
||||
</svg>
|
||||
Upload
|
||||
</button>
|
||||
<button id="dl-zip-btn" class="btn btn-primary btn-small" onclick="fileBrowserDownloadZip()"
|
||||
style="display:none">
|
||||
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
|
||||
width="14" height="14" style="vertical-align:-2px;margin-right:4px">
|
||||
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"/>
|
||||
<polyline points="7 10 12 15 17 10"/>
|
||||
<line x1="12" y1="15" x2="12" y2="3"/>
|
||||
</svg>
|
||||
Download folder as ZIP
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<input type="file" id="file-upload-input" multiple style="display:none"
|
||||
onchange="fileBrowserUploadFiles(this)">
|
||||
|
||||
<!-- Breadcrumb -->
|
||||
<div id="file-breadcrumb"
|
||||
|
||||
Reference in New Issue
Block a user