Drop this

This commit is contained in:
shamoon
2026-04-20 21:09:17 -07:00
parent e96f93b589
commit 4ac47634ac
2 changed files with 1 additions and 5 deletions

View File

@@ -23,7 +23,7 @@
<div class="visually-hidden" i18n>Loading...</div>
}
<div class="task-controls mb-3 btn-toolbar" [class.task-controls-scoped]="hasScopedSectionView">
<div class="task-controls mb-3 btn-toolbar">
<div class="task-view-scope btn-group btn-group-sm me-3" role="group">
<input type="radio" class="btn-check"
[checked]="selectedSection === allTaskSections"

View File

@@ -223,10 +223,6 @@ export class TasksComponent
)
}
get hasScopedSectionView(): boolean {
return this.selectedSection !== ALL_TASK_SECTIONS
}
ngOnInit() {
this.tasksService.reload()
timer(5000, 5000)