Mechanical reformat — no logic changes. 398 files changed, 19125 insertions(+), 16457 deletions(-). Prettier 3.8.4 with .prettierrc (singleQuote:true, semi:true, tabWidth:2, trailingComma:all, printWidth:100). Isolated per D-13-08 for reviewability.
3.2 KiB
3.2 KiB
phase, plan, subsystem, tags, dependency_graph, tech_stack, key_files, decisions, metrics, requirements
| phase | plan | subsystem | tags | dependency_graph | tech_stack | key_files | decisions | metrics | requirements | |||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| quick-260610-jlp | 01 | pwa/notifications |
|
|
|
|
|
|
|
Phase quick-260610-jlp Plan 01: Fix Broken "How to Enable" Link in SettingsSheet
One-liner: Extracted shared InstructionSheet bottom-sheet from PermissionDeniedBanner and wired SettingsSheet's "How to enable" button to open it via local state (was: onClick={onClose} — dead link).
Tasks Completed
| Task | Name | Commit | Files |
|---|---|---|---|
| 1 | Extract InstructionSheet into shared component + rewire PermissionDeniedBanner | 74b5d44 |
InstructionSheet.tsx (new), PermissionDeniedBanner.tsx |
| 2 | Wire SettingsSheet "How to enable" + write test | 874c030 |
SettingsSheet.tsx, InstructionSheet.test.tsx (new) |
| 3 | Full typecheck + build + test gate | (no code change) | — |
Quality Gate Results
pnpm --filter @familysync/pwa typecheck: exit 0 (no output)pnpm --filter @familysync/pwa build: SUCCESS — 1851 modules transformed, dist/assets/index-CaPAI7hF.js 655.55 kB gzip 191.46 kB, dist/sw.js 17.09 kBpnpm --filter @familysync/pwa test: 15 test files passed, 187 tests passed (0 failed)
Deviations from Plan
None — plan executed exactly as written.
Known Stubs
None — all wiring is functional; InstructionSheet renders real steps.
Threat Flags
None — no new network endpoints, auth paths, or trust boundary changes. The InstructionSheet is a local display component.
Self-Check: PASSED
apps/pwa/src/components/InstructionSheet.tsx— exists, named export confirmedapps/pwa/src/components/InstructionSheet.test.tsx— exists, 2 new tests passapps/pwa/src/components/PermissionDeniedBanner.tsx— imports from InstructionSheet.js, no local definitionapps/pwa/src/components/SettingsSheet.tsx—setInstructionsOpen(true)on "How to enable",instructionsOpen &&render- Commits
74b5d44and874c030both exist in git log