mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 12:24:38 +03:00
Mobile UI improvements (#1104)
* Use dropdown for o-counter instead of hover * Always show previews on non-hoverable device * Add IntersectionObserver polyfill * Prevent video previews playing fullscreen
This commit is contained in:
@@ -3,6 +3,7 @@ import { shouldPolyfill as shouldPolyfillCanonicalLocales } from "@formatjs/intl
|
||||
import { shouldPolyfill as shouldPolyfillLocale } from "@formatjs/intl-locale/should-polyfill";
|
||||
import { shouldPolyfill as shouldPolyfillNumberformat } from "@formatjs/intl-numberformat/should-polyfill";
|
||||
import { shouldPolyfill as shouldPolyfillPluralRules } from "@formatjs/intl-pluralrules/should-polyfill";
|
||||
import "intersection-observer/intersection-observer";
|
||||
|
||||
// Required for browsers older than August 2020ish. Can be removed at some point.
|
||||
replaceAll.shim();
|
||||
|
||||
Reference in New Issue
Block a user