https://avo.cool logo
Does Avo support RTL? I changed the dir="rtl" a...
# avo-2
t
m
Thread automatically created by Falaxy in #740893011994738751
t
This is a crucial feature for us 😢
I found the following on Github
l
Hei @tall-queen-29004 do you have any experience implementing RTL layouts?
We didn't add any support for RTL yet
t
Everything we build is RTL first and English support as an addon
I spoke with Adrian the other day and I really like the way Avo simplifies the CRUD and also keeping me in the Rails ecosystem at the same time
And I'm also waiting for the pricing quotation from Adrian before speaking with my co-founders and taking a direction
l
We don't have much experience with RTL, I noticed that on Avo tables and other elements adjust as expected but the sidebar doesn't
Do you have any tips and tricks on where to start RTL support?
t
hmm, I can share a rails project we built with Tailwind and Hotwire with full RTL support, You can toggle the language between English (LTR) and Arabic (RTL)
What I rely on is opening the dev tools in chrome and inspecting the non-compliant elements
because when you set dir=rtl on the html tag everything gets reversed by default
And when something doesn't fit the norm I add a rtl modifier in Tailwind
l
Got it, I appreciate you sharing 🙏 I will give this a try!
t
You're welcome, If there's anything else you need I'd be glad to help
l
hmm. yeah. that doesn't look too good. We'll fix it soon
2 Views