mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-04-04 06:52:16 -04:00
Add title tag to lock and refresh buttons (#897)
This commit is contained in:
committed by
Leendert de Borst
parent
4683d6bea6
commit
f35d46256f
@@ -3,7 +3,7 @@
|
||||
@inject NavigationManager NavigationManager
|
||||
|
||||
<div class="ms-2 items-center hidden lg:flex">
|
||||
<button class="p-2 hover:bg-gray-200 rounded-2xl" @onclick="OnLockClick">
|
||||
<button class="p-2 hover:bg-gray-200 rounded-2xl" @onclick="OnLockClick" title="Lock vault">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="h-4 w-4 text-gray-400" viewBox="0 0 20 20" fill="currentColor">
|
||||
<path fill-rule="evenodd" d="M5 9V7a5 5 0 0110 0v2a2 2 0 012 2v5a2 2 0 01-2 2H5a2 2 0 01-2-2v-5a2 2 0 012-2zm8-2v2H7V7a3 3 0 016 0z" clip-rule="evenodd" />
|
||||
</svg>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
@inject DbService DbService
|
||||
|
||||
<div class="ms-1 items-center flex">
|
||||
<SmallLoadingIndicator Title="@LoadingIndicatorMessage" Spinning="@Loading">
|
||||
<SmallLoadingIndicator Title="Sync vault data" Spinning="@Loading">
|
||||
@if (!Loading)
|
||||
{
|
||||
<button class="absolute p-2 hover:bg-gray-200 rounded-2xl" id="vault-refresh-btn" @onclick="OnRefreshClick">
|
||||
|
||||
Reference in New Issue
Block a user