diff --git a/Apply-For-Me-UI/package.json b/Apply-For-Me-UI/package.json index 8d33cc21..2a294b6f 100644 --- a/Apply-For-Me-UI/package.json +++ b/Apply-For-Me-UI/package.json @@ -16,20 +16,17 @@ "react": "^18.2.0", "react-cookie-consent": "^8.0.1", "react-dom": "^18.2.0", - "react-hook-form": "^7.40.0", "react-icons": "^4.6.0", "react-redux": "^8.0.5", "react-router-dom": "^6.4.3", "react-scripts": "5.0.1", - "react-spinners": "^0.13.7", "react-toastify": "^9.1.1", "spinners-react": "^1.0.7", "web-vitals": "^2.1.4", "yup": "^0.32.11" }, "scripts": { - "start": "PORT=7000 react-scripts start", - "dev": "react-scripts start", + "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject" diff --git a/Apply-For-Me-UI/src/components/spinner/Spinner.jsx b/Apply-For-Me-UI/src/components/spinner/Spinner.jsx index d621f2a3..8d58a544 100644 --- a/Apply-For-Me-UI/src/components/spinner/Spinner.jsx +++ b/Apply-For-Me-UI/src/components/spinner/Spinner.jsx @@ -1,7 +1,7 @@ /* eslint-disable no-unused-vars */ import React from "react"; import { useState } from "react"; -import PuffLoader from "react-spinners/PuffLoader"; +// import PuffLoader from "react-spinners/PuffLoader"; import classes from "./Spinner.module.css"; const Spinner = () => { let [color] = useState("#2E3192"); diff --git a/Apply-For-Me-UI/src/pages/applications/Applications.module.css b/Apply-For-Me-UI/src/pages/applications/Applications.module.css index e75ef451..74f0a279 100644 --- a/Apply-For-Me-UI/src/pages/applications/Applications.module.css +++ b/Apply-For-Me-UI/src/pages/applications/Applications.module.css @@ -51,12 +51,14 @@ td { } th { + width: 250px; font-weight: 500; font-size: 20px; line-height: 150%; } td { + width: 250px; font-weight: 400; font-size: 16px; line-height: 150%; diff --git a/Apply-For-Me-UI/src/pages/applications/components/ApplicationsListHeader.jsx b/Apply-For-Me-UI/src/pages/applications/components/ApplicationsListHeader.jsx index 575f37d8..28464aae 100644 --- a/Apply-For-Me-UI/src/pages/applications/components/ApplicationsListHeader.jsx +++ b/Apply-For-Me-UI/src/pages/applications/components/ApplicationsListHeader.jsx @@ -1,3 +1,4 @@ +import { HiOutlineChevronLeft, HiOutlineChevronRight } from "react-icons/hi2"; import styles from "../Applications.module.css"; import Dropdown from "./Dropdown"; import Search from "./search/Search"; @@ -9,6 +10,13 @@ const ApplicationsListHeader = () => {
Nothing to see here
+ +to get started
+