Add new 'Add task/event' bar directly in the main view

This commit is contained in:
Vyn 2024-10-09 17:07:17 +02:00
parent 534da46a26
commit 2aa039e5fc
18 changed files with 399 additions and 51 deletions

View file

@ -63,6 +63,8 @@ export component EventGroup {
VText {
text: Utils.timeToString(event.endsAt);
color: Palette.accent;
font-size: 0.8rem;
horizontal-alignment: center;
}
}
VerticalLayout {