feat: WIP error store progress with server data

This commit is contained in:
Zack Spear
2023-07-11 18:40:30 -07:00
committed by Zack Spear
parent 65be9f0d30
commit a46f5a3cb4
10 changed files with 208 additions and 60 deletions

View File

@@ -81,8 +81,8 @@ const links = computed(():UserProfileLink[] => {
</span>
</header>
<ul class="list-reset flex flex-col gap-y-4px p-0">
<UpcDropdownError v-if="stateData.error" />
<UpcDropdownConnectStatus v-else-if="!stateData.error && registered && pluginInstalled" class="mt-8px" />
<UpcDropdownError />
<UpcDropdownConnectStatus v-if="!stateData.error && registered && pluginInstalled" class="mt-8px" />
<li class="m-8px">
<UpcKeyline />