I've made the Navbar component in Common/UI mobile responsive. #479

Closed
opened 2026-04-05 16:20:00 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @simlarsen on 5/21/2025

  • I updated Common/UI/Components/Header/Header.tsx to use Tailwind CSS utility classes for responsive behavior.
  • The Navbar items now stack vertically on smaller screens.
  • The desktop layout remains unchanged.
  • I've added comments for you within the Header component to explain how to implement common mobile navigation patterns like hamburger menus, as the component itself provides the responsive stacking foundation.

Title of this pull request?

Small Description?

Pull Request Checklist:

  • Please make sure all jobs pass before requesting a review.
  • Put closes #XXXX in your comment to auto-close the issue that your PR fixes (if such).
  • Have you lint your code locally before submission?
  • Did you write tests where appropriate?

Screenshots (if appropriate):

*Originally created by @simlarsen on 5/21/2025* - I updated Common/UI/Components/Header/Header.tsx to use Tailwind CSS utility classes for responsive behavior. - The Navbar items now stack vertically on smaller screens. - The desktop layout remains unchanged. - I've added comments for you within the Header component to explain how to implement common mobile navigation patterns like hamburger menus, as the component itself provides the responsive stacking foundation. ### Title of this pull request? ### Small Description? ### Pull Request Checklist: - [ ] Please make sure all jobs pass before requesting a review. - [ ] Put `closes #XXXX` in your comment to auto-close the issue that your PR fixes (if such). - [ ] Have you lint your code locally before submission? - [ ] Did you write tests where appropriate? ### Related Issue? ### Screenshots (if appropriate):
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/oneuptime#479