Skip to content

fix: add Bookmarks link to mobile hamburger menu - #356

Open
peace4m wants to merge 1 commit into
pushkarscripts:mainfrom
peace4m:fix/missing-bookmarks-mobile-menu
Open

fix: add Bookmarks link to mobile hamburger menu#356
peace4m wants to merge 1 commit into
pushkarscripts:mainfrom
peace4m:fix/missing-bookmarks-mobile-menu

Conversation

@peace4m

@peace4m peace4m commented Aug 5, 2026

Copy link
Copy Markdown

Related Issue

Fixes #328


Description

Added the missing "BOOKMARKS" link to the mobile hamburger menu drawer in app/components/navbar.tsx. The link now matches the desktop navigation and includes the onClick handler to properly close the menu upon navigation.


Type of Change

  • Bug fix
  • New feature
  • Documentation update
  • UI/UX improvement
  • Refactor

Screenshots / Demo

Visible in browser DevTools when switching to a mobile viewport and opening the hamburger menu.


How Has This Been Tested?

Ran the app locally using npm run dev. Opened the site in browser DevTools, switched to a mobile device view, and toggled the hamburger menu. Verified that the 'BOOKMARKS' link is present, styled correctly, and navigates to /bookmarks while closing the menu.


Checklist

  • My code follows the project structure and conventions
  • I have tested the changes locally
  • I have linked the related issue properly
  • I have added screenshots where applicable
  • No existing functionality was broken

AI Usage

  • I have not used AI tools for this contribution

  • I have used AI tools (ChatGPT, Copilot, Claude, etc.) and I have reviewed, verified, and understood all generated code/content before submitting this PR

If AI tools were used, briefly explain how:

Used an AI assistant to help locate the bug in the component structure, review the React code, and format this pull request description. I manually applied the code changes in my local IDE (WebStorm) and tested the fix in the browser.


Additional Notes

Thanks for maintaining this project!

@vercel

vercel Bot commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

@peace4m is attempting to deploy a commit to the PushkarScripts Team on Vercel.

A member of the Team first needs to authorize it.

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.

[BUG] Missing Bookmarks in Mobile Menu

1 participant