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:
+7
-7
@@ -1,18 +1,18 @@
|
||||
# archive/2026-05-19-responsive-spacing-improvements/specs (index)
|
||||
dir: archive/2026-05-19-responsive-spacing-improvements/specs
|
||||
# 2026-05-19-responsive-spacing-improvements/specs (index)
|
||||
dir: 2026-05-19-responsive-spacing-improvements/specs
|
||||
|
||||
## role
|
||||
Defines technical specifications for responsive design system improvements including spacing, typography, and mobile-first layouts.
|
||||
Defines technical specifications for responsive design system improvements including spacing, typography, and layout.
|
||||
## parent
|
||||
index: archive/2026-05-19-responsive-spacing-improvements/.pi-map.index.md
|
||||
map: archive/2026-05-19-responsive-spacing-improvements/.pi-map.md
|
||||
index: 2026-05-19-responsive-spacing-improvements/.pi-map.index.md
|
||||
map: 2026-05-19-responsive-spacing-improvements/.pi-map.md
|
||||
## children
|
||||
-
|
||||
## files
|
||||
- spec.md
|
||||
## links
|
||||
index: archive/2026-05-19-responsive-spacing-improvements/specs/.pi-map.index.md
|
||||
map: archive/2026-05-19-responsive-spacing-improvements/specs/.pi-map.md
|
||||
index: 2026-05-19-responsive-spacing-improvements/specs/.pi-map.index.md
|
||||
map: 2026-05-19-responsive-spacing-improvements/specs/.pi-map.md
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
|
||||
+5
-5
@@ -1,14 +1,14 @@
|
||||
# archive/2026-05-19-responsive-spacing-improvements/specs
|
||||
dir: archive/2026-05-19-responsive-spacing-improvements/specs
|
||||
# 2026-05-19-responsive-spacing-improvements/specs
|
||||
dir: 2026-05-19-responsive-spacing-improvements/specs
|
||||
|
||||
index: archive/2026-05-19-responsive-spacing-improvements/specs/.pi-map.index.md
|
||||
index: 2026-05-19-responsive-spacing-improvements/specs/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Defines technical specifications for responsive design system improvements including spacing, typography, and mobile-first layouts.
|
||||
Defines technical specifications for responsive design system improvements including spacing, typography, and layout.
|
||||
## files
|
||||
- spec.md | Defines a specification for implementing responsive spacing, fluid typography, and mobile-first layout improvements across a web application | dep: CSS custom properties, clamp(), viewport units, media queries, WCAG 2.5.5
|
||||
## arch
|
||||
Documentation-driven specification pattern using a single markdown file to capture requirements for cross-cutting UI/UX enhancements.
|
||||
Markdown-based specification document using prose requirements with code examples, following a mobile-first responsive design pattern with fluid CSS techniques.
|
||||
## tags
|
||||
spec, defines, specification, implementing, responsive, spacing, fluid, typography
|
||||
## symbols
|
||||
|
||||
Reference in New Issue
Block a user