Hamburger button with animated X toggle (CSS-only icon, 44×44px tap target)
Slide-down mobile navigation on ≤900px with backdrop-filter
Semi-transparent overlay when menu is open
Escape key + outside click + link click closes menu
Auto-close on resize to desktop breakpoint
Desktop navigation completely unchanged
Pure vanilla JS toggle (no jQuery dependency)
Spec
memory/gitea-specs/issue-27.md
Review
Self-Review: APPROVED (Complexity: S)
Resolves #27
## Changes
- Hamburger button with animated X toggle (CSS-only icon, 44×44px tap target)
- Slide-down mobile navigation on ≤900px with backdrop-filter
- Semi-transparent overlay when menu is open
- Escape key + outside click + link click closes menu
- Auto-close on resize to desktop breakpoint
- Desktop navigation completely unchanged
- Pure vanilla JS toggle (no jQuery dependency)
## Spec
`memory/gitea-specs/issue-27.md`
## Review
Self-Review: APPROVED (Complexity: S)
- Hamburger button with animated X toggle (CSS-only icon)
- Slide-down mobile nav on ≤900px with 44px+ tap targets
- Semi-transparent overlay when menu is open
- Escape key + outside click + link click closes menu
- Auto-close on resize to desktop
- Desktop navigation unchanged
- Pure vanilla JS toggle, no jQuery dependency
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Resolves #27
Changes
Spec
memory/gitea-specs/issue-27.mdReview
Self-Review: APPROVED (Complexity: S)