mirror of
https://github.com/zvx-echo6/navi.git
synced 2026-05-20 22:54:42 +02:00
New components: - ContactModal.jsx: Save/edit overlay with form fields and soft delete - ContactList.jsx: Contacts tab with filter, create, and tap-to-navigate Modified: - store.js: Add contacts slice (contacts, activeTab, editingContact) - api.js: Add contacts API functions (fetch, create, update, delete, nearby) - config.js: Add has_contacts fallback flag - Panel.jsx: Routes/Contacts tab bar (only when has_contacts enabled) - PlaceDetail.jsx: Save button opens ContactModal, proximity annotation - SearchBar.jsx: Prepend matching contacts before Photon results - App.jsx: Render ContactModal at top level - index.css: Modal overlay, tab bar, contact list item styles Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| ContactList.jsx | ||
| ContactModal.jsx | ||
| GpsOriginItem.jsx | ||
| LayerControl.jsx | ||
| LocateButton.jsx | ||
| ManeuverList.jsx | ||
| MapView.jsx | ||
| ModeSelector.jsx | ||
| Panel.jsx | ||
| PlaceDetail.jsx | ||
| SearchBar.jsx | ||
| StopItem.jsx | ||
| StopList.jsx | ||