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 social auth banner after whats new screen #106

Merged
merged 6 commits into from
Dec 26, 2024

Conversation

rnr
Copy link
Collaborator

@rnr rnr commented Dec 18, 2024

In the current implementation, when Whats New View is enabled, when Whats New View is displayed on first startup, the application does not show the social registered banner. This is because the notification that is sent after a successful login does not exist until the Main View is displayed.
Now we transfer the post-login data through the WhatNew Model to the MainView Model

Before After
Screen.Recording.2024-12-18.at.19.34.15.mov
Screen.Recording.2024-12-18.at.19.32.23.mov

@rnr rnr requested review from forgotvas and saeedbashir December 18, 2024 22:36
Copy link

@saeedbashir saeedbashir left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@rnr rnr merged commit 9a379c1 into 2U/develop Dec 26, 2024
2 checks passed
@rnr rnr deleted the anton/fix-social-auth-banner-after-whats-new-screen branch December 26, 2024 11:56
rnr added a commit that referenced this pull request Jan 9, 2025
* chore: transfer post login data through WhatNew screen

* chore: fixes after merge

* chore: refactor after merge

* chore: fixed tests and regenerate mocks

* chore: added default post login data

* chore: little refactor

---------

Co-authored-by: Anton Yarmolenko <[email protected]>
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