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/2026-06-12-completed-changes-archive/notification-center
dir: archive/2026-06-12-completed-changes-archive/notification-center
# 2026-06-12-completed-changes-archive/notification-center
dir: 2026-06-12-completed-changes-archive/notification-center
index: archive/2026-06-12-completed-changes-archive/notification-center/.pi-map.index.md
index: 2026-06-12-completed-changes-archive/notification-center/.pi-map.index.md
## role
Archive directory preserving the complete design, specification, and implementation history of a full-stack Notification Center feature that added persistent user-scoped notifications to replace ephemeral toast-only alerts.
Archive of completed implementation artifacts for a full-stack Notification Center feature that added persistent, user-scoped notifications with REST API, React frontend, and toast coordination to an existing application.
## files
- .openspec.yaml | Defines an OpenAPI specification metadata file for a notification center service
- apply-pr1.md | Documents the implementation, testing, and validation of a backend notification center system for a FastAPI/SQLAlchemy application. | dep: FastAPI, SQLAlchemy, Alembic, Pydantic, pytest, ruff, SQLite/PostgreSQL
@@ -18,7 +18,7 @@ Archive directory preserving the complete design, specification, and implementat
- spec.md | Defines a full-stack notification center system with per-user persistent notifications, REST API, frontend UI, and user-scoped preferences for category muting and toast suppression. | dep: FastAPI, SQLAlchemy, Alembic, PostgreSQL, React/frontend, SSE/EventToastBridge, Phosphor icons, UserConfig, lifecycle_hooks, health_monitor
- tasks.md | Defines a detailed task breakdown for implementing a Notification Center feature across 4 stacked PRs, covering backend core, backend integration, frontend core, and toast coordination with specific acceptance criteria, dependencies, and effort estimates. | dep: Alembic, SQLAlchemy, FastAPI, Pydantic, pytest, SQLite/PostgreSQL, AsyncSession, UUIDPrimaryKeyMixin, UserConfig, lifecycle_hooks, health_monitor, InstanceEventBus
## arch
Document-driven phased implementation using stacked PRs (4 sequential PRs) with TDD validation, cross-cutting FastAPI/SQLAlchemy backend and React frontend, OpenAPI-specified REST API, and event-driven integration with existing toast notification system.
Phased TDD-driven implementation across 4 stacked PRs (backend core → backend integration → frontend core → toast coordination) using FastAPI/SQLAlchemy backend, React/TypeScript frontend, OpenAPI specs, and comprehensive design documentation with acceptance criteria.
## tags
notification, react, center, apply, fastapi, sqlalchemy, alembic, user
## symbols