mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Update dependencies (#3123)
* Update localforage, remove query-string * Update fontawesome and flag-icons * Update formatjs * Update axios and videojs * Update apollo client and graphql * Update bootstrap and react * Update polyfills * Update vite * Update ESLint * Update stylelint * Update configs * Rebuild yarn.lock
This commit is contained in:
@@ -119,10 +119,8 @@ export const LightboxComponent: React.FC<IProps> = ({
|
||||
const Toast = useToast();
|
||||
const intl = useIntl();
|
||||
const { configuration: config } = React.useContext(ConfigurationContext);
|
||||
const [
|
||||
interfaceLocalForage,
|
||||
setInterfaceLocalForage,
|
||||
] = useInterfaceLocalForage();
|
||||
const [interfaceLocalForage, setInterfaceLocalForage] =
|
||||
useInterfaceLocalForage();
|
||||
|
||||
const lightboxSettings = interfaceLocalForage.data?.imageLightbox;
|
||||
|
||||
@@ -186,10 +184,8 @@ export const LightboxComponent: React.FC<IProps> = ({
|
||||
null
|
||||
);
|
||||
|
||||
const [
|
||||
displayedSlideshowInterval,
|
||||
setDisplayedSlideshowInterval,
|
||||
] = useState<string>((slideshowDelay / SECONDS_TO_MS).toString());
|
||||
const [displayedSlideshowInterval, setDisplayedSlideshowInterval] =
|
||||
useState<string>((slideshowDelay / SECONDS_TO_MS).toString());
|
||||
|
||||
useEffect(() => {
|
||||
if (images !== oldImages.current && isSwitchingPage) {
|
||||
|
||||
Reference in New Issue
Block a user