Skip to content
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

[VDG] Privacy Ring - Remove Carousel #12541

Merged
merged 3 commits into from Feb 23, 2024

Conversation

ichthus1604
Copy link
Collaborator

PreviewItems.Add(PrivacyTile);
// Show PrivacyTile info when SelectedItem is null
Observable.Return(Unit.Default)
.Delay(TimeSpan.FromMilliseconds(750)) // Wait for Ring animation to render
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why 750 ?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, this is not correct. The Delay should take into account the number of segments that need to be rendered.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left a TODO comment and disabled it for now

@turbolay
Copy link
Collaborator

It fixes #12537

Copy link
Collaborator

@wieslawsoltes wieslawsoltes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This breaks labels layout:

screencast.2024-02-22.20-22-18.mp4

Copy link
Collaborator

@yahiheb yahiheb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This indeed fixes both issues.

@soosr
Copy link
Collaborator

soosr commented Feb 23, 2024

This breaks labels layout:

screencast.2024-02-22.20-22-18.mp4

Fixed.

@soosr soosr merged commit 0820399 into zkSNACKs:master Feb 23, 2024
2 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
5 participants