Added Loading Screen, Integerated events ui
This commit is contained in:
@@ -7,7 +7,6 @@ interface LoadingPageProps {
|
||||
}
|
||||
|
||||
const LoadingPage: React.FC<LoadingPageProps> = ({ progress }) => {
|
||||
// Ensure progress stays within 0-100 range
|
||||
const validatedProgress = Math.min(100, Math.max(0, progress));
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user