- Notifications
You must be signed in to change notification settings - Fork3
feat: enabled sign out and animated window resize#109
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
Uh oh!
There was an error while loading.Please reload this page.
App/Views/TrayWindow.xaml.cs Outdated
{ | ||
// Remember where we start | ||
_lastWindowHeight = AppWindow.Size.Height; | ||
_resizeInProgress = true; |
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 never gets set back to false AFAIK
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 was a leftover I forgot to clean-up. Initial implementation was using a semaphore to order transactions, but I saw BeginTime allows you to delay enough to order them. I added Skip when user clicks quickly and that resolves all issues.
Added comments for better understanding.
Co-authored-by: Dean Sheather <dean@deansheather.com>
d6cbf71
intomainUh oh!
There was an error while loading.Please reload this page.
Closes:#96