Replies: 3 comments
-
connectkit/packages/connectkit/src/components/Common/Modal/styles.ts Lines 311 to 312 in 4798404 While this hack could address the problem of the empty modal, a more comprehensive solution that fully supports RTL is needed.
|
Beta Was this translation helpful? Give feedback.
-
I haven't personally used |
Beta Was this translation helpful? Give feedback.
-
fixed the issue on my project by simply changing the direction at some global .css file.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
When using ConnectKit, I noticed that the application does not correctly support right-to-left (RTL) languages. This results in incorrect text rendering and layout issues when the application is used in an RTL language environment.
To reproduce
The version of ConnectKit: 1.5.1
Steps to reproduce:
dir
attribute of thehtml
element tortl
. You can either use Developer Tools or add a_document.tsx
file to the project and modify the code directly from there.Connect Wallet
button on the index and click on it.Expected behavior
I expected the ConnectKit application to properly support right-to-left languages properly, ensuring correct text rendering and layout alignment. All text elements, buttons, and UI components should be mirrored and aligned according to the RTL language standards.
Screenshots
Environment details
Additional context
It's important to note that supporting right-to-left languages is crucial for ensuring a seamless experience for users who rely on these languages. Proper RTL language support includes text alignment and considerations for overall layout, padding, and visual elements.
This bug report highlights the current lack of RTL language support in ConnectKit and emphasizes the importance of addressing this issue to provide a more inclusive user experience. Please don't hesitate to contact me if you need further information or help reproduce the problem.
Beta Was this translation helpful? Give feedback.
All reactions