Timeline
This commit is contained in:
parent
b6413f0e7d
commit
ca6e12c9e0
3 changed files with 68 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue