mirror of
https://github.com/Crosstalk-Solutions/project-nomad.git
synced 2026-04-04 15:56:16 +02:00
Add distance scale bar and user-placed location pins to the offline maps viewer. - Scale bar (bottom-left) shows distance reference that updates with zoom level - Click anywhere on map to place a named pin with color selection (6 colors) - Collapsible "Saved Locations" panel lists all pins with fly-to navigation - Full dark mode support for popups and panel via CSS overrides - New `map_markers` table with future-proofed columns for routing (marker_type, route_id, route_order, notes) to avoid a migration when routes are added later - CRUD endpoints: GET/POST /api/maps/markers, PATCH/DELETE /api/maps/markers/:id - VineJS validation on create/update - MapMarker Lucid model Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| useDebounce.ts | ||
| useDiskDisplayData.ts | ||
| useDownloads.ts | ||
| useEmbedJobs.ts | ||
| useErrorNotification.ts | ||
| useInternetStatus.ts | ||
| useMapMarkers.ts | ||
| useMapRegionFiles.ts | ||
| useOllamaModelDownloads.ts | ||
| useServiceInstallationActivity.ts | ||
| useServiceInstalledStatus.tsx | ||
| useSystemInfo.ts | ||
| useSystemSetting.ts | ||
| useTheme.ts | ||
| useUpdateAvailable.ts | ||