visheshrwl / Uber-like

This repository contains the codebase for an Uber-like application providing both delivery and cab services. The project uses modern technologies including Docker, Kubernetes, TypeScript for backend, React for frontend, GraphQL for API interactions, Redis for caching, Kafka for message brokering, and advanced routing algorithms.
MIT License
11 stars 28 forks source link

Headers missing in dashboard ride request and ride form #77

Closed Prabhav444 closed 3 weeks ago

Prabhav444 commented 3 weeks ago

It looks like the Header component was missing in some of your core UI files, specifically the Dashboard, RideStatus, and RideRequestForm components. Adding a Header component at the top of these components not only maintains consistency in the application's UI but also improves user experience by keeping key navigation and branding elements accessible.

Prabhav444 commented 3 weeks ago

@visheshrwl please assign me this