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

Add context banner support to login UI #180

Merged
merged 1 commit into from
Feb 23, 2024
Merged

Conversation

skambalin
Copy link
Contributor

Simple re-used the existing context banner in login UI. The solution is simple but the limitation is that it looks identical on Login and later in app. So if we change the shape of the banner on login it will be changed in the app also (we need to be cautious here).

If we want different shapes on login and in app, then we need to introduce another context property like loginBanner to the Wallet SDK and add support in the wallet. Or we need to use context layers (this feature exists but not finished). Both are more complex solutions which require more time.

image

@skambalin skambalin merged commit 479fd23 into dev Feb 23, 2024
2 checks passed
@skambalin skambalin deleted the feature/login-banner branch February 23, 2024 08:10
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.

2 participants