Improve <LanguageSwitcher /> & other components#390
Open
brionmario wants to merge 7 commits intoasgardeo:mainfrom
Open
Improve <LanguageSwitcher /> & other components#390brionmario wants to merge 7 commits intoasgardeo:mainfrom
<LanguageSwitcher /> & other components#390brionmario wants to merge 7 commits intoasgardeo:mainfrom
Conversation
…narios and improve accessibility
…e current language is always included
… switches by resolving labels in their own locale
…for clarity; update SubmitButton and AuthOptionFactory to support new variant; add ArrowRightLeft icon component and register it in flowIconRegistry
…r social providers to improve detection accuracy
🦋 Changeset detectedThe changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. |
DonOmalVindula
approved these changes
Mar 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
This pull request introduces several improvements and enhancements across the codebase, focusing on UI component flexibility, language switcher robustness, and icon support. The most significant changes include updating the language switcher behavior for better user experience, adding a new icon, improving image sizing logic in authentication flows, and refining button variant handling.
Language Switcher Improvements:
Icon Support:
ArrowRightLefticon component and registered it in theflowIconRegistry, making it available for use throughout the application. [1] [2] [3]Authentication Flow Enhancements:
AuthOptionFactory: images within stacked components now receive default sizes unless explicitly overridden, ensuring consistent layout in different contexts. [1] [2] [3]Button Variant Refactor:
SOCIALbutton variant withOUTLINEDinEmbeddedFlowActionVariant, and updated button rendering logic to use the new variant, improving clarity and alignment with design conventions. [1] [2]Related Issues
asgardeo/thunderruntime #212Related PRs
Checklist
Security checks