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-19-git-history-visualization/specs (index)
|
||||
dir: archive/2026-05-19-git-history-visualization/specs
|
||||
# 2026-05-19-git-history-visualization/specs (index)
|
||||
dir: 2026-05-19-git-history-visualization/specs
|
||||
|
||||
## role
|
||||
Defines technical specifications for a Git history visualization feature with graph/list views, commit details, and REST API endpoints
|
||||
Defines technical requirements and API contract for a Git history visualization feature
|
||||
## parent
|
||||
index: archive/2026-05-19-git-history-visualization/.pi-map.index.md
|
||||
map: archive/2026-05-19-git-history-visualization/.pi-map.md
|
||||
index: 2026-05-19-git-history-visualization/.pi-map.index.md
|
||||
map: 2026-05-19-git-history-visualization/.pi-map.md
|
||||
## children
|
||||
-
|
||||
## files
|
||||
- spec.md
|
||||
## links
|
||||
index: archive/2026-05-19-git-history-visualization/specs/.pi-map.index.md
|
||||
map: archive/2026-05-19-git-history-visualization/specs/.pi-map.md
|
||||
index: 2026-05-19-git-history-visualization/specs/.pi-map.index.md
|
||||
map: 2026-05-19-git-history-visualization/specs/.pi-map.md
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
# archive/2026-05-19-git-history-visualization/specs
|
||||
dir: archive/2026-05-19-git-history-visualization/specs
|
||||
# 2026-05-19-git-history-visualization/specs
|
||||
dir: 2026-05-19-git-history-visualization/specs
|
||||
|
||||
index: archive/2026-05-19-git-history-visualization/specs/.pi-map.index.md
|
||||
index: 2026-05-19-git-history-visualization/specs/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Defines technical specifications for a Git history visualization feature with graph/list views, commit details, and REST API endpoints
|
||||
Defines technical requirements and API contract for a Git history visualization feature
|
||||
## files
|
||||
- spec.md | Defines technical specifications for a Git history visualization feature with graph/list views, commit details, and REST API endpoints
|
||||
## arch
|
||||
Specification-driven design using markdown-based documentation with structured API endpoint definitions and view-layer separation
|
||||
Specification-driven design using RESTful API patterns with dual-view UI (graph/list) architecture
|
||||
## tags
|
||||
spec, defines, technical, specifications, git, history, visualization, feature
|
||||
## symbols
|
||||
|
||||
Reference in New Issue
Block a user