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,11 +1,11 @@
# archive/2026-06-12-completed-changes-archive/container-monitoring-notifications (index)
dir: archive/2026-06-12-completed-changes-archive/container-monitoring-notifications
# 2026-06-12-completed-changes-archive/container-monitoring-notifications (index)
dir: 2026-06-12-completed-changes-archive/container-monitoring-notifications
## role
Archive of completed design, specification, and implementation documentation for a real-time container monitoring and notification system that replaced polling with Server-Sent Events.
Implements a real-time container monitoring and notification system that streams lifecycle events and health status from backend to frontend via SSE, replacing polling with instant visibility into container failures.
## parent
index: archive/2026-06-12-completed-changes-archive/.pi-map.index.md
map: archive/2026-06-12-completed-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
@@ -20,8 +20,8 @@ map: archive/2026-06-12-completed-changes-archive/.pi-map.md
- spec.md
- tasks.md
## links
index: archive/2026-06-12-completed-changes-archive/container-monitoring-notifications/.pi-map.index.md
map: archive/2026-06-12-completed-changes-archive/container-monitoring-notifications/.pi-map.md
index: 2026-06-12-completed-changes-archive/container-monitoring-notifications/.pi-map.index.md
map: 2026-06-12-completed-changes-archive/container-monitoring-notifications/.pi-map.md
## workflows
-
## dirty
@@ -1,10 +1,10 @@
# archive/2026-06-12-completed-changes-archive/container-monitoring-notifications
dir: archive/2026-06-12-completed-changes-archive/container-monitoring-notifications
# 2026-06-12-completed-changes-archive/container-monitoring-notifications
dir: 2026-06-12-completed-changes-archive/container-monitoring-notifications
index: archive/2026-06-12-completed-changes-archive/container-monitoring-notifications/.pi-map.index.md
index: 2026-06-12-completed-changes-archive/container-monitoring-notifications/.pi-map.index.md
## role
Archive of completed design, specification, and implementation documentation for a real-time container monitoring and notification system that replaced polling with Server-Sent Events.
Implements a real-time container monitoring and notification system that streams lifecycle events and health status from backend to frontend via SSE, replacing polling with instant visibility into container failures.
## files
- .openspec.yaml | Defines an OpenSpec project specification for a container monitoring and notification system
- apply-pr1.md | Documents the implementation of a backend core for container monitoring and notifications, including database migrations, SQLAlchemy models, event bus, health monitoring, SSE endpoint, lifecycle hooks, structured logging, and unit tests. | dep: SQLAlchemy, Alembic, FastAPI, asyncio, uvicorn, pytest, ruff, Docker, JSON
@@ -17,7 +17,7 @@ Archive of completed design, specification, and implementation documentation for
- spec.md | Specifies a container monitoring and notification system using an in-memory event bus, background health monitor, SSE streaming, and frontend toast notifications with persistent audit logging. | dep: asyncio, PostgreSQL, Docker CLI, HTTP/tunnel, SSE/Server-Sent Events, JWT/cookie auth, JSON logging
- tasks.md | Defines a detailed software development plan for building a container monitoring and notification system across backend and frontend, broken into chained PRs with specific tasks, acceptance criteria, and dependencies. | dep: FastAPI, SQLAlchemy, Alembic, Docker, asyncio, SSE/EventSource, React, sonner, pytest
## arch
Event-driven architecture using in-memory pub/sub EventBus, background health polling with SQLAlchemy persistence, SSE streaming from FastAPI backend, and frontend toast notifications; implemented via 3 chained PRs with structured logging, audit trails, and comprehensive test coverage.
Event-driven architecture with in-memory pub/sub EventBus, background health polling, Server-Sent Events streaming from FastAPI backend, and frontend toast notification UI; implemented across chained PRs with SQLAlchemy models, structured logging, and persistent audit logging.
## tags
sse, container, monitoring, system, apply, notifications, fastapi, asyncio
## symbols