Skip to content

Favourites management#53

Merged
voytas merged 27 commits intomainfrom
favourites
Mar 19, 2026
Merged

Favourites management#53
voytas merged 27 commits intomainfrom
favourites

Conversation

@voytas
Copy link
Contributor

@voytas voytas commented Mar 19, 2026

No description provided.

…ileTypeResolver` and `FilePickerType`; update related dialogs, views, and logic
…oduce async favorites loading/saving, and improve data handling in FavoritesView.
…tor message handling logic in `MainWindowViewModel`.
…fic settings, and update emulator loading logic
Comment on lines +387 to +390
catch
{
// Ignore
}
Comment on lines +399 to +402
catch
{
// Ignore
}
[CustomValidation(typeof(FavoriteItemViewModel), nameof(ValidatePath))]
[NotifyDataErrorInfo]
[NotifyPropertyChangedFor(nameof(IsTapeFile))]
private string _path = string.Empty;
[ObservableProperty]
[Required]
[NotifyDataErrorInfo]
private string _title = string.Empty;
…settings to favorites and update emulator configuration logic
}
else
{
selectedItemParent?.Nodes.Insert(selectedItemParent.Nodes.IndexOf(selectedItem) + 1, cutItem);
Comment on lines +62 to +65
catch
{
return false;
}
@voytas voytas merged commit 51bcbd8 into main Mar 19, 2026
7 checks passed
@voytas voytas deleted the favourites branch March 19, 2026 20:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant