fix: disable native touch panning on mobile terminal and archive specs
- Change mobile terminal CSS to use touch-action: none and overscroll-behavior: none so the custom touch handler owns swipes - Archive completed/partial OpenSpec specs to openspec/changes/archive/2026-06-14-completed-specs-archive/ - Regenerate project maps Quality gates: npm run typecheck, npm run lint (apps/web)
This commit is contained in:
+7
-7
@@ -1,18 +1,18 @@
|
||||
# archive/2026-05-25-mobile-pages-overhaul/specs/mobile-navigation (index)
|
||||
dir: archive/2026-05-25-mobile-pages-overhaul/specs/mobile-navigation
|
||||
# 2026-05-25-mobile-pages-overhaul/specs/mobile-navigation (index)
|
||||
dir: 2026-05-25-mobile-pages-overhaul/specs/mobile-navigation
|
||||
|
||||
## role
|
||||
Defines functional requirements and interaction specifications for mobile bottom navigation with grouped menu items and expandable submenus.
|
||||
Defines requirements for a grouped bottom navigation system with submenu behavior on mobile devices.
|
||||
## parent
|
||||
index: archive/2026-05-25-mobile-pages-overhaul/specs/.pi-map.index.md
|
||||
map: archive/2026-05-25-mobile-pages-overhaul/specs/.pi-map.md
|
||||
index: 2026-05-25-mobile-pages-overhaul/specs/.pi-map.index.md
|
||||
map: 2026-05-25-mobile-pages-overhaul/specs/.pi-map.md
|
||||
## children
|
||||
-
|
||||
## files
|
||||
- spec.md
|
||||
## links
|
||||
index: archive/2026-05-25-mobile-pages-overhaul/specs/mobile-navigation/.pi-map.index.md
|
||||
map: archive/2026-05-25-mobile-pages-overhaul/specs/mobile-navigation/.pi-map.md
|
||||
index: 2026-05-25-mobile-pages-overhaul/specs/mobile-navigation/.pi-map.index.md
|
||||
map: 2026-05-25-mobile-pages-overhaul/specs/mobile-navigation/.pi-map.md
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
|
||||
+5
-5
@@ -1,14 +1,14 @@
|
||||
# archive/2026-05-25-mobile-pages-overhaul/specs/mobile-navigation
|
||||
dir: archive/2026-05-25-mobile-pages-overhaul/specs/mobile-navigation
|
||||
# 2026-05-25-mobile-pages-overhaul/specs/mobile-navigation
|
||||
dir: 2026-05-25-mobile-pages-overhaul/specs/mobile-navigation
|
||||
|
||||
index: archive/2026-05-25-mobile-pages-overhaul/specs/mobile-navigation/.pi-map.index.md
|
||||
index: 2026-05-25-mobile-pages-overhaul/specs/mobile-navigation/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Defines functional requirements and interaction specifications for mobile bottom navigation with grouped menu items and expandable submenus.
|
||||
Defines requirements for a grouped bottom navigation system with submenu behavior on mobile devices.
|
||||
## files
|
||||
- spec.md | Defines requirements for grouped bottom navigation with submenu behavior on mobile
|
||||
## arch
|
||||
Specification-driven design using markdown-based requirements documentation with behavioral specifications for UI component state transitions and touch interaction patterns.
|
||||
Specification-driven design using a single markdown requirements document to capture mobile UX patterns for hierarchical navigation.
|
||||
## tags
|
||||
spec, defines, requirements, grouped, bottom, navigation, submenu, behavior
|
||||
## symbols
|
||||
|
||||
Reference in New Issue
Block a user