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

Fix #76 :Responsiveness of BusDetails Card component #80

Closed Zapper9982 closed 4 weeks ago

Zapper9982 commented 1 month ago

Overview

  1. This PR fixes or fixes part of #76 .
  2. This PR does the following: The PR fixes the responsiveness of the BusDetailsCard Component for small laptop screens and Tablets .

Essential Checklist

Proof that changes are correct

Screenshot 2024-06-02 at 3 08 38 PM Screenshot 2024-06-02 at 3 08 53 PM Screenshot 2024-06-02 at 3 09 12 PM

PR Pointers

vercel[bot] commented 1 month ago

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

A member of the Team first needs to authorize it.

Pratik2026 commented 1 month ago

@Zapper9982, I've noticed that some unnecessary breakpoints have been applied. I've pointed out these instances in the review comments.

Always apply breakpoints only when they are required. This helps keep the code clean and easier to maintain. Other than that the code is working as expected. Just make the suggested changes then we'll be all set to proceed.

Zapper9982 commented 4 weeks ago

I have made the required changes to the code , as mentioned .

Pratik2026 commented 4 weeks ago

@Zapper9982 LGTM.

Pratik2026 commented 4 weeks ago

merged, thanks for contributing @Zapper9982