Skip to content

Conversation

@ibetitsmike
Copy link
Contributor

Closes: #96

{
// 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
ContributorAuthor

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.

@ibetitsmikeibetitsmike merged commit d6cbf71 into mainMay 28, 2025
3 checks passed
@ibetitsmikeibetitsmike deleted the mike/enable-sign-out-animation-expander branch May 28, 2025 11:17
Sign up for freeto 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

@ibetitsmike@deansheather