Commit b2c7738
feat(substations): add as 9th entry point (homepage + footer + counts) (#223)
Substations data, API, tile layer, and detail pages shipped across
PRs #185-#201 but the homepage/footer entry points were never added
(PR #202 was closed without replacement). From the user perspective,
substations simply weren't discoverable — no card on the landing page,
no footer link, no count in the stats rail.
This adds the missing surface-level entry points:
- New 9th entity card (Infrastructure · OSM · ≥69 kV · ~60k rows)
- Footer link in 'The data' column
- API endpoint listed in 'For developers'
- Live count wiring via useEntityCounts
- Section heading: 'Eight entry points' → 'Nine entry points'
Unblocks Victor's DM about 'not seeing Substations anywhere'.
Co-authored-by: texture-coding-agent <coding-agent@texturehq.com>1 parent c5e32e3 commit b2c7738
2 files changed
Lines changed: 16 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
82 | 91 | | |
83 | 92 | | |
84 | 93 | | |
| |||
164 | 173 | | |
165 | 174 | | |
166 | 175 | | |
| 176 | + | |
167 | 177 | | |
168 | 178 | | |
169 | 179 | | |
| |||
200 | 210 | | |
201 | 211 | | |
202 | 212 | | |
| 213 | + | |
203 | 214 | | |
204 | 215 | | |
205 | 216 | | |
| |||
928 | 939 | | |
929 | 940 | | |
930 | 941 | | |
931 | | - | |
| 942 | + | |
932 | 943 | | |
933 | 944 | | |
934 | 945 | | |
| |||
1331 | 1342 | | |
1332 | 1343 | | |
1333 | 1344 | | |
| 1345 | + | |
1334 | 1346 | | |
1335 | 1347 | | |
1336 | 1348 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| 30 | + | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
| |||
40 | 42 | | |
41 | 43 | | |
42 | 44 | | |
| 45 | + | |
43 | 46 | | |
44 | 47 | | |
45 | 48 | | |
| |||
0 commit comments