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,11 +1,11 @@
|
||||
# archive/2026-06-12-active-changes-archive/reorganize-long-files (index)
|
||||
dir: archive/2026-06-12-active-changes-archive/reorganize-long-files
|
||||
# 2026-06-12-completed-changes-archive/reorganize-long-files (index)
|
||||
dir: 2026-06-12-completed-changes-archive/reorganize-long-files
|
||||
|
||||
## role
|
||||
Contains archived planning documents for a completed structural refactoring initiative that split monolithic frontend pages and backend routers into thinner, more modular components and services.
|
||||
This is an archived project planning directory documenting a completed structural refactoring initiative to decompose monolithic frontend pages and backend routers into thinner, more maintainable modules.
|
||||
## parent
|
||||
index: archive/2026-06-12-active-changes-archive/.pi-map.index.md
|
||||
map: archive/2026-06-12-active-changes-archive/.pi-map.md
|
||||
index: 2026-06-12-completed-changes-archive/.pi-map.index.md
|
||||
map: 2026-06-12-completed-changes-archive/.pi-map.md
|
||||
## children
|
||||
-
|
||||
## files
|
||||
@@ -14,8 +14,8 @@ map: archive/2026-06-12-active-changes-archive/.pi-map.md
|
||||
- spec.md
|
||||
- tasks.md
|
||||
## links
|
||||
index: archive/2026-06-12-active-changes-archive/reorganize-long-files/.pi-map.index.md
|
||||
map: archive/2026-06-12-active-changes-archive/reorganize-long-files/.pi-map.md
|
||||
index: 2026-06-12-completed-changes-archive/reorganize-long-files/.pi-map.index.md
|
||||
map: 2026-06-12-completed-changes-archive/reorganize-long-files/.pi-map.md
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
|
||||
+5
-5
@@ -1,17 +1,17 @@
|
||||
# archive/2026-06-12-active-changes-archive/reorganize-long-files
|
||||
dir: archive/2026-06-12-active-changes-archive/reorganize-long-files
|
||||
# 2026-06-12-completed-changes-archive/reorganize-long-files
|
||||
dir: 2026-06-12-completed-changes-archive/reorganize-long-files
|
||||
|
||||
index: archive/2026-06-12-active-changes-archive/reorganize-long-files/.pi-map.index.md
|
||||
index: 2026-06-12-completed-changes-archive/reorganize-long-files/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Contains archived planning documents for a completed structural refactoring initiative that split monolithic frontend pages and backend routers into thinner, more modular components and services.
|
||||
This is an archived project planning directory documenting a completed structural refactoring initiative to decompose monolithic frontend pages and backend routers into thinner, more maintainable modules.
|
||||
## files
|
||||
- .openspec.yaml | Configuration file tracking a completed project task for reorganizing long files
|
||||
- proposal.md | Proposes a structural refactoring to split monolithic frontend pages and backend routers into thinner orchestrators with extracted components/services, restoring a thin-page/thin-router/fat-component pattern. | dep: React components, FastAPI routers, WebSocket, Docker, git services
|
||||
- spec.md | A specification document defining a pure structural refactoring to split monolithic frontend pages/backend routers and CSS into smaller, focused components and services without changing any behavior or API contracts. | dep: React, CSS Modules, WebSocket, FastAPI/Flask routers, TypeScript, Vite
|
||||
- tasks.md | Tracks the completion status of a codebase reorganization initiative to slim long files by extracting components and services into dedicated modules.
|
||||
## arch
|
||||
Documentation-driven refactoring using specification-proposal-task workflow with a thin-page/thin-router/fat-component pattern, emphasizing pure structural decomposition without behavioral changes.
|
||||
Task-driven documentation pattern using YAML configuration, markdown specs (proposal/spec/tasks), and a strict separation of planning artifacts from implementation, following a "thin orchestrator/fat component" modular decomposition strategy with zero-behavior-change refactoring constraints.
|
||||
## tags
|
||||
components, services, long, .openspec, structural, refactoring, split, monolithic
|
||||
## symbols
|
||||
|
||||
Reference in New Issue
Block a user