From 952b6729b262293670f7370befefc9c4e17ad8d1 Mon Sep 17 00:00:00 2001 From: Joel Mathew Thomas <90510078+joelmathewthomas@users.noreply.github.com> Date: Fri, 21 Mar 2025 01:59:02 +0530 Subject: [PATCH] change processing page progress, and ui change in results --- client/src/Pages/ProcessingPage.tsx | 12 ++++++------ client/src/Pages/ResultsPage.tsx | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) 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