Laravel-Backpack / theme-tabler

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

fix white flick when in dark mode #123

Closed pxpm closed 1 year ago

pxpm commented 1 year ago

this fixes #121

This script is called a "render blocking" script, because it's placed in the head and will be evaluated before the page renders. It's so fast that it don't add any overhead, and avoid the white flick.

tabacitu commented 1 year ago

I'm ok with the solution, but I can't test this today.

Can't reproduce the white flicker on localhost, so I don't know if this fixes it 🤷‍♂️