feat(ui): add ListSettingsModalViewModel

This commit is contained in:
Mika Kuns
2026-04-22 13:20:42 +02:00
parent fc1cfe59ec
commit cd0b95ef9a
2 changed files with 97 additions and 0 deletions

View File

@@ -79,6 +79,7 @@ sealed class Program
sc.AddTransient<WorktreeModalViewModel>();
sc.AddTransient<SettingsModalViewModel>();
sc.AddTransient<MergeModalViewModel>();
sc.AddTransient<ListSettingsModalViewModel>();
// Islands shell VMs
sc.AddSingleton<ListsIslandViewModel>(sp =>