Skip to content

Commit

Permalink
add cloud icon meaning
Browse files Browse the repository at this point in the history
  • Loading branch information
hanzhi713 committed Apr 27, 2022
1 parent 6d55152 commit 752ef4e
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions src/components/tabs/ExportView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -192,18 +192,24 @@
</ul>

<div v-if="profile.tokenType" class="w-100 text-center my-2">
<div>
<small class="text-muted">
You profiles are synchronized with {{ backendName }}
</small>
</div>
<div class="mb-1">
<small>
<i class="fas fa-cloud mr-1 text-success"></i> = Synced &nbsp;&nbsp;
<i class="fas fa-cloud mr-1 text-warning"></i> = Not Synced
</small>
</div>
<button
class="btn btn-outline-primary"
:title="`Close connection to ${backendName}`"
@click="profile.logout()"
>
Logout
</button>
<div>
<small class="text-muted">
You profiles are synchronizd with {{ backendName }}
</small>
</div>
</div>

<div v-else-if="allowBackend" class="w-100 my-2 text-center">
Expand Down

0 comments on commit 752ef4e

Please sign in to comment.