Skip to content

Commit 8e11495

Browse files
committed
Squashed commit of the following:
commit 67ad1a3 Merge: 90f9a1e c3d9d00 Author: Unknown <[email protected]> Date: Wed Apr 9 13:16:50 2025 -0700 Merge branch 'main' into development commit 90f9a1e Author: Unknown <[email protected]> Date: Wed Apr 9 13:16:09 2025 -0700 Sponsor button commit 56ea178 Author: Unknown <[email protected]> Date: Wed Mar 26 20:37:16 2025 -0700 Update EndOSBootAnimation.tsx commit 9daa8c6 Author: Unknown <[email protected]> Date: Tue Mar 25 22:10:59 2025 -0700 . commit 703bdcc Author: Unknown <[email protected]> Date: Tue Mar 25 22:04:48 2025 -0700 . commit 75c520e Author: Unknown <[email protected]> Date: Tue Mar 25 21:57:56 2025 -0700 . commit a9023c0 Author: Unknown <[email protected]> Date: Tue Mar 25 21:52:36 2025 -0700 . commit 688b578 Author: Unknown <[email protected]> Date: Tue Mar 25 21:42:55 2025 -0700 . commit 09be77c Author: Unknown <[email protected]> Date: Thu Mar 20 13:36:17 2025 -0700 protofox theme protomode :3 . add images :3
1 parent c3d9d00 commit 8e11495

File tree

362 files changed

+129047
-753
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

362 files changed

+129047
-753
lines changed

.cfignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Exclude the .unused directory from Cloudflare deployment
2+
.unused/*
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { useEffect, useState } from 'react';
1+
import { useEffect, useState } from 'react';
22
import { RefreshCw, AlertCircle, X } from 'lucide-react';
33
import { systemMembers } from '@/context/AuthContext';
44

@@ -23,7 +23,7 @@ const SwitchNotification = ({
2323
}: SwitchNotificationProps) => {
2424
const [isVisible, setIsVisible] = useState(false);
2525
const [progress, setProgress] = useState(100);
26-
const [progressInterval, setProgressInterval] = useState<NodeJS.Timeout | null>(null);
26+
const [progressInterval, setProgressInterval] = useState<any | null>(null); // Using any instead of NodeJS.Timeout
2727

2828
// Random alter selection if none provided
2929
const [selectedAlter, setSelectedAlter] = useState(alterName);
@@ -170,3 +170,5 @@ const SwitchNotification = ({
170170
};
171171

172172
export default SwitchNotification;
173+
174+
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { useState, useEffect } from 'react';
1+
import { useState, useEffect } from 'react';
22
import { useAuth, systemMembers } from '@/context/AuthContext';
33
import FoxCard from '@/components/FoxCard';
44
import {
@@ -269,3 +269,5 @@ const SystemStatus = ({ minimal = false, className = '' }: SystemStatusProps) =>
269269
};
270270

271271
export default SystemStatus;
272+
273+

index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5+
6+
<link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;700&family=Exo+2:wght@300;400;600&display=swap" rel="stylesheet">
57
<link rel="icon" type="image/svg+xml" href="/logo.svg" />
68
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
79
<title>EndofTimee</title>
@@ -11,3 +13,4 @@
1113
<script type="module" src="/src/index.tsx"></script>
1214
</body>
1315
</html>
16+

package-lock.json

Lines changed: 517 additions & 539 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)