Implement Phase 10: e-ink polish and finalize project docs

- High-contrast theme with expanded color palette for e-ink readability
- Updated source trees in DESIGN.md
- Updated PROJECT_PLAN.md and PROGRESS.md — all phases complete
  (only on-device performance profiling remains)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-24 14:51:52 -07:00
parent 351a7596be
commit 39adcfaaa4
4 changed files with 32 additions and 7 deletions

View File

@@ -305,7 +305,9 @@ eng-pad/
│ │ │ │ └── Theme.kt -- Material3 theme
│ │ │ └── undo/
│ │ │ ├── UndoManager.kt -- Undo/redo stack
│ │ │ ── UndoableAction.kt -- Action interface + impls
│ │ │ ── UndoableAction.kt -- Action interface
│ │ │ ├── StrokeActions.kt -- Add/delete stroke actions
│ │ │ └── SelectionActions.kt -- Multi-stroke delete/move/copy
│ │ └── res/
│ │ ├── values/
│ │ │ ├── strings.xml