mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-17 16:37:43 +00:00
refactor: migrate to signals for inputs
This commit is contained in:
parent
150e582936
commit
a43f4a46bc
91 changed files with 446 additions and 267 deletions
|
|
@ -14,6 +14,6 @@
|
|||
[isHideTagTitles]="true "
|
||||
(blurred)="isShowAddTask = false"
|
||||
(done)="isShowAddTask = false"
|
||||
[planForDay]="planForDay"
|
||||
[planForDay]="planForDay()"
|
||||
></add-task-bar>
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue