Add addressbook import to frontend

This commit is contained in:
Lennart
2025-08-23 19:50:34 +02:00
parent 1e90ff3d6c
commit 9050484932
7 changed files with 195 additions and 7 deletions

View File

@@ -16,7 +16,6 @@ let ImportCalendarForm = class extends i {
super();
this.user = "";
this.cal_id = self.crypto.randomUUID();
this.timezone_id = "";
this.dialog = e();
this.form = e();
}
@@ -93,9 +92,6 @@ __decorateClass([
__decorateClass([
n$1()
], ImportCalendarForm.prototype, "cal_id", 2);
__decorateClass([
n$1()
], ImportCalendarForm.prototype, "timezone_id", 2);
ImportCalendarForm = __decorateClass([
t("import-calendar-form")
], ImportCalendarForm);