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,14 +1,14 @@
|
||||
# archive/2026-05-19-file-editor/specs
|
||||
dir: archive/2026-05-19-file-editor/specs
|
||||
# 2026-05-19-file-editor/specs
|
||||
dir: 2026-05-19-file-editor/specs
|
||||
|
||||
index: archive/2026-05-19-file-editor/specs/.pi-map.index.md
|
||||
index: 2026-05-19-file-editor/specs/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Defines technical specifications and requirements for a web-based file editor with syntax highlighting and git integration.
|
||||
## files
|
||||
- spec.md | Specifies requirements, API contracts, component interfaces, and testing strategy for a web-based file editor with syntax highlighting and git commit integration | dep: Prism.js, React/TypeScript (implied by interfaces), REST API endpoints, URL routing
|
||||
## arch
|
||||
Specification-driven design using structured documentation for API contracts, component interfaces, and testing strategy.
|
||||
Specification-driven design using requirements documentation, API contracts, and interface definitions to guide implementation.
|
||||
## tags
|
||||
spec, specifies, requirements, api, contracts, component, interfaces, testing
|
||||
## symbols
|
||||
|
||||
Reference in New Issue
Block a user