first feasability of event management feature

This commit is contained in:
2025-06-19 07:34:56 +00:00
parent dc7fa6b2cb
commit 19f817b796
8 changed files with 120 additions and 19 deletions

View File

@@ -62,11 +62,6 @@ def get_appointment_modal():
title="Neuen Termin anlegen",
centered=True,
size="auto", # oder "80vw"
# fullScreen=True,
# styles={
# "modal": {"zIndex": 2001, "position": "relative"},
# "overlay": {"zIndex": 2000}
# },
children=[
dmc.Container([
dmc.Grid([
@@ -147,13 +142,14 @@ def get_appointment_modal():
{"value": "website", "label": "Website"},
{"value": "video", "label": "Video"},
{"value": "message", "label": "Nachricht"},
{"value": "webuntis", "label": "WebUntis"},
{"value": "other", "label": "Sonstiges"}
],
id="type-input",
required=True,
style={"flex": 1}
),
"Wählen Sie den Typ des Termins für bessere Kategorisierung"
"Wählen Sie die Art der Präsentation aus."
),
html.Div(id="type-specific-fields"),
create_input_with_tooltip_full(