- Notifications
You must be signed in to change notification settings - Fork3
feat: add remote directory picker to file sync#73
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
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Adds a new remote directory picker window used when creating a file syncto select the remote directory.
It's ready for review, just need to finish the few TODOs |
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
TextTrimming="CharacterEllipsis" | ||
IsTextTrimmedChanged="TooltipText_IsTextTrimmedChanged" | ||
Margin="0,0,0,10" /> | ||
<ProgressRing |
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 is a nice touch
[RelayCommand] | ||
private void StartCreatingNewSession() | ||
{ | ||
ClearNewForm(); | ||
// Ensure we have a fresh hosts list before we open the form. | ||
SetAvailableHostsFromRpcModel(_rpcController.GetState()); |
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.
It might be a little annoying to find that the available hosts only updates when you click the button to create a new session. I could imagine starting up a workspace, then creating a new session to find your workspace isn't yet listed. To get it to populate you need to cancel out, then wait for it to start, maybe by watching the tray menu, then create a new sync session.
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.
If any entries get added or removed while the selector is broken it messes up the selector
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.
lame. I guess we can see if it's annoying in practice.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
e200dd4
intomainUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Adds a new remote directory picker window used when creating a file sync to select the remote directory.
NVIDIA_Overlay_LplyNOug3n.mp4
TODOs:
Closes#27