-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed Sorting and Styling in Quiz Results Page #174
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -2,7 +2,6 @@ import axios from "./axiosInstance"; | |||
import { useEffect, useState } from "react"; | |||
import { useAuth } from "../context/AuthContext"; | |||
import { Dropdown } from "flowbite-react"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The flowbite library is still present here
And to resolve the merge conflict of package-lock.json just do npm install to both backend and frontend folder before commiting and pushing |
@Laxmi01345 , |
@Laxmi01345 , |
Changes:
✅ Fixed issue where all quizzes were displayed initially in a table, even when no sorting or filtering was applied.
✅ Removed an unnecessary library that was added for the dropdown button; replaced it with a custom dropdown component.
✅ Removed an unintended black border around the page to match the original design specifications.