Skip to content

FloatingButton - improve initial visibility handling with useRef#3988

Draft
ZivSa1 wants to merge 1 commit intomasterfrom
fix/draft-narrow-fix-for-login-floatingbutton
Draft

FloatingButton - improve initial visibility handling with useRef#3988
ZivSa1 wants to merge 1 commit intomasterfrom
fix/draft-narrow-fix-for-login-floatingbutton

Conversation

@ZivSa1
Copy link
Copy Markdown
Collaborator

@ZivSa1 ZivSa1 commented Apr 29, 2026

Description

Restore the old FloatingButton first-load behavior: if the button starts with visible=false, don’t render it until it first becomes visible. This prevents initially hidden floating buttons from appearing at the bottom before their first reveal. It is low-risk, only touches FloatingButton, but the first entrance animation is not restored because ScreenFooter mounts already visible.

Changelog

DRAFT

Additional info

DRAFT

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 29, 2026

✅ PR Description Validation Passed

All required sections are properly filled out:

  • Description
  • Changelog
  • Additional info

Your PR is good for review! 🚀


This validation ensures all sections from the PR template are properly filled.

@ZivSa1 ZivSa1 marked this pull request as draft April 29, 2026 14:09
Copy link
Copy Markdown
Collaborator

@M-i-k-e-l M-i-k-e-l left a comment

Choose a reason for hiding this comment

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

Please make sure to edit the changelog, info and description - bug scenario and how this is fixing it (IMO ScreenFooter etc is irrelevant)
Did you manage to find a playground scenario this fixes?

@M-i-k-e-l M-i-k-e-l added the hotfix Requires a hotfix release label Apr 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

hotfix Requires a hotfix release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants