feat(daily-prep): trigger planning from inside the prep-log window with an empty-state hint
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
26758b6e8a
commit
7d743f17c6
@@ -53,15 +53,4 @@ public class TasksIslandDailyPrepTests : IDisposable
|
||||
Assert.Equal(1, stub.ClearMyDayCalls);
|
||||
}
|
||||
|
||||
[Fact]
|
||||
public async Task PrepareDayCommand_raises_PrepRequested()
|
||||
{
|
||||
var vm = NewTasksVm(new DefaultStub());
|
||||
var raised = false;
|
||||
vm.PrepRequested += () => raised = true;
|
||||
|
||||
await vm.PrepareDayCommand.ExecuteAsync(null);
|
||||
|
||||
Assert.True(raised);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user