-
Notifications
You must be signed in to change notification settings - Fork 0
Rework Menu #15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rework Menu #15
Conversation
waaaaargh
commented
May 16, 2025
- Add Header text again (right for small devices, left otherwise)
- Add Site for tools
- Make Hamburger Menu and navbar the same
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR reworks the menu by revisiting the header text and navigation layout to provide a consistent look for both mobile and desktop devices while introducing a dedicated tools page.
- Added a new tools page ("src/pages/tools.astro") with tool cards.
- Updated the Layout ("src/layouts/Layout.astro") to align the hamburger menu and navbar, including adjustments for header text display on different devices.
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
File | Description |
---|---|
src/pages/tools.astro | Introduces a dedicated tools page with tool cards and links. |
src/layouts/Layout.astro | Updates the navigation layout and header text for mobile/desktop. |
<div class="dropdown dropdown-start"> | ||
<div tabindex="0" role="button" class="btn btn-ghost lg:hidden"> | ||
<div class="hidden px-5 md:inline"> | ||
<strong>OpenLab Augsburg e.V.</strong> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider using consistent branding text between mobile and desktop views (e.g., 'OpenLab Augsburg e.V.' vs 'OpenLab Augsburg') to enhance user experience.
<strong>OpenLab Augsburg e.V.</strong> | |
<strong>{BASE_TITLE} e.V.</strong> |
Copilot uses AI. Check for mistakes.
59beb42
to
9ebb934
Compare
im merging this now. sorry not sorry 💅 |