Compare commits
No commits in common. "9d4f5fd9a3baa818593fceb9578ec4a2358ba591" and "f473f9e3438352130531793f3729e207c5670955" have entirely different histories.
9d4f5fd9a3
...
f473f9e343
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "twitch-vod-manager",
|
||||
"version": "4.6.46",
|
||||
"version": "4.6.45",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "twitch-vod-manager",
|
||||
"version": "4.6.46",
|
||||
"version": "4.6.45",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"axios": "^1.6.0",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "twitch-vod-manager",
|
||||
"version": "4.6.46",
|
||||
"version": "4.6.45",
|
||||
"description": "Twitch VOD Manager - Download Twitch VODs easily",
|
||||
"main": "dist/main.js",
|
||||
"author": "xRangerDE",
|
||||
|
||||
@ -273,7 +273,7 @@
|
||||
<option value="duration_asc">Shortest first</option>
|
||||
</select>
|
||||
<span id="vodFilterCount" style="color: var(--text-secondary); font-size:12px; min-width:80px;"></span>
|
||||
<label id="vodHideDownloadedLabel" class="inline-toggle" title="">
|
||||
<label id="vodHideDownloadedLabel" style="display:flex; align-items:center; gap:6px; color: var(--text-secondary); font-size:12px; cursor:pointer; user-select:none;" title="">
|
||||
<input type="checkbox" id="vodHideDownloadedToggle" onchange="onVodHideDownloadedChange()">
|
||||
<span id="vodHideDownloadedText">Hide downloaded</span>
|
||||
</label>
|
||||
|
||||
@ -1952,20 +1952,6 @@ select option {
|
||||
margin-left: 22px;
|
||||
}
|
||||
|
||||
/* Compact horizontal-row toggle — used in filter rows where the
|
||||
toggle sits alongside other controls (Hide downloaded, etc).
|
||||
Tighter gap + secondary colour + tiny font to fit a tool-row
|
||||
without dominating it. */
|
||||
.inline-toggle {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 6px;
|
||||
color: var(--text-secondary);
|
||||
font-size: 12px;
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
/* Sidebar queue empty state — small dashed-border card matching the
|
||||
sibling streamer-list empty state. */
|
||||
.queue-empty {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user