pstream is dead; long live pstream taciturnaxolotl.github.io/pstream-ng/
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

increase hold to edit time

Pas 151c3bb3 52cc9754

+2 -2
+1 -1
src/pages/parts/home/BookmarksPart.tsx
··· 11 11 import { useProgressStore } from "@/stores/progress"; 12 12 import { MediaItem } from "@/utils/mediaTypes"; 13 13 14 - const LONG_PRESS_DURATION = 500; // 0.5 seconds 14 + const LONG_PRESS_DURATION = 700; // 0.7 seconds 15 15 16 16 export function BookmarksPart({ 17 17 onItemsChange,
+1 -1
src/pages/parts/home/WatchingPart.tsx
··· 11 11 import { shouldShowProgress } from "@/stores/progress/utils"; 12 12 import { MediaItem } from "@/utils/mediaTypes"; 13 13 14 - const LONG_PRESS_DURATION = 500; // 0.5 seconds 14 + const LONG_PRESS_DURATION = 700; // 0.7 seconds 15 15 16 16 export function WatchingPart({ 17 17 onItemsChange,