style: auto-fix linting issues
This commit is contained in:
parent
434d1ae164
commit
98741b4f18
1 changed files with 305 additions and 338 deletions
81
index.html
81
index.html
|
|
@ -1584,7 +1584,14 @@
|
||||||
></textarea>
|
></textarea>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-actions">
|
<div class="modal-actions">
|
||||||
<button type="button" id="theme-upload-cancel-edit" class="btn-secondary" style="display: none;">Cancel Edit</button>
|
<button
|
||||||
|
type="button"
|
||||||
|
id="theme-upload-cancel-edit"
|
||||||
|
class="btn-secondary"
|
||||||
|
style="display: none"
|
||||||
|
>
|
||||||
|
Cancel Edit
|
||||||
|
</button>
|
||||||
<button type="submit" id="theme-upload-submit-btn" class="btn-primary">Upload Theme</button>
|
<button type="submit" id="theme-upload-submit-btn" class="btn-primary">Upload Theme</button>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|
@ -4841,9 +4848,7 @@
|
||||||
<div class="settings-group">
|
<div class="settings-group">
|
||||||
<div class="info">
|
<div class="info">
|
||||||
<span class="label">Compact Artists</span>
|
<span class="label">Compact Artists</span>
|
||||||
<span class="description"
|
<span class="description">Show artist cards in a compact, horizontal layout</span>
|
||||||
>Show artist cards in a compact, horizontal layout</span
|
|
||||||
>
|
|
||||||
</div>
|
</div>
|
||||||
<label class="toggle-switch">
|
<label class="toggle-switch">
|
||||||
<input type="checkbox" id="compact-artist-toggle" />
|
<input type="checkbox" id="compact-artist-toggle" />
|
||||||
|
|
@ -4853,9 +4858,7 @@
|
||||||
<div class="setting-item">
|
<div class="setting-item">
|
||||||
<div class="info">
|
<div class="info">
|
||||||
<span class="label">Compact Albums</span>
|
<span class="label">Compact Albums</span>
|
||||||
<span class="description"
|
<span class="description">Show album cards in a compact, horizontal layout</span>
|
||||||
>Show album cards in a compact, horizontal layout</span
|
|
||||||
>
|
|
||||||
</div>
|
</div>
|
||||||
<label class="toggle-switch">
|
<label class="toggle-switch">
|
||||||
<input type="checkbox" id="compact-album-toggle" />
|
<input type="checkbox" id="compact-album-toggle" />
|
||||||
|
|
@ -4872,8 +4875,7 @@
|
||||||
<div class="info">
|
<div class="info">
|
||||||
<span class="label">Zipped Bulk Downloads</span>
|
<span class="label">Zipped Bulk Downloads</span>
|
||||||
<span class="description"
|
<span class="description"
|
||||||
>Download multiple tracks as a single ZIP file (requires browser
|
>Download multiple tracks as a single ZIP file (requires browser support)</span
|
||||||
support)</span
|
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
<label class="toggle-switch">
|
<label class="toggle-switch">
|
||||||
|
|
@ -4884,9 +4886,7 @@
|
||||||
<div class="setting-item">
|
<div class="setting-item">
|
||||||
<div class="info">
|
<div class="info">
|
||||||
<span class="label">Download Lyrics</span>
|
<span class="label">Download Lyrics</span>
|
||||||
<span class="description"
|
<span class="description">Include .lrc files when downloading tracks/albums</span>
|
||||||
>Include .lrc files when downloading tracks/albums</span
|
|
||||||
>
|
|
||||||
</div>
|
</div>
|
||||||
<label class="toggle-switch">
|
<label class="toggle-switch">
|
||||||
<input type="checkbox" id="download-lyrics-toggle" />
|
<input type="checkbox" id="download-lyrics-toggle" />
|
||||||
|
|
@ -4948,9 +4948,7 @@
|
||||||
<div class="setting-item">
|
<div class="setting-item">
|
||||||
<div class="info">
|
<div class="info">
|
||||||
<span class="label">Generate M3U8</span>
|
<span class="label">Generate M3U8</span>
|
||||||
<span class="description"
|
<span class="description">Include extended M3U8 playlist files in downloads</span>
|
||||||
>Include extended M3U8 playlist files in downloads</span
|
|
||||||
>
|
|
||||||
</div>
|
</div>
|
||||||
<label class="toggle-switch">
|
<label class="toggle-switch">
|
||||||
<input type="checkbox" id="generate-m3u8-toggle" />
|
<input type="checkbox" id="generate-m3u8-toggle" />
|
||||||
|
|
@ -4972,9 +4970,7 @@
|
||||||
<div class="setting-item">
|
<div class="setting-item">
|
||||||
<div class="info">
|
<div class="info">
|
||||||
<span class="label">Generate NFO</span>
|
<span class="label">Generate NFO</span>
|
||||||
<span class="description"
|
<span class="description">Include NFO files for media center compatibility</span>
|
||||||
>Include NFO files for media center compatibility</span
|
|
||||||
>
|
|
||||||
</div>
|
</div>
|
||||||
<label class="toggle-switch">
|
<label class="toggle-switch">
|
||||||
<input type="checkbox" id="generate-nfo-toggle" />
|
<input type="checkbox" id="generate-nfo-toggle" />
|
||||||
|
|
@ -5050,9 +5046,7 @@
|
||||||
<div class="setting-item">
|
<div class="setting-item">
|
||||||
<div class="info">
|
<div class="info">
|
||||||
<span class="label">Analytics</span>
|
<span class="label">Analytics</span>
|
||||||
<span class="description"
|
<span class="description">Send anonymous usage data to help improve the app</span>
|
||||||
>Send anonymous usage data to help improve the app</span
|
|
||||||
>
|
|
||||||
</div>
|
</div>
|
||||||
<label class="toggle-switch">
|
<label class="toggle-switch">
|
||||||
<input type="checkbox" id="analytics-toggle" checked />
|
<input type="checkbox" id="analytics-toggle" checked />
|
||||||
|
|
@ -5082,27 +5076,18 @@
|
||||||
<div class="setting-item">
|
<div class="setting-item">
|
||||||
<div class="info">
|
<div class="info">
|
||||||
<span class="label">Backup & Restore</span>
|
<span class="label">Backup & Restore</span>
|
||||||
<span class="description"
|
<span class="description">Export or import your library and history as JSON</span>
|
||||||
>Export or import your library and history as JSON</span
|
|
||||||
>
|
|
||||||
</div>
|
</div>
|
||||||
<div style="display: flex; gap: 0.5rem">
|
<div style="display: flex; gap: 0.5rem">
|
||||||
<button id="export-library-btn" class="btn-secondary">Export</button>
|
<button id="export-library-btn" class="btn-secondary">Export</button>
|
||||||
<button id="import-library-btn" class="btn-secondary">Import</button>
|
<button id="import-library-btn" class="btn-secondary">Import</button>
|
||||||
<input
|
<input type="file" id="import-library-input" style="display: none" accept=".json" />
|
||||||
type="file"
|
|
||||||
id="import-library-input"
|
|
||||||
style="display: none"
|
|
||||||
accept=".json"
|
|
||||||
/>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="setting-item">
|
<div class="setting-item">
|
||||||
<div class="info">
|
<div class="info">
|
||||||
<span class="label">Export All Settings</span>
|
<span class="label">Export All Settings</span>
|
||||||
<span class="description"
|
<span class="description">Export all app settings as JSON</span>
|
||||||
>Export all app settings as JSON</span
|
|
||||||
>
|
|
||||||
</div>
|
</div>
|
||||||
<div style="display: flex; gap: 0.5rem">
|
<div style="display: flex; gap: 0.5rem">
|
||||||
<button id="export-settings-btn" class="btn-secondary">Export</button>
|
<button id="export-settings-btn" class="btn-secondary">Export</button>
|
||||||
|
|
@ -5118,9 +5103,7 @@
|
||||||
<div class="setting-item">
|
<div class="setting-item">
|
||||||
<div class="info">
|
<div class="info">
|
||||||
<span class="label">ADVANCED: Custom Database/Auth</span>
|
<span class="label">ADVANCED: Custom Database/Auth</span>
|
||||||
<span class="description"
|
<span class="description">Configure custom PocketBase and Firebase instances</span>
|
||||||
>Configure custom PocketBase and Firebase instances</span
|
|
||||||
>
|
|
||||||
</div>
|
</div>
|
||||||
<button id="custom-db-btn" class="btn-secondary">Configure</button>
|
<button id="custom-db-btn" class="btn-secondary">Configure</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -5137,15 +5120,11 @@
|
||||||
<ul id="api-instance-list"></ul>
|
<ul id="api-instance-list"></ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div
|
<div class="setting-item" style="padding-bottom: 1rem; border-top: 1px solid var(--border)">
|
||||||
class="setting-item"
|
|
||||||
style="padding-bottom: 1rem; border-top: 1px solid var(--border)"
|
|
||||||
>
|
|
||||||
<div class="info">
|
<div class="info">
|
||||||
<span class="label">Blocked Content</span>
|
<span class="label">Blocked Content</span>
|
||||||
<span class="description"
|
<span class="description"
|
||||||
>Manage artists, albums, and tracks you've blocked from
|
>Manage artists, albums, and tracks you've blocked from recommendations</span
|
||||||
recommendations</span
|
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
<div style="display: flex; gap: 0.5rem">
|
<div style="display: flex; gap: 0.5rem">
|
||||||
|
|
@ -5162,11 +5141,7 @@
|
||||||
<div id="blocked-content-list" style="display: none">
|
<div id="blocked-content-list" style="display: none">
|
||||||
<div id="blocked-artists-section" style="margin-bottom: 1rem">
|
<div id="blocked-artists-section" style="margin-bottom: 1rem">
|
||||||
<h4
|
<h4
|
||||||
style="
|
style="font-size: 0.9rem; margin-bottom: 0.5rem; color: var(--muted-foreground)"
|
||||||
font-size: 0.9rem;
|
|
||||||
margin-bottom: 0.5rem;
|
|
||||||
color: var(--muted-foreground);
|
|
||||||
"
|
|
||||||
>
|
>
|
||||||
Blocked Artists
|
Blocked Artists
|
||||||
</h4>
|
</h4>
|
||||||
|
|
@ -5174,11 +5149,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div id="blocked-albums-section" style="margin-bottom: 1rem">
|
<div id="blocked-albums-section" style="margin-bottom: 1rem">
|
||||||
<h4
|
<h4
|
||||||
style="
|
style="font-size: 0.9rem; margin-bottom: 0.5rem; color: var(--muted-foreground)"
|
||||||
font-size: 0.9rem;
|
|
||||||
margin-bottom: 0.5rem;
|
|
||||||
color: var(--muted-foreground);
|
|
||||||
"
|
|
||||||
>
|
>
|
||||||
Blocked Albums
|
Blocked Albums
|
||||||
</h4>
|
</h4>
|
||||||
|
|
@ -5186,11 +5157,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div id="blocked-tracks-section" style="margin-bottom: 1rem">
|
<div id="blocked-tracks-section" style="margin-bottom: 1rem">
|
||||||
<h4
|
<h4
|
||||||
style="
|
style="font-size: 0.9rem; margin-bottom: 0.5rem; color: var(--muted-foreground)"
|
||||||
font-size: 0.9rem;
|
|
||||||
margin-bottom: 0.5rem;
|
|
||||||
color: var(--muted-foreground);
|
|
||||||
"
|
|
||||||
>
|
>
|
||||||
Blocked Tracks
|
Blocked Tracks
|
||||||
</h4>
|
</h4>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue