From ab70733c241db13fef7b957be66ccc1fc86fbc2b Mon Sep 17 00:00:00 2001 From: mARTin-B78 Date: Fri, 1 May 2026 19:53:52 +0200 Subject: [PATCH] fix: render priority badge in calendar/grid view GridTaskBlock received showPriorityIcons + priorityStyle props but never rendered the badge. Export getPriorityBadge from WeeklyView and inject it before the project icon in the grid task title. Tasks prioritised in the Eisenhower/ABCDE/Ivy Lee/Pareto picker now show their indicator in the time-grid layout too. v1.99.2 Co-Authored-By: Claude Opus 4.7 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 413ffc7..a266a46 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "my-weekly-todo-list", - "version": "1.99.1", + "version": "1.99.2", "description": "A web-based weekly task management application that organizes to-dos and calendar events in a single, intuitive weekly view", "main": "index.js", "scripts": {