Skip to content

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
May 28, 2025

Conversation

ibetitsmike
Copy link
Contributor

Closes: #96

@ibetitsmike ibetitsmike requested a review from deansheather May 27, 2025 13:55
{
// Remember where we start
_lastWindowHeight = AppWindow.Size.Height;
_resizeInProgress = true;
Copy link
Member

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

Copy link
Contributor Author

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.

ibetitsmike and others added 3 commits May 28, 2025 11:10
@ibetitsmike ibetitsmike merged commit d6cbf71 into main May 28, 2025
3 checks passed
@ibetitsmike ibetitsmike deleted the mike/enable-sign-out-animation-expander branch May 28, 2025 11:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

UI should show when 'Sign out' is disabled
2 participants