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:
Developer
2026-06-14 18:07:01 +00:00
parent 896674195c
commit c8db6ce933
580 changed files with 4678 additions and 4333 deletions
@@ -1,10 +1,10 @@
# archive/2025-05-17-user-profile
dir: archive/2025-05-17-user-profile
# 2025-05-17-user-profile
dir: 2025-05-17-user-profile
index: archive/2025-05-17-user-profile/.pi-map.index.md
index: 2025-05-17-user-profile/.pi-map.index.md
## role
Archive of planning and design documents for an authenticated user profile management feature implementation.
Design and planning package for an authenticated user profile management feature with read/update endpoints, frontend page, and avatar upload.
## files
- .openspec.yaml | Defines an OpenAPI specification file metadata with schema type and creation date
- README.md | Documents the implementation of an authenticated user profile read/update flow across API and frontend
@@ -12,7 +12,7 @@ Archive of planning and design documents for an authenticated user profile manag
- proposal.md | Proposes implementing authenticated user profile management with read/update endpoints, frontend page, and avatar upload functionality. | dep: apps/api/src/api/, apps/web/src/, auth-oauth, User model
- tasks.md | Tracks implementation tasks for a user profile feature across backend API and frontend, with completion status and follow-up notes.
## arch
Specification-driven development using OpenAPI standards, with phased task tracking across backend API and frontend layers.
Specification-driven development using OpenAPI schema definitions, with phased task tracking across backend API and frontend implementation, documented through proposal, design, and task artifacts.
## tags
api, user, profile, frontend, design, tasks, .openspec, implementation
## symbols