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

Fix regressions: Local UI state is not persisted and flickering #684

Merged
merged 2 commits into from
Feb 20, 2024

Conversation

KovalevAndrey
Copy link
Collaborator

@KovalevAndrey KovalevAndrey commented Feb 15, 2024

Description

Fixes #671 #672

In this change introduced a bug where I accidentally started saving the state of the transition Box along with children UI state which was wrong. This PR reverts it back and now I only save the state of children UI and not the wrapping Box with transitions.

I checked out the repo in the issue and the bug seems to have gone:

Screen_recording_20240216_171901.mp4

Checklist

  • I've updated CHANGELOG.md if required.
  • I've updated the documentation if required.

Copy link
Contributor

@zsoltk zsoltk left a comment

Choose a reason for hiding this comment

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

Approving fix, but please provide better description of 1. what was wrong and 2. why the changes fix the situation.

@zsoltk
Copy link
Contributor

zsoltk commented Feb 16, 2024

Let's also reference #672 that if I understand correctly this also fixes along with #671 (let's provide an updated video capture where appropriate).

@zsoltk zsoltk added the bug Something isn't working label Feb 16, 2024
@KovalevAndrey KovalevAndrey changed the title 2.x fix saved state issue Regression: Local UI state is not persisted Feb 20, 2024
@zsoltk zsoltk changed the title Regression: Local UI state is not persisted Fix regressions: Local UI state is not persisted and flickering Feb 20, 2024
@zsoltk zsoltk merged commit b5c73d0 into bumble-tech:2.x Feb 20, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Regression: Local UI state is not persisted
3 participants