Skip to content

#6008 Fixed placement errors for get started banner and first conversation #6009

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

armartinez
Copy link

Contributor checklist

  • My commits are rebased on the latest main branch
  • My commits are in nice logical chunks
  • My contribution is fully baked and is ready to be merged as is
  • I have tested my contribution on these devices:
  • iPhone 16 Pro

Description

This fixes issue #6008 for the placement of the get started banner and first conversation cue. The get started banner was inheriting the margins from the chat list view, which after opening a conversation gets modified by the navigation, for instance when showing the search bar. This change just breaks that link and passes a fixed value for the leading a trailing margins which are changed by matching the width of the superview, necessary to create the sliding from the right effect of the banner. The conversation cue position was being modified in the same way, so this change places the cue as a subview of the navigation, preventing it from being moved or getting below the navigation.

Screen.Recording.2025-03-23.at.21.19.26.mov

@armartinez armartinez changed the title Fixed placing errors for get started banner and first conversation #6008 Fixed placing errors for get started banner and first conversation Mar 24, 2025
@armartinez armartinez changed the title #6008 Fixed placing errors for get started banner and first conversation #6008 Fixed position errors for get started banner and first conversation Mar 24, 2025
@armartinez armartinez changed the title #6008 Fixed position errors for get started banner and first conversation #6008 Fixed placement errors for get started banner and first conversation Mar 24, 2025
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.

3 participants