Compare commits
No commits in common. "f3e722501191058a97bb1d843ea030acf1580da1" and "8b917bee77ae7adb2fe6e538dc495b246bed5a40" have entirely different histories.
f3e7225011
...
8b917bee77
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "twitch-vod-manager",
|
||||
"version": "4.6.99",
|
||||
"version": "4.6.98",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "twitch-vod-manager",
|
||||
"version": "4.6.99",
|
||||
"version": "4.6.98",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"axios": "^1.6.0",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "twitch-vod-manager",
|
||||
"version": "4.6.99",
|
||||
"version": "4.6.98",
|
||||
"description": "Twitch VOD Manager - Download Twitch VODs easily",
|
||||
"main": "dist/main.js",
|
||||
"author": "xRangerDE",
|
||||
|
||||
@ -421,7 +421,7 @@
|
||||
<div class="settings-card">
|
||||
<div class="form-row section-header">
|
||||
<h3 id="statsTitle">Archiv-Statistik</h3>
|
||||
<div class="section-header-actions">
|
||||
<div style="display:flex; gap:8px; align-items:center;">
|
||||
<span id="statsLastScannedLabel" class="form-sublabel"></span>
|
||||
<button class="btn-secondary" id="btnStatsRefresh" onclick="refreshArchiveStats()">Aktualisieren</button>
|
||||
</div>
|
||||
@ -453,7 +453,7 @@
|
||||
<!-- Archive Search Tab -->
|
||||
<div class="tab-content" id="archiveTab">
|
||||
<div class="settings-card">
|
||||
<h3 id="archiveTitle">Archiv durchsuchen</h3>
|
||||
<h3 id="archiveTitle" style="margin-top:0;">Archiv durchsuchen</h3>
|
||||
<p id="archiveIntro" class="card-intro">Suche nach Dateinamen, Streamern oder Datum-Strings. Treffer zeigen Recordings (Live + VOD); zugehoerige Chat- und Events-Dateien werden als Companion-Buttons angeboten.</p>
|
||||
<div class="form-row" style="gap:8px; margin-bottom: 8px; flex-wrap: wrap; align-items:center;">
|
||||
<input type="text" id="archiveSearchQuery" class="filter-input flex-1-1-240" placeholder="Suche...">
|
||||
|
||||
@ -1777,16 +1777,6 @@ select option {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/* Right-side action cluster inside a section-header — keeps a label
|
||||
and a button (or two) together as a single unit so the section-header
|
||||
parent's justify-content:space-between can pin the cluster to the
|
||||
right while the h3 stays at the left. */
|
||||
.section-header-actions {
|
||||
display: flex;
|
||||
gap: 8px;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
/* Plain centred form-row with bottom margin — the most common
|
||||
form-row shape in Settings (button + button + inline-toggle, or
|
||||
number-input + sublabel). Replaces three duplicated inline copies
|
||||
|
||||
Loading…
Reference in New Issue
Block a user