feat: Add RTL (Right-to-Left) support for RTL languages in UI/Web/Desktop#14261
Open
alefbt wants to merge 10 commits intoanomalyco:devfrom
Open
feat: Add RTL (Right-to-Left) support for RTL languages in UI/Web/Desktop#14261alefbt wants to merge 10 commits intoanomalyco:devfrom
alefbt wants to merge 10 commits intoanomalyco:devfrom
Conversation
Contributor
|
The following comment was made by an LLM, it may be inaccurate: Potential Duplicate FoundPR #12023: feat(i18n): Add RTL support for Arabic language Why it's related: This PR also addresses RTL (Right-to-Left) support implementation, specifically for Arabic language. The current PR (14261) appears to be a more comprehensive version that extends RTL support to multiple RTL languages in the UI/Web/Desktop components. Both PRs are tackling the same feature area of adding directional text support. Note: The search returned PR #14261 itself (the current PR), which should be excluded from consideration. |
efdb8ef to
7d17167
Compare
The original error: src/provider/provider.ts:42:39 - error TS2307: Cannot find module '@aws-sdk/credential-providers' or its corresponding type declarations.
…code into feature/rtl-detector
Contributor
|
Seems that you have unrelated file changes. See bun.lock, package.json. |
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.
Issue for this PR
Closes #14257 , #7170 , #10908, #6284, #10908, #9255
Type of change
What does this PR do?
Please provide a description of the issue, the changes you made to fix it, and why they work. It is expected that you understand why your changes work and if you do not understand why at least say as much so a maintainer knows how much to value the PR.
If you paste a large clearly AI generated description here your PR may be IGNORED or CLOSED!
When Right-to-Left (RTL) support is missing in a React application, several visual and functional bugs occur:
The solution:
How did you verify your code works?
yes , see the screen shots
Screenshots / recordings
Before:
After:
If this is a UI change, please include a screenshot or recording.
Checklist
If you do not follow this template your PR will be automatically rejected.