Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

feat: add mock UI for file syncing listing#60

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
deansheather merged 5 commits intomainfromdean/file-sync-ui-mock
Mar 25, 2025

Conversation

deansheather
Copy link
Member

@deansheatherdeansheather commentedMar 19, 2025
edited
Loading

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 theSign out button on debug builds.

  • AddsFileSyncListWindow,FileSyncListViewModel,FileSyncListMainPage
  • AddsMutagenSessionModel as well as useful helpers
  • AddsDependencyObjectSelector for mapping enum values in XAML
    • This is necessary as there doesn't seem to be another way of binding to aThemeResource with a map

image
image

@@ -132,11 +122,10 @@
_sessionCount += 1;
}

return session;
throw new NotImplementedException();
Copy link
Collaborator

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?

Copy link
MemberAuthor

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.

@deansheatherdeansheather merged commite0a11dd intomainMar 25, 2025
3 checks passed
@deansheatherdeansheather deleted the dean/file-sync-ui-mock branchMarch 25, 2025 11:33
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@ethanndicksonethanndicksonethanndickson left review comments

@spikecurtisspikecurtisspikecurtis approved these changes

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@deansheather@spikecurtis@ethanndickson

[8]ページ先頭

©2009-2025 Movatter.jp