You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ui): use useTextDirection from VueUse for RTL detection
Replace raw document.documentElement.dir check with VueUse's
useTextDirection composable per review feedback. SSR-safe and
consistent with how the rest of the codebase uses VueUse.
0 commit comments