-
Notifications
You must be signed in to change notification settings - Fork 13
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 uno todo sample #137
base: main
Are you sure you want to change the base?
Conversation
@dotnet-policy-service agree |
This would close #83 |
I take it you want to wait until refresh is working before converting to a real PR? |
Yes, but though I've stared at it I'm not sure why the refresh isn't working properly and was hoping perhaps someone who knows the tool better could take a look. |
This is close to functional, but there's problems refreshing.
I started up the WinUI sample and my Uno sample and then pointed them to the sample server running locally.
On startup, both applications would get the list of todos with the correct versions. But as I made changes, some changes would sync but others wouldn't.
It seems to be an issue on the client side, because when I used swagger to check what the server returned, it was correct.
What could be the issue? Could you take a look?
There's this issue, some cleanup and the behaviors need to be added, but then the sample should be ready.