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,23 +1,23 @@
|
||||
# archive/2025-05-18-user-config-management (index)
|
||||
dir: archive/2025-05-18-user-config-management
|
||||
# 2025-05-18-user-config-management (index)
|
||||
dir: 2025-05-18-user-config-management
|
||||
|
||||
## role
|
||||
Archive directory containing historical design documents and planning artifacts for a user configuration management feature that was proposed but not yet implemented.
|
||||
Design and planning package for a JSONB-backed user configuration management feature with API and UI components.
|
||||
## parent
|
||||
index: archive/.pi-map.index.md
|
||||
map: archive/.pi-map.md
|
||||
index: ./.pi-map.index.md
|
||||
map: ./.pi-map.md
|
||||
## children
|
||||
- archive/2025-05-18-user-config-management/specs
|
||||
index: archive/2025-05-18-user-config-management/specs/.pi-map.index.md
|
||||
map: archive/2025-05-18-user-config-management/specs/.pi-map.md
|
||||
- 2025-05-18-user-config-management/specs
|
||||
index: 2025-05-18-user-config-management/specs/.pi-map.index.md
|
||||
map: 2025-05-18-user-config-management/specs/.pi-map.md
|
||||
## files
|
||||
- .openspec.yaml
|
||||
- design.md
|
||||
- proposal.md
|
||||
- tasks.md
|
||||
## links
|
||||
index: archive/2025-05-18-user-config-management/.pi-map.index.md
|
||||
map: archive/2025-05-18-user-config-management/.pi-map.md
|
||||
index: 2025-05-18-user-config-management/.pi-map.index.md
|
||||
map: 2025-05-18-user-config-management/.pi-map.md
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
# archive/2025-05-18-user-config-management
|
||||
dir: archive/2025-05-18-user-config-management
|
||||
# 2025-05-18-user-config-management
|
||||
dir: 2025-05-18-user-config-management
|
||||
|
||||
index: archive/2025-05-18-user-config-management/.pi-map.index.md
|
||||
index: 2025-05-18-user-config-management/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Archive directory containing historical design documents and planning artifacts for a user configuration management feature that was proposed but not yet implemented.
|
||||
Design and planning package for a JSONB-backed user configuration management feature with API and UI components.
|
||||
## files
|
||||
- .openspec.yaml | Defines an OpenSpec configuration file with schema type and creation date metadata
|
||||
- design.md | Design document for a simple key-value user configuration system using PostgreSQL JSONB | dep: PostgreSQL, JSONB
|
||||
- proposal.md | Proposes a feature to add persistent user preference storage and management through a JSONB-backed config system with API endpoints and frontend settings UI. | dep: database, API, frontend, UserConfig model, AppShell
|
||||
- tasks.md | Project task tracking document for implementing a user settings/config feature with backend API, frontend UI, and verification steps | dep: SQLAlchemy, Alembic, FastAPI/HTTP endpoints, React/frontend router, Docker Compose, ruff, mypy, pytest, TypeScript tooling
|
||||
## arch
|
||||
Document-driven design with OpenSpec schema definitions, Markdown-based design/proposal/task tracking, and a planned JSONB-backed key-value storage architecture with REST API and frontend UI components.
|
||||
Specification-driven development using OpenSpec schema definitions, paired with markdown-based design documents (design.md, proposal.md, tasks.md) following a proposal → design → task breakdown workflow pattern.
|
||||
## tags
|
||||
design, user, jsonb, api, frontend, configuration, .openspec, document
|
||||
## symbols
|
||||
|
||||
@@ -1,19 +1,19 @@
|
||||
# archive/2025-05-18-user-config-management/specs (index)
|
||||
dir: archive/2025-05-18-user-config-management/specs
|
||||
# 2025-05-18-user-config-management/specs (index)
|
||||
dir: 2025-05-18-user-config-management/specs
|
||||
|
||||
## role
|
||||
Contains archived specification documents for user configuration management features from May 2025.
|
||||
Contains specification documents defining requirements and design for the user configuration management feature.
|
||||
## parent
|
||||
index: archive/2025-05-18-user-config-management/.pi-map.index.md
|
||||
map: archive/2025-05-18-user-config-management/.pi-map.md
|
||||
index: 2025-05-18-user-config-management/.pi-map.index.md
|
||||
map: 2025-05-18-user-config-management/.pi-map.md
|
||||
## children
|
||||
- archive/2025-05-18-user-config-management/specs/user-config-management
|
||||
index: archive/2025-05-18-user-config-management/specs/user-config-management/.pi-map.index.md
|
||||
map: archive/2025-05-18-user-config-management/specs/user-config-management/.pi-map.md
|
||||
- 2025-05-18-user-config-management/specs/user-config-management
|
||||
index: 2025-05-18-user-config-management/specs/user-config-management/.pi-map.index.md
|
||||
map: 2025-05-18-user-config-management/specs/user-config-management/.pi-map.md
|
||||
## files
|
||||
## links
|
||||
index: archive/2025-05-18-user-config-management/specs/.pi-map.index.md
|
||||
map: archive/2025-05-18-user-config-management/specs/.pi-map.md
|
||||
index: 2025-05-18-user-config-management/specs/.pi-map.index.md
|
||||
map: 2025-05-18-user-config-management/specs/.pi-map.md
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
# archive/2025-05-18-user-config-management/specs
|
||||
dir: archive/2025-05-18-user-config-management/specs
|
||||
# 2025-05-18-user-config-management/specs
|
||||
dir: 2025-05-18-user-config-management/specs
|
||||
|
||||
index: archive/2025-05-18-user-config-management/specs/.pi-map.index.md
|
||||
index: 2025-05-18-user-config-management/specs/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Contains archived specification documents for user configuration management features from May 2025.
|
||||
Contains specification documents defining requirements and design for the user configuration management feature.
|
||||
## files
|
||||
## arch
|
||||
Documentation-only archive directory with no active code; stores historical design specifications using markdown/plaintext format.
|
||||
Documentation-driven development with structured specification files (likely markdown/txt) serving as the single source of truth for implementation requirements and acceptance criteria.
|
||||
## tags
|
||||
-
|
||||
## symbols
|
||||
|
||||
+7
-7
@@ -1,18 +1,18 @@
|
||||
# archive/2025-05-18-user-config-management/specs/user-config-management (index)
|
||||
dir: archive/2025-05-18-user-config-management/specs/user-config-management
|
||||
# 2025-05-18-user-config-management/specs/user-config-management (index)
|
||||
dir: 2025-05-18-user-config-management/specs/user-config-management
|
||||
|
||||
## role
|
||||
Defines technical specifications for a user-configurable theme system with JSONB-based storage and retrieval.
|
||||
Defines system requirements for JSONB-based user configuration storage, retrieval, and frontend theme application.
|
||||
## parent
|
||||
index: archive/2025-05-18-user-config-management/specs/.pi-map.index.md
|
||||
map: archive/2025-05-18-user-config-management/specs/.pi-map.md
|
||||
index: 2025-05-18-user-config-management/specs/.pi-map.index.md
|
||||
map: 2025-05-18-user-config-management/specs/.pi-map.md
|
||||
## children
|
||||
-
|
||||
## files
|
||||
- spec.md
|
||||
## links
|
||||
index: archive/2025-05-18-user-config-management/specs/user-config-management/.pi-map.index.md
|
||||
map: archive/2025-05-18-user-config-management/specs/user-config-management/.pi-map.md
|
||||
index: 2025-05-18-user-config-management/specs/user-config-management/.pi-map.index.md
|
||||
map: 2025-05-18-user-config-management/specs/user-config-management/.pi-map.md
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
|
||||
+5
-5
@@ -1,14 +1,14 @@
|
||||
# archive/2025-05-18-user-config-management/specs/user-config-management
|
||||
dir: archive/2025-05-18-user-config-management/specs/user-config-management
|
||||
# 2025-05-18-user-config-management/specs/user-config-management
|
||||
dir: 2025-05-18-user-config-management/specs/user-config-management
|
||||
|
||||
index: archive/2025-05-18-user-config-management/specs/user-config-management/.pi-map.index.md
|
||||
index: 2025-05-18-user-config-management/specs/user-config-management/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Defines technical specifications for a user-configurable theme system with JSONB-based storage and retrieval.
|
||||
Defines system requirements for JSONB-based user configuration storage, retrieval, and frontend theme application.
|
||||
## files
|
||||
- spec.md | Define system requirements for user configuration storage, retrieval, and frontend theme application using JSONB key-value pairs.
|
||||
## arch
|
||||
Specification-driven design using JSONB key-value store pattern for flexible schema-less configuration persistence with frontend theme binding.
|
||||
Specification-driven architecture using JSONB key-value pairs for flexible schema-less user preferences with clear separation between storage backend and frontend consumption patterns.
|
||||
## tags
|
||||
spec, define, system, requirements, user, configuration, storage, retrieval
|
||||
## symbols
|
||||
|
||||
Reference in New Issue
Block a user