feat(hikes): no-JS elevation SVG + static trail-col map
- Render the elevation profile as an inline SVG at SSR (filled area + 5 ticks per axis + soft horizontal helplines). Chart.js takes over via a sticky `chartReady` flag once it imports and paints, fading the SVG out. - Pre-rendered medium hero now underlays the desktop trail-col map, cover-cropped and `transform: scale(2.25)`d so the bbox fills the slot. Fades on first leaflet tile-paint, same handover as the hero map further up. - Wrap everything below the photo strip in `.below-strip` so the view-transition into the detail page can slide the metrics, tags, charts, scroll-area and footer as a single block.
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "homepage",
|
||||
"version": "1.91.0",
|
||||
"version": "1.92.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user