You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Project names are now clickable links in all Today widgets — <span class="td-task-project"> replaced with <a href="/projects/{id}"> in CurrentTaskWidget, DueTodayWidget, OverdueWidget, InProgressWidget, NextTasksWidget, and HighPriorityProjectWorkWidget, letting users navigate directly to a project from any task row.
DueThisWeekWidget groups by project ID + name — the GroupBy key changed from ProjectName (string) to { ProjectId, ProjectName } so tasks from different projects with the same name are no longer merged; group headers are rendered as <a> links to the project page.
Project link hover state — .td-task-project:hover adds a subtle background tint and underline for clear affordance without disrupting the ambient typography.