feat(ui): drag a task into Mission Control to queue it
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user