Commit a73177a
refactor(spa): split DetailPage/ListPage into focused modules (#657)
Behavior-preserving refactor. Move DetailPage's inner components into
one-per-file modules under apps/web/src/pages/detail/ and lift
ListPage's pure helpers into apps/web/src/pages/list/helpers.ts. The
page components keep their original paths and named exports; no runtime
behavior, props, or rendered output changed.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 93db281 commit a73177a
12 files changed
Lines changed: 931 additions & 871 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
12 | 21 | | |
13 | 22 | | |
14 | 23 | | |
| |||
0 commit comments