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:
+19
@@ -0,0 +1,19 @@
|
||||
# 2026-06-14-completed-specs-archive/mobile-navigation (index)
|
||||
dir: 2026-06-14-completed-specs-archive/mobile-navigation
|
||||
|
||||
## role
|
||||
Archives completed mobile bottom navigation specification with grouped items and submenu behavior.
|
||||
## parent
|
||||
index: 2026-06-14-completed-specs-archive/.pi-map.index.md
|
||||
map: 2026-06-14-completed-specs-archive/.pi-map.md
|
||||
## children
|
||||
-
|
||||
## files
|
||||
- spec.md
|
||||
## links
|
||||
index: 2026-06-14-completed-specs-archive/mobile-navigation/.pi-map.index.md
|
||||
map: 2026-06-14-completed-specs-archive/mobile-navigation/.pi-map.md
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
-
|
||||
+19
@@ -0,0 +1,19 @@
|
||||
# 2026-06-14-completed-specs-archive/mobile-navigation
|
||||
dir: 2026-06-14-completed-specs-archive/mobile-navigation
|
||||
|
||||
index: 2026-06-14-completed-specs-archive/mobile-navigation/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Archives completed mobile bottom navigation specification with grouped items and submenu behavior.
|
||||
## files
|
||||
- spec.md | Defines requirements for grouped bottom navigation with submenu behavior on mobile
|
||||
## arch
|
||||
Specification document archive with no active code architecture; serves as historical reference for mobile UI pattern requirements.
|
||||
## tags
|
||||
spec, defines, requirements, grouped, bottom, navigation, submenu, behavior
|
||||
## symbols
|
||||
-
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
-
|
||||
@@ -0,0 +1,16 @@
|
||||
## ADDED Requirements
|
||||
|
||||
### Requirement: Bottom navigation grouping
|
||||
The mobile bottom navigation SHALL support grouping related pages under a single navigation item that opens a sub-menu.
|
||||
|
||||
#### Scenario: Tools group navigation
|
||||
- **WHEN** user views the mobile bottom navigation
|
||||
- **THEN** a "Tools" item is visible that groups Tool Workshop and Config Profiles
|
||||
|
||||
#### Scenario: Opening grouped menu
|
||||
- **WHEN** user taps a grouped navigation item
|
||||
- **THEN** a bottom sheet or menu opens showing the grouped pages
|
||||
|
||||
#### Scenario: Active state for grouped items
|
||||
- **WHEN** user is on a page within a group
|
||||
- **THEN** the group's navigation item shows as active
|
||||
Reference in New Issue
Block a user