penge / my-notes

Simple and fast note-taking in Chrome with Google Drive support.
https://chrome.google.com/webstore/detail/my-notes/lkeeogfaiembcblonahillacpaabmiop
MIT License
240 stars 34 forks source link

Fix theme flickering on page load #420

Closed penge closed 9 months ago

penge commented 9 months ago

Fixes theme flickering for themes with other than white background (applies to any larger elements with other than white background).

The problem could be seen on page load, and most noticable on repeated page refresh. It was caused by loading the theme after the page was loaded, and as a result of that, the transition from page's blank background (usually white) to theme's background, was seen as flickering.

The solution was to load the theme as soon as possible and before the page parsing has completed. As theme does not change often, the loading could be even more optimized by using the localStorage.


Other changes: