feat(ui): drag a task into Mission Control to queue it

This commit is contained in:
Mika Kuns
2026-06-25 22:18:10 +02:00
parent 9eb54a0d2f
commit 3b629c218f
5 changed files with 65 additions and 6 deletions

View File

@@ -15,7 +15,8 @@ namespace ClaudeDo.Ui.Views.Islands;
public partial class TasksIslandView : UserControl
{
private static readonly DataFormat<string> TaskRowFormat =
// Public so the Mission Control window can accept the same drag payload (drop-to-queue).
public static readonly DataFormat<string> TaskRowFormat =
DataFormat.CreateStringApplicationFormat("claudedo-task-row");
public TasksIslandView()