mirror of
https://github.com/MarekWo/mc-webui.git
synced 2026-03-28 17:42:45 +01:00
Enable moving contacts between device and cache directly from the Existing Contacts UI: - "To device" button on cache-only contacts (pushes to device) - "To cache" button on device contacts (removes from device, keeps in DB) This helps manage the 350-contact device limit by offloading inactive contacts to cache and restoring them when needed. - Add DeviceManager.push_to_device() and move_to_cache() methods - Add API endpoints: POST /contacts/<pk>/push-to-device, move-to-cache - Add UI buttons with confirm dialogs in contacts.js Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>