sw-fe/src/components/World
Your Name e8af1a6a08 feat: Add terrain zoom view for Islands and Planets
When clicking an island or planet:
- Zooms into a full-screen terrain view
- Shows the island/planet surface as an interactive map
- Posts are displayed as markers on the terrain
- Back button to return to world view
- Post button for authenticated users (on own island)

Changes:
- Fixed search bar position to fixed top: 56px (below topbar)
- Removed Create Island button (islands auto-create with profile)
- Removed planet detail modal (replaced with terrain view)
- Added Island/Planet TerrainCanvas components
- Added fetchIslandPosts API function
- Added terrain CSS styles

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-24 20:57:41 +00:00
..
IslandsWorld.css feat: Add terrain zoom view for Islands and Planets 2026-01-24 20:57:41 +00:00
IslandsWorld.jsx feat: Add terrain zoom view for Islands and Planets 2026-01-24 20:57:41 +00:00
PlanetsWorld.css feat: Add terrain zoom view for Islands and Planets 2026-01-24 20:57:41 +00:00
PlanetsWorld.jsx feat: Add terrain zoom view for Islands and Planets 2026-01-24 20:57:41 +00:00