Compare commits
No commits in common. "67da6d4c581e618f82defc9e1f487340e6216e6c" and "3e591fac3dc5ebb33cb98a0da8510f79e771164f" have entirely different histories.
67da6d4c58
...
3e591fac3d
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "twitch-vod-manager",
|
"name": "twitch-vod-manager",
|
||||||
"version": "4.6.85",
|
"version": "4.6.84",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "twitch-vod-manager",
|
"name": "twitch-vod-manager",
|
||||||
"version": "4.6.85",
|
"version": "4.6.84",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"axios": "^1.6.0",
|
"axios": "^1.6.0",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "twitch-vod-manager",
|
"name": "twitch-vod-manager",
|
||||||
"version": "4.6.85",
|
"version": "4.6.84",
|
||||||
"description": "Twitch VOD Manager - Download Twitch VODs easily",
|
"description": "Twitch VOD Manager - Download Twitch VODs easily",
|
||||||
"main": "dist/main.js",
|
"main": "dist/main.js",
|
||||||
"author": "xRangerDE",
|
"author": "xRangerDE",
|
||||||
|
|||||||
@ -665,8 +665,8 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="settings-card">
|
<div class="settings-card">
|
||||||
<div class="form-row section-header">
|
<div class="form-row" style="align-items:center; justify-content:space-between; margin-bottom: 10px;">
|
||||||
<h3 id="preflightTitle">System-Check</h3>
|
<h3 id="preflightTitle" style="margin: 0;">System-Check</h3>
|
||||||
<span class="health-badge unknown" id="healthBadge">System: Unbekannt</span>
|
<span class="health-badge unknown" id="healthBadge">System: Unbekannt</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-row" style="margin-bottom: 10px;">
|
<div class="form-row" style="margin-bottom: 10px;">
|
||||||
@ -681,7 +681,7 @@
|
|||||||
<div class="form-row" style="margin-bottom: 10px; align-items: center;">
|
<div class="form-row" style="margin-bottom: 10px; align-items: center;">
|
||||||
<button class="btn-secondary" id="btnRefreshLog" onclick="refreshDebugLog()">Aktualisieren</button>
|
<button class="btn-secondary" id="btnRefreshLog" onclick="refreshDebugLog()">Aktualisieren</button>
|
||||||
<button class="btn-secondary" id="btnOpenDebugLogFile" onclick="openDebugLogFile()">Log-Datei oeffnen</button>
|
<button class="btn-secondary" id="btnOpenDebugLogFile" onclick="openDebugLogFile()">Log-Datei oeffnen</button>
|
||||||
<label class="inline-toggle">
|
<label style="display:flex; align-items:center; gap:6px; font-size:13px; color: var(--text-secondary);">
|
||||||
<input type="checkbox" id="debugAutoRefresh" onchange="toggleDebugAutoRefresh(this.checked)">
|
<input type="checkbox" id="debugAutoRefresh" onchange="toggleDebugAutoRefresh(this.checked)">
|
||||||
<span id="autoRefreshText">Auto-Refresh</span>
|
<span id="autoRefreshText">Auto-Refresh</span>
|
||||||
</label>
|
</label>
|
||||||
@ -690,8 +690,8 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="settings-card">
|
<div class="settings-card">
|
||||||
<div class="form-row section-header">
|
<div class="form-row" style="align-items:center; justify-content:space-between; margin-bottom: 10px;">
|
||||||
<h3 id="storageCardTitle">Storage</h3>
|
<h3 id="storageCardTitle" style="margin:0;">Storage</h3>
|
||||||
<button class="btn-secondary" id="btnRefreshStorage" onclick="refreshStorageStats()">Aktualisieren</button>
|
<button class="btn-secondary" id="btnRefreshStorage" onclick="refreshStorageStats()">Aktualisieren</button>
|
||||||
</div>
|
</div>
|
||||||
<p id="storageCardIntro" class="card-intro">Disk-Verbrauch pro Streamer im aktuellen Download-Ordner. Live-Aufnahmen werden separat ausgewiesen.</p>
|
<p id="storageCardIntro" class="card-intro">Disk-Verbrauch pro Streamer im aktuellen Download-Ordner. Live-Aufnahmen werden separat ausgewiesen.</p>
|
||||||
@ -790,7 +790,7 @@
|
|||||||
<div class="form-row" style="margin-bottom: 10px; align-items: center;">
|
<div class="form-row" style="margin-bottom: 10px; align-items: center;">
|
||||||
<button class="btn-secondary" id="btnRefreshMetrics" onclick="refreshRuntimeMetrics()">Aktualisieren</button>
|
<button class="btn-secondary" id="btnRefreshMetrics" onclick="refreshRuntimeMetrics()">Aktualisieren</button>
|
||||||
<button class="btn-secondary" id="btnExportMetrics" onclick="exportRuntimeMetrics()">Export JSON</button>
|
<button class="btn-secondary" id="btnExportMetrics" onclick="exportRuntimeMetrics()">Export JSON</button>
|
||||||
<label class="inline-toggle">
|
<label style="display:flex; align-items:center; gap:6px; font-size:13px; color: var(--text-secondary);">
|
||||||
<input type="checkbox" id="runtimeMetricsAutoRefresh" onchange="toggleRuntimeMetricsAutoRefresh(this.checked)">
|
<input type="checkbox" id="runtimeMetricsAutoRefresh" onchange="toggleRuntimeMetricsAutoRefresh(this.checked)">
|
||||||
<span id="runtimeMetricsAutoRefreshText">Auto-Refresh</span>
|
<span id="runtimeMetricsAutoRefreshText">Auto-Refresh</span>
|
||||||
</label>
|
</label>
|
||||||
|
|||||||
@ -1724,21 +1724,6 @@ select option {
|
|||||||
gap: 10px;
|
gap: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Settings-card header row: card title + right-aligned refresh button.
|
|
||||||
Used by System-Check, Storage and similar cards where an h3 lives in
|
|
||||||
a form-row with a button pinned to the far right. The descendant h3
|
|
||||||
margin reset kills the inline style="margin:0" that those headings
|
|
||||||
used to carry. */
|
|
||||||
.form-row.section-header {
|
|
||||||
align-items: center;
|
|
||||||
justify-content: space-between;
|
|
||||||
margin-bottom: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.form-row.section-header h3 {
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.log-panel {
|
.log-panel {
|
||||||
background: #11151c;
|
background: #11151c;
|
||||||
border: 1px solid rgba(255,255,255,0.12);
|
border: 1px solid rgba(255,255,255,0.12);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user