This commit is contained in:
Alexey 2025-09-04 16:30:28 +03:00
commit ca6e12c9e0
3 changed files with 68 additions and 3 deletions

View file

@ -6,7 +6,9 @@ export component ReviewWidget inherits VerticalBox {
property<int> current-month;
property<int> current-day;
Timeline {}
Timeline {
updating: false;
}
GridLayout {
spacing-vertical: 8px;
spacing-horizontal: 16px;