feat(ui): repo-import modal — remember folders, search, compact rows, no auto-select
This commit is contained in:
@@ -25,6 +25,6 @@ public partial class RepoImportModalView : Window
|
||||
});
|
||||
if (folders.Count == 0) return;
|
||||
|
||||
vm.AddFolders(folders.Select(f => f.Path.LocalPath));
|
||||
await vm.AddFoldersAsync(folders.Select(f => f.Path.LocalPath));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user