diff --git a/client/src/Pages/ProcessingPage.tsx b/client/src/Pages/ProcessingPage.tsx index c954aaf..9965759 100644 --- a/client/src/Pages/ProcessingPage.tsx +++ b/client/src/Pages/ProcessingPage.tsx @@ -1,6 +1,6 @@ import { useState, useEffect } from "react"; import { useNavigate} from "react-router-dom"; -import { Typography, Container, Paper, Box, LinearProgress } from "@mui/material"; +import { Typography, Container, Paper, Box, LinearProgress, CircularProgress } from "@mui/material"; import StepperComponent from "../components/StepperComponent"; import { useMediaContext } from "../contexts/MediaContext"; import axios from "axios"; @@ -255,11 +255,11 @@ function ProcessingPage() { - + {Math.round(progress)}% Complete diff --git a/client/src/Pages/ResultsPage.tsx b/client/src/Pages/ResultsPage.tsx index f9858c1..bcbfb94 100644 --- a/client/src/Pages/ResultsPage.tsx +++ b/client/src/Pages/ResultsPage.tsx @@ -152,7 +152,7 @@ function ResultsPage() { - + File Details