Skip to content

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

Merged
merged 7 commits into from
May 18, 2025
Merged

Rework Menu #15

merged 7 commits into from
May 18, 2025

Conversation

waaaaargh
Copy link
Member

  • Add Header text again (right for small devices, left otherwise)
  • Add Site for tools
  • Make Hamburger Menu and navbar the same

@waaaaargh waaaaargh requested review from Copilot, aumetra and Y0ngg4n May 16, 2025 17:16
Copy link

@Copilot Copilot AI left a 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>
Copy link
Preview

Copilot AI May 16, 2025

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.

Suggested change
<strong>OpenLab Augsburg e.V.</strong>
<strong>{BASE_TITLE} e.V.</strong>

Copilot uses AI. Check for mistakes.

@waaaaargh waaaaargh force-pushed the chore/rework-menu branch from 59beb42 to 9ebb934 Compare May 16, 2025 17:16
@aumetra
Copy link
Member

aumetra commented May 18, 2025

im merging this now. sorry not sorry 💅

@aumetra aumetra merged commit f0e9688 into main May 18, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants