have many of the primary interactions working

This commit is contained in:
2023-07-24 19:08:23 -06:00
parent d1383fe1d4
commit ffaf4e1164
19 changed files with 577 additions and 247 deletions

View File

@@ -1,4 +1,4 @@
public class AssignmentDragContainer
{
public LocalAssignment? AssignmentBeingDragged { get; set; }
}
public Action<DateTime>? DropCallback { get; set; }
}