style: auto-fix linting issues

This commit is contained in:
edideaur 2026-03-03 19:41:46 +00:00 committed by github-actions[bot]
parent 434d1ae164
commit 98741b4f18

View file

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