feat: add edit button for ICS subscriptions (#100)
Adds a pencil-icon edit button to each ICS subscription row. Clicking it opens a modal to update name, color, and shared visibility via PATCH /calendar/subscriptions/:id. Adds updatedToast i18n key to all 15 locales. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -757,7 +757,8 @@
|
||||
"empty": "Noch keine Abonnements.",
|
||||
"addedToast": "Abonnement hinzugefügt.",
|
||||
"syncedToast": "Abonnement synchronisiert.",
|
||||
"deletedToast": "Abonnement gelöscht."
|
||||
"deletedToast": "Abonnement gelöscht.",
|
||||
"updatedToast": "Abonnement aktualisiert."
|
||||
},
|
||||
"memberPhoneLabel": "Telefonnummer (optional)",
|
||||
"memberEmailLabel": "E-Mail (optional)",
|
||||
@@ -935,4 +936,4 @@
|
||||
"goShop": "Einkaufsliste",
|
||||
"goNotes": "Notizen"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user