Add universal filter to tag details page (#690)

* Add universal filter to tag details page

* fixup! Add universal filter to tag details page
This commit is contained in:
Chris 2025-12-09 12:45:01 +02:00 committed by GitHub
parent 442ace69bb
commit 67d8f9e0dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 249 additions and 71 deletions

View file

@ -135,9 +135,6 @@ test.describe('Today', () => {
} else {
// If section not visible, the settings might be hiding it
// Skip this assertion but don't fail the test
console.log(
'Overdue section not visible - may be hidden by settings'
);
}
// Clean up
@ -195,9 +192,6 @@ test.describe('Today', () => {
await expect(dueTodayTask).toBeVisible();
} else {
// If section not visible, the settings might be hiding it
console.log(
'Due Today section not visible - may be hidden by settings'
);
}
// Clean up