From 1b8a3d535146c9869e4fd540d3053115321bd2db Mon Sep 17 00:00:00 2001 From: Malted Date: Thu, 15 May 2025 17:21:32 -0400 Subject: [PATCH] Depreciate Replit lifeboat --- pages/replit.js | 41 +++++++++++++++++++++++++++++++++++++++-- 1 file changed, 39 insertions(+), 2 deletions(-) diff --git a/pages/replit.js b/pages/replit.js index 1971f782..631633fa 100644 --- a/pages/replit.js +++ b/pages/replit.js @@ -251,13 +251,48 @@ const ReplitPage = () => { paddingX: '1rem' }} > + +
+ After ~6 months of operation, Replit has changed how their GraphQL + endpoint works (presumably specifically to kill this project). +
+ The time spent fixing it would not be worth it :( +
+ + You can still download individual Repls as ZIP archives, though they + won't have edit history. + +
+ + download repl as zip instructions {steps.map((step, idx) => ( @@ -317,7 +352,9 @@ const ReplitPage = () => { sx={{ marginTop: '3rem', maxWidth: '30rem', - marginX: 'auto' + marginX: 'auto', + opacity: 0.5, + pointerEvents: 'none' }} >