Fix upcoming completed issue (#404)
* Fix upcoming completed issue * fixup! Fix upcoming completed issue * fixup! fixup! Fix upcoming completed issue * Fix completed icon plscement * fixup! Fix completed icon plscement * Add upcoming section tests
This commit is contained in:
parent
6efb565a4e
commit
a81ca2f2b6
9 changed files with 265 additions and 111 deletions
|
|
@ -71,6 +71,7 @@ function getTodayBoundsInUTC(userTimezone) {
|
|||
|
||||
/**
|
||||
* Get date range for "upcoming" tasks (next N days) in user timezone
|
||||
* Includes today through N days ahead
|
||||
* @param {string} userTimezone - User's timezone
|
||||
* @param {number} days - Number of days to look ahead (default: 7)
|
||||
* @returns {Object} { start: Date, end: Date } - UTC Date objects
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue