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:
Ulas Kalayci
2026-04-29 10:37:16 +02:00
parent f9b796ca13
commit 06adc0f3f5
16 changed files with 104 additions and 30 deletions
+3 -2
View File
@@ -732,7 +732,8 @@
"badges": {
"private": "निजी",
"shared": "साझा"
}
},
"updatedToast": "सदस्यता अपडेट की गई।"
},
"memberPhoneLabel": "फ़ोन नंबर (वैकल्पिक)",
"memberEmailLabel": "ईमेल (वैकल्पिक)",
@@ -897,4 +898,4 @@
"emptyHint": {
"recipes": "रेसिपी बनाएं और उन्हें अपने भोजन योजनाकार से जोड़ें।"
}
}
}