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,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
|
||||
|
||||
Reference in New Issue
Block a user