Commit cfeb279
committed
V48 (specification-implementation): Modularize reads experience page clients and models
Split oversized Reads clients and models into named component units, co-located
hooks, and pure model builders per BITCODE_SOURCE_LAYOUT. Thin ReadPageClient
orchestration; extract pipeline telemetry, route aside, repository field/units,
scenario actions/review/list; split read-route-model and enterprise UX types;
document entry paths in README and FAMILIARIZATION §7.3.1 parent 2defb11 commit cfeb279
36 files changed
Lines changed: 4748 additions & 3598 deletions
File tree
- uapi/components/reads
- ReadPageClient
- hooks
- ReadsPipelineTelemetry
- ReadsPipelinesSection
- ReadsReadScenarioFittingReview
- ReadsReadScenarioList
- ReadsReadScenarioPanel
- hooks
- ReadsRepositoryConnectionUnit
- ReadsRepositoryContextPanel
- hooks
- ReadsRepositoryFieldGrid
- ReadsRepositoryGuidanceUnit
- ReadsRepositorySupplyUnit
- ReadsRouteStateAside
- models
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
390 | 390 | | |
391 | 391 | | |
392 | 392 | | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
393 | 412 | | |
394 | 413 | | |
395 | 414 | | |
| |||
427 | 446 | | |
428 | 447 | | |
429 | 448 | | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
430 | 462 | | |
431 | 463 | | |
432 | 464 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
16 | 28 | | |
17 | 29 | | |
18 | 30 | | |
19 | 31 | | |
20 | | - | |
21 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
22 | 54 | | |
23 | | - | |
24 | 55 | | |
25 | 56 | | |
26 | 57 | | |
| |||
33 | 64 | | |
34 | 65 | | |
35 | 66 | | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | 67 | | |
40 | 68 | | |
41 | 69 | | |
42 | 70 | | |
43 | | - | |
| 71 | + | |
| 72 | + | |
44 | 73 | | |
45 | 74 | | |
46 | 75 | | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
0 commit comments