manascb1344/Online-Auction-System

Implement Shadcn UI Table Component

Opened this issue · 2 comments

Requires #7 to be done first (You can take up this issue if it is not resolved yet)

  • Description: Replace the current table implementations across the application (e.g., in transactions, items, and other data displays) with the Shadcn UI Table component to enhance consistency, accessibility, and user experience.
  • Solution: Utilize the Shadcn UI Table component to display data in a more structured, accessible, and visually appealing manner throughout the application.
  • Benefits:
    • Improved consistency in data presentation across the application.
    • Enhanced accessibility features built into the Shadcn UI components.
    • Better responsive design for various screen sizes.
    • Easier implementation of advanced features like sorting, pagination, and filtering.
    • Improved visual aesthetics aligning with modern UI standards.
  • Note: This change will require updating multiple components across the frontend, ensuring that all data previously displayed in tables is correctly migrated to the new Shadcn UI Table component format.

hi @manascb1344 I want to work on this issue.can you assign it to me?

Yeah sure, but make sure to complete #7 first.