This PR improves the overall UI/UX consistency of the SmartPark application by redesigning the navbar with a more premium dark appearance and integrating a centralized theme management system using ThemeContext.
Changes Made
- Refactored theme handling to use
ThemeContext globally across pages.
- Removed duplicate local theme states and replaced them with shared context-based theme management.
- Improved navbar dark mode appearance with premium dark backgrounds (
#141414 / #191919) and enhanced blur effects.
- Added smoother transitions and better visual consistency between the HomePage and Navbar.
- Improved hover states, gradients, shadows, and active navigation styles.
- Enhanced mobile navigation UI and theme toggle behavior.
- Fixed inconsistent navbar colors caused by transparency and backdrop blur combinations.
- Cleaned up legacy commented theme logic for better maintainability.
- Improved responsiveness and modern glassmorphism styling.
Type of Change
Checklist
This PR improves the overall UI/UX consistency of the SmartPark application by redesigning the navbar with a more premium dark appearance and integrating a centralized theme management system using
ThemeContext.Changes Made
ThemeContextglobally across pages.#141414/#191919) and enhanced blur effects.Type of Change
Checklist