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.

Fix eslint warnings

+1 -3
+1 -1
src/assets/locales/en.json
··· 457 457 "shortRemaining": "-{{timeLeft}}" 458 458 }, 459 459 "turnstile": { 460 - "description": "Please prove your humanity by completing the quick Captcha on the right. This is to keep sudo-flix safe!", 460 + "description": "Please prove your humanity by completing the quick challenge, this is to keep sudo-flix safe.", 461 461 "error": "Failed to verify your humanity! Please try again.", 462 462 "title": "Are You a Robot 🤖?", 463 463 "verifyingHumanity": "Verifying your humanity... (^▽^)👍"
-1
src/index.tsx
··· 29 29 import { ProgressSyncer } from "@/stores/progress/ProgressSyncer"; 30 30 import { SettingsSyncer } from "@/stores/subtitles/SettingsSyncer"; 31 31 import { ThemeProvider } from "@/stores/theme"; 32 - import { TurnstileProvider } from "@/stores/turnstile"; 33 32 34 33 import { 35 34 extensionInfo,
-1
src/stores/turnstile/index.tsx
··· 74 74 } 75 75 76 76 export async function getTurnstileToken() { 77 - const turnstile = getTurnstile(); 78 77 try { 79 78 const token = await useTurnstileStore.getState().getToken(); 80 79