Planning UI followups #6
Reference in New Issue
Block a user
Delete Branch "feat/planning-ui-followups"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Two non-blocking followups from the Plan C code review.
badge planningBorder into two (one forIsPlanning, one forIsPlanned) so.badge.planned(blue,#3182CE) is actually reachable. Previously Planned rows rendered with the amber Planning color. AddedIsPlanning/IsPlannedcomputed properties onTaskRowViewModel, raised inOnStatusChanged.BoolToItalicConverter.InstanceandBoolToDraftOpacityConverter.Instancewere never referenced (converters are registered viaApp.axamlresources). Deleted both.Test plan
dotnet build src/ClaudeDo.Ui/ClaudeDo.Ui.csproj- 0 errorsdotnet build src/ClaudeDo.App/ClaudeDo.App.csproj- 0 errorsTaskRowViewModelPlanningTests,TasksIslandPlanningTests)View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.