-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add mock UI for file syncing listing #60
Conversation
App/Services/MutagenController.cs
Outdated
@@ -132,11 +122,10 @@ | |||
_sessionCount += 1; | |||
} | |||
|
|||
return session; | |||
throw new NotImplementedException(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This breaks the UTs --- and doesn't seem to be related to the UI view. Did it get added by accident to this PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My bad, with the type changes I made I had to change the output of this function and wasn't thinking about UTs lol.
Adds a file sync listing window with mocked data. Since it's difficult (I think) to disable sections of XAML based on release/debug builds, this mocked window replaces the
Sign out
button on debug builds.FileSyncListWindow
,FileSyncListViewModel
,FileSyncListMainPage
MutagenSessionModel
as well as useful helpersDependencyObjectSelector
for mapping enum values in XAMLThemeResource
with a map