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:
Developer
2026-06-14 18:07:01 +00:00
parent 896674195c
commit c8db6ce933
580 changed files with 4678 additions and 4333 deletions
@@ -0,0 +1,19 @@
# 2026-06-14-completed-specs-archive/mobile-tools-navigation (index)
dir: 2026-06-14-completed-specs-archive/mobile-tools-navigation
## role
Defines mobile UI requirements for a grouped "Tools" bottom navigation with a bottom sheet menu and active state indication.
## 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-tools-navigation/.pi-map.index.md
map: 2026-06-14-completed-specs-archive/mobile-tools-navigation/.pi-map.md
## workflows
-
## dirty
-
@@ -0,0 +1,19 @@
# 2026-06-14-completed-specs-archive/mobile-tools-navigation
dir: 2026-06-14-completed-specs-archive/mobile-tools-navigation
index: 2026-06-14-completed-specs-archive/mobile-tools-navigation/.pi-map.index.md
## role
Defines mobile UI requirements for a grouped "Tools" bottom navigation with a bottom sheet menu and active state indication.
## files
- spec.md | Defines mobile UI requirements for a grouped "Tools" bottom navigation with a bottom sheet menu and active state indication
## arch
Specification-driven documentation pattern using Markdown-based requirements documents with no executable code.
## tags
bottom, spec, defines, mobile, requirements, grouped, tools, navigation
## symbols
-
## workflows
-
## dirty
-
@@ -0,0 +1,27 @@
## ADDED Requirements
### Requirement: Tools bottom sheet navigation
The mobile bottom navigation SHALL provide access to both Tool Workshop and Config Profiles through a grouped "Tools" entry.
#### Scenario: Opening Tools menu
- **WHEN** user taps the "Tools" item in the mobile bottom navigation
- **THEN** a bottom sheet slides up showing "Tool Workshop" and "Config Profiles" options
#### Scenario: Navigating to Tool Workshop
- **WHEN** user taps "Tool Workshop" in the bottom sheet
- **THEN** the bottom sheet closes and the app navigates to the Tool Workshop page
#### Scenario: Navigating to Config Profiles
- **WHEN** user taps "Config Profiles" in the bottom sheet
- **THEN** the bottom sheet closes and the app navigates to the Config Profiles page
#### Scenario: Closing bottom sheet without selection
- **WHEN** user taps outside the bottom sheet or swipes down
- **THEN** the bottom sheet closes without navigation
### Requirement: Active state indication
The "Tools" bottom nav item SHALL indicate when either Tool Workshop or Config Profiles is the active page.
#### Scenario: Active page indication
- **WHEN** user is viewing Tool Workshop or Config Profiles
- **THEN** the "Tools" item in the bottom nav appears active/highlighted