47 lines
1.4 KiB
Plaintext
47 lines
1.4 KiB
Plaintext
MOBILE MENU TEST - Quick Access URLs
|
|
====================================
|
|
|
|
Server: http://localhost:8000 (running on port 8000)
|
|
Viewport: 375px width (mobile)
|
|
|
|
Test URLs:
|
|
----------
|
|
|
|
1. AGENTS.md (M - modified, markdown)
|
|
http://localhost:8000/files.html#AGENTS.md
|
|
Expected: ✓ Hamburger, ✓ Preview, ✓ PDF, ✓ Git Diff
|
|
|
|
2. FEATURE_PDF_DOWNLOAD.md (?? - untracked, markdown)
|
|
http://localhost:8000/files.html#FEATURE_PDF_DOWNLOAD.md
|
|
Expected: ✓ Hamburger, ✓ Preview, ✓ PDF, ✗ Git Diff (disabled/hidden)
|
|
|
|
3. TOOLS.md (M - modified, markdown)
|
|
http://localhost:8000/files.html#TOOLS.md
|
|
Expected: ✓ Hamburger, ✓ Preview, ✓ PDF, ✓ Git Diff
|
|
|
|
4. dashboard/api.py (M - modified, Python)
|
|
http://localhost:8000/files.html#dashboard/api.py
|
|
Expected: ✓ Hamburger, ✗ Preview, ✗ PDF, ✓ Git Diff
|
|
|
|
5. memory/2026-02-05.md (?? - untracked, markdown)
|
|
http://localhost:8000/files.html#memory/2026-02-05.md
|
|
Expected: ✓ Hamburger, ✓ Preview, ✓ PDF, ✗ Git Diff (disabled/hidden)
|
|
|
|
Testing Steps:
|
|
--------------
|
|
1. Open browser DevTools (F12)
|
|
2. Click "Toggle device toolbar" (Ctrl+Shift+M)
|
|
3. Set viewport to "375 x 667" (iPhone SE)
|
|
4. Visit each URL above
|
|
5. Click hamburger menu (⋮ three dots)
|
|
6. Verify menu items match expectations
|
|
7. Check console for errors
|
|
|
|
Current Git Status:
|
|
-------------------
|
|
M AGENTS.md
|
|
M TOOLS.md
|
|
M dashboard/api.py
|
|
?? FEATURE_PDF_DOWNLOAD.md
|
|
?? memory/2026-02-05.md
|