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,18 +1,18 @@
|
||||
# archive/2026-05-19-api-documentation/specs (index)
|
||||
dir: archive/2026-05-19-api-documentation/specs
|
||||
# 2026-05-19-api-documentation/specs (index)
|
||||
dir: 2026-05-19-api-documentation/specs
|
||||
|
||||
## role
|
||||
Defines API documentation requirements, health endpoint specifications, and documentation standards for a FastAPI-based project
|
||||
## parent
|
||||
index: archive/2026-05-19-api-documentation/.pi-map.index.md
|
||||
map: archive/2026-05-19-api-documentation/.pi-map.md
|
||||
index: 2026-05-19-api-documentation/.pi-map.index.md
|
||||
map: 2026-05-19-api-documentation/.pi-map.md
|
||||
## children
|
||||
-
|
||||
## files
|
||||
- spec.md
|
||||
## links
|
||||
index: archive/2026-05-19-api-documentation/specs/.pi-map.index.md
|
||||
map: archive/2026-05-19-api-documentation/specs/.pi-map.md
|
||||
index: 2026-05-19-api-documentation/specs/.pi-map.index.md
|
||||
map: 2026-05-19-api-documentation/specs/.pi-map.md
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
# archive/2026-05-19-api-documentation/specs
|
||||
dir: archive/2026-05-19-api-documentation/specs
|
||||
# 2026-05-19-api-documentation/specs
|
||||
dir: 2026-05-19-api-documentation/specs
|
||||
|
||||
index: archive/2026-05-19-api-documentation/specs/.pi-map.index.md
|
||||
index: 2026-05-19-api-documentation/specs/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Defines API documentation requirements, health endpoint specifications, and documentation standards for a FastAPI-based project
|
||||
## files
|
||||
- spec.md | Defines API documentation requirements, health endpoint specifications, and documentation standards for a FastAPI-based project | dep: FastAPI, OpenAPI, Pydantic, Swagger UI, ReDoc
|
||||
## arch
|
||||
Specification-driven documentation using markdown-based standards for OpenAPI/Swagger integration with FastAPI
|
||||
Specification-driven documentation approach using markdown-based standards for API contract definition and health check endpoint design
|
||||
## tags
|
||||
documentation, fastapi, spec, defines, api, requirements, health, endpoint
|
||||
## symbols
|
||||
|
||||
Reference in New Issue
Block a user