Compare commits

..

No commits in common. "3748e25d1d250f58fb45bd77d71c8ad160a0e7c5" and "02b61c7ea4ae0101ca822eab3bc6b9432fb6769e" have entirely different histories.

3 changed files with 3 additions and 27 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "twitch-vod-manager",
"version": "4.6.106",
"version": "4.6.105",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "twitch-vod-manager",
"version": "4.6.106",
"version": "4.6.105",
"license": "MIT",
"dependencies": {
"axios": "^1.6.0",

View File

@ -1,6 +1,6 @@
{
"name": "twitch-vod-manager",
"version": "4.6.106",
"version": "4.6.105",
"description": "Twitch VOD Manager - Download Twitch VODs easily",
"main": "dist/main.js",
"author": "xRangerDE",

View File

@ -4359,27 +4359,3 @@ input[type="number"]::-webkit-outer-spin-button {
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.18) 100%);
pointer-events: none;
}
/* ============================================
REDUCED MOTION respect OS-level user preference
============================================
Users who set "Reduce motion" in their OS accessibility settings
(Windows: Settings > Accessibility > Visual Effects > Animation
effects; macOS: System Settings > Accessibility > Display > Reduce
motion) get animations and transitions effectively disabled.
Suppresses things like the empty-state-float loop, the btn-icon-spin
on Refresh hover, the vod-bulk-bar slide-in, the storyboard fade-in,
and the multitude of transition: all 0.2s declarations anything
that involves motion. Critical for users with vestibular disorders
and a baseline accessibility expectation in 2025. */
@media (prefers-reduced-motion: reduce) {
*,
*::before,
*::after {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
scroll-behavior: auto !important;
}
}