Replace 'edit source window' with popup

This commit is contained in:
Vyn 2025-06-24 08:35:38 +02:00
parent 129b30b9e7
commit 854152b395
Signed by: vyn
GPG key ID: E1B2BE34E7A971E7
13 changed files with 101 additions and 163 deletions

View file

@ -47,16 +47,12 @@ export component CalendarView inherits Rectangle {
VButton {
text: "Create";
clicked => {
debug("clicked OK");
debug(createEventPopup.width);
debug(createEventPopup.height);
AppWindowActions.create-event({
title: titleInput.text,
date: dateInput.date,
startsAt: startTimeInput.time,
endsAt: endTimeInput.time
});
debug("Event sent");
createEventPopup.close();
}
}