Improve page load/unload experience (remove FOUCs)

This commit is contained in:
NBTX
2020-02-25 00:09:56 +00:00
committed by Dmitry Yankowski
parent 00b623d823
commit 94ee60b832
5 changed files with 69 additions and 18 deletions

View File

@@ -298,8 +298,8 @@
>
<i class="material-icons">offline_bolt</i>
</button>
<login v-if="!fb.currentUser" />
<span v-if="fb.currentUser">
<login v-if="fb.currentUser === null" />
<span v-else>
<v-popover>
<button
class="icon"