feat(ui): scaffold islands shell and child VMs
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using CommunityToolkit.Mvvm.ComponentModel;
|
||||
|
||||
namespace ClaudeDo.Ui.ViewModels.Islands;
|
||||
|
||||
public sealed partial class DetailsIslandViewModel : ViewModelBase
|
||||
{
|
||||
[ObservableProperty] private TaskRowViewModel? _task;
|
||||
public void Bind(TaskRowViewModel? task) => Task = task;
|
||||
}
|
||||
Reference in New Issue
Block a user