mirror of
https://github.com/callumalpass/tasknotes.git
synced 2026-07-22 12:50:26 +00:00
* analysis: AI analysis for issue #857 [Bug]: Mini Calendar opens previous day Generated by ai-issue-analyzer * fix: Mini Calendar opens correct daily note in all timezones (#857) Fixes issue where clicking a day in the Mini Calendar would open the previous day's daily note for users in negative UTC offset timezones. Root cause: UTC-anchored dates were passed directly to moment(), which interprets them in the local timezone, causing off-by-one day errors. Solution: Convert UTC-anchored dates to local calendar dates using convertUTCToLocalCalendarDate() before passing to moment(). Affected methods: - navigateToDailyNote() in main.ts - getDailyNotePath() in MiniCalendarView.ts Impact: Fixes click, double-click, Ctrl/Cmd+click, Enter key navigation, and hover preview for all timezones. |
||
|---|---|---|
| .. | ||
| issue-440.md | ||
| issue-781-fix-summary.md | ||
| issue-781.md | ||
| issue-789.md | ||
| issue-810.md | ||
| issue-822.md | ||
| issue-826.md | ||
| issue-827.md | ||
| issue-829.md | ||
| issue-854.md | ||
| issue-857.md | ||
| issue-859.md | ||
| issue-871.md | ||