mirror of
https://github.com/MarekWo/mc-webui.git
synced 2026-07-05 01:11:06 +02:00
51c05f7794
Add ability to protect contacts from accidental deletion via Contact Cleanup tool. Protected contacts are stored locally in settings file. Changes: - Add GET /api/contacts/protected endpoint - Add POST /api/contacts/<key>/protect toggle endpoint - Add is_protected field to /api/contacts/detailed response - Exclude protected contacts from cleanup preview and deletion - Add Protect toggle button to Existing Contacts list - Show lock icon for protected contacts - Disable Delete button for protected contacts Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>