encryptic-team / encryptic

An encryption-focused open source note taking application
Mozilla Public License 2.0
348 stars 40 forks source link

Fix blink #73

Closed Maks-s closed 5 years ago

Maks-s commented 5 years ago

Fix blinking.

It was caused by replacing the attribute href of <link rel="stylesheet" href="styles/theme-default.css" id="lav--theme"> everytime getConfigs was called. Chromium reload the file even if it's the same, causing the CSS to unload and load, making the webpage blink.

This PR also fix eslint errors and remove some dead code

daed commented 5 years ago

Good catch on the (now) unused dropbox code. I forgot about that.