boarding.js icon indicating copy to clipboard operation
boarding.js copied to clipboard

support rtl mode for keyboard control

Open danielgindi opened this issue 4 months ago • 4 comments

danielgindi avatar Aug 09 '25 18:08 danielgindi

Hi @danielgindi thank you for your contribution :) Are you already using this RTL support in a project?

I'm curious if these Buttons are the only place where RTL logic needs to be implemented or if there are other places in Boarding.js that could be affected too

josias-r avatar Aug 14 '25 09:08 josias-r

Hi @josias-r! Yes I've just implemented it. The only RTL adjustment I had to do in the code was this (not possible through overriding without some hacks). The other adjustments are in css, and that's user-land in my opinion :)

danielgindi avatar Aug 14 '25 09:08 danielgindi

@josias-r Just making sure you haven't missed my answers

danielgindi avatar Aug 27 '25 07:08 danielgindi

@danielgindi All good, I recieved it, I will come back to this when I fomd the time :)

josias-r avatar Aug 27 '25 23:08 josias-r

:tada: This PR is included in version 3.7.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

github-actions[bot] avatar Nov 28 '25 10:11 github-actions[bot]