Updated menu visibility

This commit is contained in:
Murat Özkorkmaz
2025-11-04 17:48:26 +01:00
parent a1df61f8fb
commit 21a6b7da8c
18 changed files with 135 additions and 70 deletions

View File

@@ -1,20 +1,20 @@
<div class="flex">
<div class="flex-1 text-left">
<div class="mb-5">
<h1 i18n>Contacts</h1>
<h1 >Contacts</h1>
<p class="my-4 text-lg text-gray-500">Verwalten Sie Personen und Organisationen in Ihrem Netzwerk</p>
</div>
</div>
<div class="flex-1 text-right">
<p-button i18n-label label="Exportieren" class="p-button-outlined">
<p-button label="Exportieren" class="p-button-outlined">
<span class="flex items-center gap-2">
<span class="material-icons !text-base">download</span>
</span>
</p-button>
<p-button i18n-label label="Kontakt hinzufügen" class="p-button-outlined ml-4">
<p-button label="Kontakt hinzufügen" class="p-button-outlined ml-4">
<span class="flex items-center gap-2">
<span class="material-icons !text-base">person_add</span>
</span>
@@ -300,7 +300,7 @@
<!-- Content -->
<div class="ml-4 flex flex-col">
<span class="text-2xl font-bold text-gray-800 leading-none">1</span>
<span class="text-sm text-gray-500" i18n>Contacts total</span>
<span class="text-sm text-gray-500" >Contacts total</span>
</div>
</div>
</div>
@@ -315,7 +315,7 @@
<!-- Content -->
<div class="ml-4 flex flex-col">
<span class="text-2xl font-bold text-gray-800 leading-none">0</span>
<span class="text-sm text-gray-500" i18n>Persons</span>
<span class="text-sm text-gray-500" >Persons</span>
</div>
</div>
</div>
@@ -330,7 +330,7 @@
<!-- Content -->
<div class="ml-4 flex flex-col">
<span class="text-2xl font-bold text-gray-800 leading-none">0</span>
<span class="text-sm text-gray-500" i18n>Organisations</span>
<span class="text-sm text-gray-500" >Organisations</span>
</div>
</div>
</div>
@@ -345,7 +345,7 @@
<!-- Content -->
<div class="ml-4 flex flex-col">
<span class="text-2xl font-bold text-gray-800 leading-none">12</span>
<span class="text-sm text-gray-500" i18n>With notes</span>
<span class="text-sm text-gray-500" >With notes</span>
</div>
</div>
</div>