equalizedigital / accessibility-checker

GNU General Public License v2.0
14 stars 8 forks source link

Allow frontend highlighter position to be moved from right to left of screen #662

Closed pattonwebz closed 3 months ago

pattonwebz commented 3 months ago

This PR adds a setting that allows people to set the side that the frontend highlighter appears when viewing pages.

It only offers right or left as options. The 3rd option requested (in the admin bar) would require a bigger refactor of the logic for the UI and didn't seem feasible to do quickly.

There are future plans to move the widget to be a sidebar element instead so this change is just a stopgap to prevent our widget interfering with other widget bubbles in the lower right corner on some sites.

Fixes #658