Laravel-Backpack / theme-tabler

UI for Backpack v6 that uses Tabler and Bootstrap v5.
MIT License
21 stars 12 forks source link

move colorMode from constant to window object #118

Closed pxpm closed 11 months ago

pxpm commented 11 months ago

Jorge is having issues accessing colorMode in elfinder views. That's because they render in separate iframes outside of the colorMode constant scope.

Adding the colorMode to the window object would allow us to access it with window.parent on elfinder iframe.

AFAIK there is no other implications apart from making it globally available.