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:
@@ -1,23 +1,23 @@
|
||||
# archive/2026-05-19-git-history-visualization (index)
|
||||
dir: archive/2026-05-19-git-history-visualization
|
||||
# 2026-05-19-git-history-visualization (index)
|
||||
dir: 2026-05-19-git-history-visualization
|
||||
|
||||
## role
|
||||
Design and planning documentation for an interactive Git history visualization web application feature.
|
||||
Design and planning package for an interactive Git history visualization web application feature
|
||||
## parent
|
||||
index: archive/.pi-map.index.md
|
||||
map: archive/.pi-map.md
|
||||
index: ./.pi-map.index.md
|
||||
map: ./.pi-map.md
|
||||
## children
|
||||
- archive/2026-05-19-git-history-visualization/specs
|
||||
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
|
||||
- 2026-05-19-git-history-visualization/specs
|
||||
index: 2026-05-19-git-history-visualization/specs/.pi-map.index.md
|
||||
map: 2026-05-19-git-history-visualization/specs/.pi-map.md
|
||||
## files
|
||||
- .openspec.yaml
|
||||
- design.md
|
||||
- proposal.md
|
||||
- tasks.md
|
||||
## links
|
||||
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
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
# archive/2026-05-19-git-history-visualization
|
||||
dir: archive/2026-05-19-git-history-visualization
|
||||
# 2026-05-19-git-history-visualization
|
||||
dir: 2026-05-19-git-history-visualization
|
||||
|
||||
index: archive/2026-05-19-git-history-visualization/.pi-map.index.md
|
||||
index: 2026-05-19-git-history-visualization/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Design and planning documentation for an interactive Git history visualization web application feature.
|
||||
Design and planning package for an interactive Git history visualization web application feature
|
||||
## files
|
||||
- .openspec.yaml | Defines an OpenSpec configuration file with schema type and creation date metadata
|
||||
- design.md | Design document specifying architecture, API endpoints, data models, and UI layout for a Git history visualization web application | dep: Git CLI, Backend API, Frontend (SVG rendering), JSON
|
||||
- proposal.md | Proposes building an interactive git history visualization tool with graph and list views for exploring commit history, branches, and diffs | dep: git CLI, React, SVG
|
||||
- tasks.md | Project task checklist for building a Git history visualization feature with backend API, frontend components, page integration, and testing phases | dep: Git, Python (backend), TypeScript/JavaScript (frontend), SVG, React/Vue (implied by component structure), HTTP API, Router
|
||||
## arch
|
||||
Specification-driven development with OpenSpec schema definitions, layered architecture (API/backend, data models, UI components), and phased task-based implementation covering graph/list dual-view frontend with commit/branch/diff exploration capabilities.
|
||||
Specification-driven development with markdown-based design documents, OpenSpec schema configuration, and phased task-based project management
|
||||
## tags
|
||||
git, history, design, visualization, .openspec, api, git cli, building
|
||||
## symbols
|
||||
|
||||
+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