bsoc-bitbyte / busify

A centralised bus ticket booking system that will allow the students to book tickets in advance through an online website, saving time and effort.
https://busify.vercel.app
30 stars 67 forks source link

feat(ui): Add a hamburger which shows Admin Sidepanel on clicking #86

Open shounakpatil opened 3 weeks ago

shounakpatil commented 3 weeks ago

Overview

  1. This PR fixes or fixes part of #85 .
  2. This PR does the following: [Explain here what your PR does and why]

Essential Checklist

Proof that changes are correct

https://github.com/bsoc-bitbyte/busify/assets/162597197/a8165855-18e8-4186-9a9b-fa1b1158aac0

  1. Imported MenuIcon and SideDrawer components from the Material-UI library.
  2. Utilized React state management to toggle the side drawer.
  3. Configured the default variant of the sidebar to be displayed on mobile devices.

    PR Pointers

vercel[bot] commented 3 weeks ago

@shounakpatil is attempting to deploy a commit to the Busify Team on Vercel.

A member of the Team first needs to authorize it.

Pratik2026 commented 3 weeks ago

@shounakpatil, the dashboard should not be inside a drawer in table & laptop screen. It should appear the same as it was before. Your changes should not affect the other screen layout.