Skip to content
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

Merged
merged 7 commits into from
Nov 4, 2024

Conversation

Laxmi01345
Copy link
Contributor

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.

Copy link

vercel bot commented Nov 3, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
dypcetclubs-live ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 4, 2024 4:35am

@@ -2,7 +2,6 @@ import axios from "./axiosInstance";
import { useEffect, useState } from "react";
import { useAuth } from "../context/AuthContext";
import { Dropdown } from "flowbite-react";
Copy link
Owner

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

@Yash-Ainapure
Copy link
Owner

And to resolve the merge conflict of package-lock.json just do npm install to both backend and frontend folder before commiting and pushing

@Yash-Ainapure
Copy link
Owner

@Laxmi01345 ,
do npm install to frontend and then push the code to resolve the merge conflict

@Yash-Ainapure
Copy link
Owner

@Laxmi01345 ,
thanks for your contributions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants