From 2e4d3ac83250188e5d8d7d360537e887fda43c35 Mon Sep 17 00:00:00 2001 From: Cooper Ransom Date: Sun, 10 Mar 2024 16:55:57 -0400 Subject: [PATCH] Cloudflare transition downtime notice --- src/assets/locales/en.json | 4 ++-- src/setup/App.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/assets/locales/en.json b/src/assets/locales/en.json index 069acaf3..4705157c 100644 --- a/src/assets/locales/en.json +++ b/src/assets/locales/en.json @@ -198,8 +198,8 @@ "downtimeNotice": { "badge": "Maintenance", "goHome": "Go home", - "message": "sudo-flix.lol is dedicated to providing its users with the most up-to-date and stable experience in order to do this we must maintain and update our servers. Expect downtime between the below times.", - "timeFrame": "March 4th 1:00 PM - 1:30 AM", + "message": "sudo-flix.lol is dedicated to providing its users with the most up-to-date and stable experience in order to do this we are switching to a new DNS. Expect downtime between the below times.", + "timeFrame": "March 10th 7:00 PM - 7:30 AM", "title": "Maintenance expected" }, "onboarding": { diff --git a/src/setup/App.tsx b/src/setup/App.tsx index a2440ef8..2aff3edb 100644 --- a/src/setup/App.tsx +++ b/src/setup/App.tsx @@ -88,7 +88,7 @@ function QueryView() { function App() { useHistoryListener(); useOnlineListener(); - const maintenance = false; // Changing to true shows maintenance page + const maintenance = true; // Changing to true shows maintenance page const [showDowntime, setShowDowntime] = useState(maintenance); const handleButtonClick = () => {