mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01:00
Add provider issue notice
This commit is contained in:
parent
3134976bad
commit
67106c507d
2 changed files with 5 additions and 5 deletions
|
@ -205,11 +205,11 @@
|
||||||
"title": "Couldn't find that page"
|
"title": "Couldn't find that page"
|
||||||
},
|
},
|
||||||
"downtimeNotice": {
|
"downtimeNotice": {
|
||||||
"badge": "Maintenance",
|
"badge": "Downtime",
|
||||||
"goHome": "Go home",
|
"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 are switching to a new DNS. Expect downtime between the below times.",
|
"message": "sudo-flix.lol is experiencing issues with some providers, if you cant find or play a show please change the source. Expect this error to persist throughout the below times..",
|
||||||
"timeFrame": "<bold>March 10th 7:00 PM - 7:30 AM</bold>",
|
"timeFrame": "<bold>April 3th 11:00 PM - 2:00 AM EST</bold>",
|
||||||
"title": "Maintenance expected"
|
"title": "Provider issues"
|
||||||
},
|
},
|
||||||
"onboarding": {
|
"onboarding": {
|
||||||
"defaultConfirm": {
|
"defaultConfirm": {
|
||||||
|
|
|
@ -90,7 +90,7 @@ function QueryView() {
|
||||||
function App() {
|
function App() {
|
||||||
useHistoryListener();
|
useHistoryListener();
|
||||||
useOnlineListener();
|
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 [showDowntime, setShowDowntime] = useState(maintenance);
|
||||||
|
|
||||||
const handleButtonClick = () => {
|
const handleButtonClick = () => {
|
||||||
|
|
Loading…
Reference in a new issue