aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/src/components/displays
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-10-27 20:57:34 -0700
committerPinapelz <yukais@pinapelz.com>2025-10-27 20:57:34 -0700
commitaad52db138830de8b473ada5525f33164c65abab (patch)
tree3111d3b69b25b7288e6670e18bd3df7e7a4736f2 /frontend/src/components/displays
parent82bc6b860598103af46030d875b82da239dc999d (diff)
move loading display to root of components folder
Diffstat (limited to 'frontend/src/components/displays')
-rw-r--r--frontend/src/components/displays/LoadingDisplay.tsx17
1 files changed, 0 insertions, 17 deletions
diff --git a/frontend/src/components/displays/LoadingDisplay.tsx b/frontend/src/components/displays/LoadingDisplay.tsx
deleted file mode 100644
index ea6de54..0000000
--- a/frontend/src/components/displays/LoadingDisplay.tsx
+++ /dev/null
@@ -1,17 +0,0 @@
-
-interface LoadingDisplayProps {
- message?: string;
-}
-
-const LoadingDisplay = ({ message }: LoadingDisplayProps) => {
- return(
- <div className="min-h-screen bg-slate-950 flex items-center justify-center">
- <div className="text-center">
- <div className="w-8 h-8 border-2 border-violet-500 border-t-transparent rounded-full animate-spin mx-auto mb-4"></div>
- <p className="text-slate-300">{message || 'Loading...'}</p>
- </div>
- </div>
- )
-}
-
-export default LoadingDisplay;
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage