lint all files

This commit is contained in:
jeffvli
2025-11-29 17:38:19 -08:00
parent 96e9d54f4e
commit 108ba53be2
30 changed files with 202 additions and 545 deletions
@@ -44,9 +44,9 @@
.header {
display: flex;
flex-shrink: 0;
gap: 0.5rem;
align-items: center;
justify-content: flex-start;
gap: 0.5rem;
width: 100%;
padding: 1rem;
}
@@ -80,10 +80,10 @@
box-shadow: 0 8px 24px rgb(0 0 0 / 30%);
}
.imageNativeAspectRatio {
aspect-ratio: auto;
.image-native-aspect-ratio {
height: auto;
max-height: 100%;
aspect-ratio: auto;
}
.album-image {
@@ -1,11 +1,10 @@
import formatDuration from 'format-duration';
import { useEffect, useRef, useState } from 'react';
import styles from './playerbar-slider.module.css';
import { CustomPlayerbarSlider } from './playerbar-slider';
import { usePlayer } from '/@/renderer/features/player/context/player-context';
import { usePlayerTimestamp } from '/@/renderer/store';
import { CustomPlayerbarSlider } from './playerbar-slider';
interface PlayerbarSeekSliderProps {
max: number;